Open
Conversation
Pre-flight checks before deployment to verify infrastructure readiness
before the point of no return (container removal).
Domain: PrecheckResult, PrecheckItem, PrecheckSeverity value objects
Rules: 6 precheck rules (ImageAvailability, PortConflict, VariableValidation,
NetworkAvailability, VolumeStatus, ExistingDeployment)
API: POST /api/environments/{envId}/stacks/{stackId}/precheck endpoint
Hooks: Automatic precheck before hook deploys, dryRun parameter, 422 on errors
UI: PrecheckPanel component, auto-run on deploy flow entry, Re-Check button,
deploy button disabled when precheck has errors
Tests: 53 unit tests covering all rules, result aggregation, and edge cases
- Add E2E test suite (6 tests) covering precheck panel, severity icons, re-check button, deploy button state, loading state, and custom deploy - Capture 6 screenshots for step-by-step documentation - Add German and English docs pages under deployments/deployment-precheck - Update docs index pages with precheck links - Add Deployment Precheck as highlighted feature on landing page with NEW badge, translations (DE/EN), and shield-check icon
Contributor
🚀 Cloudflare Pages PreviewPreview deployment ready! |
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.
Summary
PrecheckResult,PrecheckItem, andPrecheckSeverityvalue objects; application layer with pluggableIDeploymentPrecheckRulerules andRunDeploymentPrecheckQueryPrecheckPanelcomponent in deploy flow with re-check and severity indicatorsTest plan