promote: dev → main (vps1/vps2 estate split) #106
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Jinemi/thermograph#106
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promotes
dev→main, deploying to beta (beta.thermograph.org).Who merges. Centralis, once the required check is green — under the promotion policy
mainis the agent's call, and a promotion PR left open is worse than one never opened.Divergence. 1 ahead, 5 behind. 1 commit(s) to carry, but the target has moved on by 5 — a merge commit is required and conflicts are possible
Not fast-forwardable: the target holds 5 commit(s) the source does not. That is the accumulated design of this release chain, not a mistake anyone just made — every promotion merges the source into the target, which creates a merge commit ON THE TARGET that the source never receives, so each promotion widens the gap it just closed. Expect
--ff-onlyto fail with "diverging branches"; the promotion is a merge commit.Predicted conflicts.
.forgejo/workflows/deploy.yml— edited on both sidesCLAUDE.md— edited on both sidesCUTOVER-NOTES.md— edited on both sidesREADME.md— edited on both sidesdocs/onboarding/01-orientation.md— edited on both sidesdocs/onboarding/02-setup.md— edited on both sidesdocs/onboarding/03-repo-map.md— edited on both sidesdocs/onboarding/04-backend.md— edited on both sidesdocs/onboarding/05-frontend.md— edited on both sidesdocs/onboarding/07-ci-and-release.md— edited on both sidesdocs/onboarding/08-infra-secrets.md— edited on both sidesdocs/onboarding/09-observability.md— edited on both sidesdocs/onboarding/10-recipes.md— edited on both sidesdocs/onboarding/11-traps.md— edited on both sidesdocs/onboarding/README.md— edited on both sidesinfra/deploy/forgejo/README.md— edited on both sidesobservability/grafana/provisioning/alerting/contact-points.yml— edited on both sidesobservability/grafana/provisioning/alerting/rules-prod.yml— edited on both sidesCommits (1).
d138f00ainfra: split the estate into vps1/vps2 — beta joins prod, dev gets a home (#103)Merge with a merge commit, not a squash or a fast-forward.
mainruns ahead ofdevfrom earlier promotions, so--ff-onlyfails with "diverging branches", and squashing would rewrite the shared history so the next promotion sees every prior commit as new. (Making promotions fast-forward-only is an open question, not current policy — it needs a one-time history reconciliation on the protected branches first.)