-
Notifications
You must be signed in to change notification settings - Fork 1
Refresh worker-php runtime docs and config contract #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
be42cbc
upgrade to udx-worker:0.42.0
fqjony b08fcf5
improve worker-php README
fqjony f9df0b9
add dev.kit repo context
fqjony 679812a
Merge remote-tracking branch 'origin/latest' into upgrade/udx-worker-…
fqjony ade6d0c
Refresh repo context with worker config contract
fqjony a51af64
Handle Copilot review feedback
fqjony e75d74d
Move Rabbit CI context notes under rabbit docs
fqjony d317a18
Harden single test runner
fqjony c1c9d9d
Clean up single test container failures
fqjony File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| # Rabbit CI | ||
|
|
||
| This directory owns Rabbit-facing repo context for `udx/worker-php`. | ||
|
|
||
| `worker-php` is a runtime image repo. It publishes the Docker image that PHP | ||
| Worker-based applications can consume, but it does not own tenant-specific | ||
| Rabbit lifecycle manifests or environment config. | ||
|
|
||
| ## Entry Points | ||
|
|
||
| - Generated repo context: [`context.yaml`](./context.yaml) | ||
| - Image release workflow: [`../.github/workflows/docker-ops.yml`](../.github/workflows/docker-ops.yml) | ||
| - Worker config contract: [`../worker.yaml`](../worker.yaml) | ||
| - Worker config reference: [`../docs/worker-config.md`](../docs/worker-config.md) | ||
| - Runtime image contract: [`../Dockerfile`](../Dockerfile) | ||
|
|
||
| ## Rabbit Delivery Path | ||
|
|
||
| 1. Changes to `Dockerfile`, `bin/**`, `ci/**`, `etc/**`, `src/**`, or the | ||
| Docker workflow run the Docker operations workflow. | ||
| 2. The workflow delegates image build, scan, release, and publish behavior to | ||
| `udx/reusable-workflows`. | ||
| 3. The `latest` branch is the release branch for published `worker-php` images. | ||
| 4. Tenant repos reference the published image from their own Rabbit lifecycle | ||
| manifests or deployment config. | ||
| 5. Tenant runtime values and secrets belong in the tenant repo or target | ||
| platform. Image-level defaults and secret references belong in | ||
| [`../worker.yaml`](../worker.yaml). | ||
|
|
||
| ## Repo Context | ||
|
|
||
| [`context.yaml`](./context.yaml) is generated by `dev.kit repo`. Do not edit it | ||
| manually. Refresh it after changing repo-owned docs, manifests, workflows, or | ||
| runtime contracts: | ||
|
|
||
| ```bash | ||
| dev.kit repo | ||
| ``` | ||
|
|
||
| Review the generated context before relying on it in an agent session or Rabbit | ||
| CI workflow. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.