Skip to content

beta.9 migration - #172

Merged
kpenfound merged 4 commits into
mainfrom
upgrade_test1
Aug 5, 2026
Merged

beta.9 migration#172
kpenfound merged 4 commits into
mainfrom
upgrade_test1

Conversation

@kpenfound

Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: kpenfound <kyle@dagger.io>
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Test this PR by running the following command:

dagger -m github.com/kpenfound/greetings-api@pull/172/head call check

Run this branch locally:

dagger -m github.com/kpenfound/greetings-api@pull/172/head call serve up

kpenfound and others added 3 commits August 5, 2026 13:37
Signed-off-by: kpenfound <kyle@dagger.io>
Migrate from dagger.json (v0.20.6 engine) to the v1 workspace model via
dagger setup + dagger generate on v1.0.0-beta.9:

- dagger.toml workspace config with dagger-module.toml per module;
  generated bindings are now committed (legacy gitignore rules removed)
- Services: backend:serve (:8080) and frontend:serve (:8081) are +up
  functions discovered by `dagger up`; the serve proxy function and
  proxy dependency are removed
- Checks: all validation runs through `dagger check`, provided entirely
  by reusable modules — dagger/go (lint/test), dagger/eslint (JS/TS
  lint, root eslint config added), dagger/playwright (E2E, wired to
  frontend:serve via workspace settings); custom check/test/lint
  aggregator functions are removed
- Frontend E2E tests ported from Cypress to Playwright; frontend module
  no longer needs the backend service
- Backend now builds on dagger/go's toolchain base instead of
  kpenfound/dagger-modules/golang
- CircleCI and Jenkins configs removed; agentic debug functions
  (debug-tests, debug-broken-tests-pr) remain as standalone entry points
- Docs updated for v1 CLI syntax (dagger check / dagger up / -W)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The demo flow describes pre-v1 functions and CLI syntax that no longer
exist; point readers at older commits/tags for the working demos and at
README/CONTRIBUTING for current usage.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@kpenfound
kpenfound merged commit 4db991e into main Aug 5, 2026
10 checks passed
@kpenfound
kpenfound deleted the upgrade_test1 branch August 5, 2026 20:27
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.

1 participant