beta.9 migration - #172
Merged
Merged
Conversation
Signed-off-by: kpenfound <kyle@dagger.io>
Contributor
|
Test this PR by running the following command: Run this branch locally: |
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>
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.
No description provided.