Skip to content

chore: migrate to depot CI, remove dagger and github actions#729

Merged
marccampbell merged 19 commits into
mainfrom
depot-ci-migration
May 18, 2026
Merged

chore: migrate to depot CI, remove dagger and github actions#729
marccampbell merged 19 commits into
mainfrom
depot-ci-migration

Conversation

@marccampbell
Copy link
Copy Markdown
Member

  • 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

@marccampbell marccampbell marked this pull request as ready for review May 18, 2026 17:04
Comment thread .depot/workflows/pr.yml Outdated
Comment thread .depot/workflows/release.yml
Comment thread scripts/generate-docs.sh
Comment thread .depot/workflows/pr.yml Outdated
Comment thread .depot/workflows/release.yml Outdated
Comment thread .depot/workflows/release.yml
Replicated Release Pipeline and others added 5 commits May 18, 2026 10:19
- 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
Comment thread .depot/workflows/pr.yml
Comment thread scripts/generate-docs.sh
Comment thread .depot/workflows/release.yml Outdated
marccampbell and others added 5 commits May 18, 2026 10:48
- 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
Comment thread .depot/workflows/release.yml
Comment thread scripts/generate-docs.sh
marccampbell and others added 2 commits May 18, 2026 12:47
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ 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.

Comment thread .depot/workflows/release.yml
Comment thread scripts/generate-docs.sh Outdated
marccampbell and others added 2 commits May 18, 2026 13:15
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
// 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: ' →
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what linted this...

@marccampbell marccampbell merged commit ac3f6fb into main May 18, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants