-
-
Notifications
You must be signed in to change notification settings - Fork 93
V4.0.0 (Schema 8 + Architect Web) #511
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
Open
buckhalt
wants to merge
749
commits into
next
Choose a base branch
from
v4
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Dialog system 2
- Update docker-build-pr.yml to trigger on all PRs and accept disable-image-optimization input for test builds - Restructure e2e.yml to call docker-build-pr workflow for PR events instead of building inline, reducing duplication - Push events to main/develop still build inline with buildx caching - Local e2e tests continue to work unchanged (builds image if needed) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Use consistent image name fresco-test:latest across all workflows to match the TEST_IMAGE_NAME in package.json scripts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add participants-page and participants-empty-state linux snapshots for CI compatibility - Add scripts/update-e2e-snapshots.sh to generate linux snapshots locally using a Playwright Docker container - Add test:e2e:update-snapshots npm script - Add .pnpm-store to .gitignore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
When e2e tests fail on PRs, the Playwright HTML report is now deployed to GitHub Pages and a comment is posted on the PR with a direct link to view the report in the browser. Requires GitHub Pages to be enabled with source set to "GitHub Actions" in repository settings. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Implementation details:
Known limitations:
TODO: