fix: full code apps deployable on merge UI and deploy UI#8451
fix: full code apps deployable on merge UI and deploy UI#8451rubenfiszel merged 9 commits intomainfrom
Conversation
|
Claude finished @wendrul's task in 2m 19s —— View job Review of PR #8451: Full code apps deployable on merge UI and deploy UI
SummaryThis PR fixes workspace cloning ( Code QualityThe implementation is clean and follows the existing patterns in the file well:
Potential Issues
VerdictLooks good. The change is minimal, well-scoped, and follows existing patterns. No bugs, security issues, or performance concerns. How to verifyCreate a full-code app (raw app) in a source workspace, then use the merge UI (workspace settings > deploy/merge) or the deploy UI to deploy it to a target workspace. After deployment, verify the full-code app loads and renders correctly in the target workspace — previously it would fail because the bundled assets were missing. |
|
/update_sqlx |
|
/update-sqlx |
|
Claude finished @wendrul's task in 2m 29s —— View job Review of PR #8451: Full code apps deployable on merge UI and deploy UI
SummaryThis PR makes full-code (raw) apps work correctly through the merge UI and deploy UI by:
Code QualityThe implementation is clean, well-scoped, and follows existing patterns:
No Issues FoundThe SQL is properly parameterized, the ordering is correct (bundles are cloned after versions but before The formatting-only changes in VerdictLooks good. Minimal, well-targeted fix. No bugs, security issues, or performance concerns. Testing InstructionsNavigate to Workspace Settings > Content in a workspace that has a full-code (raw) app. Set up a staging/target workspace via the Deploy to or Merge feature. In the Compare Workspaces or Deploy Workspace dialog, verify that raw apps now appear in the diff list with a "Raw" badge. Deploy or merge a raw app to the target workspace, then open it there — it should load and render correctly (previously it would fail because the bundled JS/CSS assets were missing). Also verify the "on behalf of" selector appears for raw apps just like for regular apps. |
This commit updates the EE repository reference after PR #470 was merged in windmill-ee-private. Previous ee-repo-ref: 78d1f6cc4b15ec4c0768969635ba6b8f166a7742 New ee-repo-ref: b3b8005d45e3f2aa7228c61d2e4ae86a17d89a30 Automated by sync-ee-ref workflow.
|
🤖 Updated |
No description provided.