feat: scope plans, incidents and maintenance to an environment - #528
Open
dannash100 wants to merge 32 commits into
Open
feat: scope plans, incidents and maintenance to an environment#528dannash100 wants to merge 32 commits into
dannash100 wants to merge 32 commits into
Conversation
dannash100
marked this pull request as ready for review
September 3, 2026 01:25
Contributor
Author
|
🤖 QA run at
Serving that copy through this branch gave 38 environment rows over 18 groups. Two notes:
|
…plan-clone-servers # Conflicts: # .workhorse/specs/monitoring/maintenance.md # .workhorse/specs/private-server/upgrade-plans.md # .workhorse/specs/public-server/restore-replicas.md # .workhorse/specs/servers/groups.md # crates/database/src/maintenance_windows.rs # crates/database/src/migration_tests.rs # crates/database/src/reported_detail.rs # crates/database/src/schema.rs # crates/database/src/server_groups.rs # crates/database/tests/it/maintenance_windows.rs # crates/database/tests/it/migration_test_candidates.rs # crates/database/tests/it/migration_test_reports.rs # crates/database/tests/it/reported_detail.rs # crates/database/tests/it/upgrade_plans.rs # crates/private-server/src/fns/applications.rs # crates/private-server/src/fns/maintenance.rs # crates/private-server/src/fns/upgrade_plans.rs # crates/private-server/tests/it/main.rs # crates/private-server/tests/it/migration_tests.rs # crates/public-server/tests/it/calendar.rs # crates/public-server/tests/it/restore.rs # private-web/openapi.json # private-web/src/api-types.ts # private-web/src/components/DeclareMaintenanceDialog.tsx # private-web/src/routes/Upgrades.tsx
…rading feat(monitoring): keep grading through a maintenance window
…nto feat/upgrade-plan-clone-servers # Conflicts: # .workhorse/specs/monitoring/maintenance.md # crates/database/src/maintenance_windows.rs
…feat/upgrade-plan-clone-servers # Conflicts: # .workhorse/specs/servers/groups.md # crates/database/src/server_groups.rs # private-web/src/routes/Status.tsx
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.
QA
https://claude.ai/code/artifact/8bc5cb05-f059-4520-9d7c-d310a8556236?via=banner_open
What is up
A plan was per group, so a site's clone could not be planned ahead of its production.
upgrade_plans.rank: one open plan per (group, rank), old plans backfilled to the canonical member's rank.Carries #537 and #539, which were the same idea in three places: