chore: migrate to depot CI, remove dagger and github actions#729
Merged
Conversation
Member
marccampbell
commented
May 18, 2026
- Add .depot/workflows/pr.yml with lint, unit tests, pact tests, integration tests, build, goreleaser dryrun, security (semgrep), and gate jobs
- Add .depot/workflows/release.yml triggered on v* tags with build-and-test, goreleaser release, docker publish, and docs PR jobs
- Add scripts/generate-docs.sh to replace Dagger GenerateDocs
- Remove dagger/ module, dagger.json, and all dagger Makefile targets
- Remove .github/workflows/main.yaml (all CI now on Depot)
- Keep: test-unit, test-pact, test-integration, test-lint, build, publish-pact, can-i-deploy, unpublish-past-versions
- Add .depot/workflows/pr.yml with lint, unit tests, pact tests, integration tests, build, goreleaser dryrun, security (semgrep), and gate jobs - Add .depot/workflows/release.yml triggered on v* tags with build-and-test, goreleaser release, docker publish, and docs PR jobs - Add scripts/generate-docs.sh to replace Dagger GenerateDocs - Remove dagger/ module, dagger.json, and all dagger Makefile targets - Remove .github/workflows/main.yaml (all CI now on Depot) - Keep: test-unit, test-pact, test-integration, test-lint, build, publish-pact, can-i-deploy, unpublish-past-versions
2097bfa to
c88498e
Compare
- Fix concurrency group for push events (github.head_ref || github.ref) - Fix docs link replacement to strip .md extension - Fix Docker build to inject version via LDFLAGS
- PR dryrun: use --single-target (linux/amd64 only) + 5min timeout - Release: add --parallelism 4
…e parallelism flag from release
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cd83ade. Configure here.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
divolgin
reviewed
May 18, 2026
| // escapeComposeScalar escapes a string for use as a YAML single-quoted scalar | ||
| // inside a docker-compose file. Two layers: | ||
| // - YAML single-quote: ' → '' | ||
| // - YAML single-quote: ' → ” |
divolgin
approved these changes
May 18, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
