promote: main → release #93
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#93
Loading…
Reference in a new issue
No description provided.
Delete branch "main"
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
main→release, deploying to prod (thermograph.org).Who merges. The owner. This hop deploys to prod and the decision is theirs; Centralis prepared it and stops here.
Divergence. 15 ahead, 12 behind. 15 commit(s) to carry, but the target has moved on by 12 — a merge commit is required and conflicts are possible
Not fast-forwardable: the target holds 12 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/backend-build-push.yml— modify/delete, git will stop here.forgejo/workflows/backend-deploy-dev.yml— modify/delete, git will stop here.forgejo/workflows/backend-deploy-prod.yml— modify/delete, git will stop here.forgejo/workflows/backend-deploy.yml— modify/delete, git will stop here.forgejo/workflows/frontend-build-push.yml— modify/delete, git will stop here.forgejo/workflows/frontend-deploy-dev.yml— modify/delete, git will stop here.forgejo/workflows/frontend-deploy-prod.yml— modify/delete, git will stop here.forgejo/workflows/frontend-deploy.yml— modify/delete, git will stop herebackend/data/climate.py— edited on both sidesbackend/tests/data/test_climate.py— edited on both sidesbackend/web/app.py— edited on both sidesinfra/.gitignore— edited on both sidesinfra/deploy/deploy-dev.sh— edited on both sidesinfra/deploy/forgejo/README.md— edited on both sidesinfra/deploy/forgejo/register-lan-runner.sh— edited on both sidesinfra/deploy/render-secrets.sh— edited on both sidesinfra/docker-compose.dev.yml— edited on both sidesinfra/docker-compose.yml— edited on both sidesobservability/CLAUDE.md— edited on both sidesCommits (15).
aa4ee7f4Merge pull request 'promote: dev → main (CI consolidation, 15 workflows → 9)' (#90) from dev into maind4a00099climate: stop dropping the current day from the Open-Meteo bundle (#92)52cfe5b7Merge pull request 'Merge main back into dev to reconcile the squash-promotion divergence' (#91) from sync/main-into-dev into devbe4aa940Merge main back into dev to reconcile the squash-promotion divergenced42a57a0ci: collapse the eight deploy and build-push workflows into two (#87)dde2cdd6infra: mirror LAN dev secrets under $HOME for snap-confined Docker (#85)7307a7aaguardrails: enforce live-host and secrets policy with hooks (#82)1acf8414docs: rewrite the agent context layer to match the live system (#81)bee5b215infra/forgejo: give the LAN runner's PATH ~/.local/bin (#84)9b6b12a5infra: mirror LAN dev secrets under $HOME for snap-confined Docker (#85)fbdfebf8guardrails: enforce live-host and secrets policy with hooks (#82)e84b1f79docs: rewrite the agent context layer to match the live system (#81)2c7ceefainfra/forgejo: give the LAN runner's PATH ~/.local/bin (#84)be88987dMerge pull request 'promote: dev → main' (#83) from dev into maina4ecb514web/worker: add a process-level liveness heartbeat (#80)Merge with a merge commit, not a squash or a fast-forward.
releaseruns ahead ofmainfrom 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.)