promote: dev → main (dev behind basic auth at dev.thermograph.org) #112

Merged
admin_emi merged 1 commit from dev into main 2026-07-26 08:06:33 +00:00
Owner

Promotes devmain, deploying to beta (beta.thermograph.org).

Who merges. Centralis, once the required check is green — under the promotion policy main is the agent's call, and a promotion PR left open is worse than one never opened.

Divergence. 1 ahead, 7 behind. 1 commit(s) to carry, but the target has moved on by 7 — a merge commit is required and conflicts are possible
Not fast-forwardable: the target holds 7 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-only to fail with "diverging branches"; the promotion is a merge commit.

Predicted conflicts.

  • infra/deploy/Caddyfile.vps1 — edited on both sides
  • infra/deploy/RUNBOOK-vps1-vps2-cutover.md — edited on both sides
  • infra/deploy/env-topology.sh — edited on both sides
  • infra/deploy/provision-dev.sh — edited on both sides
  • infra/docker-compose.dev.yml — edited on both sides

Commits (1).

  • 4122f435 dev: serve at dev.thermograph.org behind basic auth, bound to loopback (#111)

Merge with a merge commit, not a squash or a fast-forward. main runs ahead of dev from earlier promotions, so --ff-only fails 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.)

Promotes `dev` → `main`, deploying to beta (beta.thermograph.org). **Who merges.** Centralis, once the required check is green — under the promotion policy `main` is the agent's call, and a promotion PR left open is worse than one never opened. **Divergence.** 1 ahead, 7 behind. 1 commit(s) to carry, but the target has moved on by 7 — a merge commit is required and conflicts are possible Not fast-forwardable: the target holds 7 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-only` to fail with "diverging branches"; the promotion is a merge commit. **Predicted conflicts.** - `infra/deploy/Caddyfile.vps1` — edited on both sides - `infra/deploy/RUNBOOK-vps1-vps2-cutover.md` — edited on both sides - `infra/deploy/env-topology.sh` — edited on both sides - `infra/deploy/provision-dev.sh` — edited on both sides - `infra/docker-compose.dev.yml` — edited on both sides **Commits (1).** - 4122f435 dev: serve at dev.thermograph.org behind basic auth, bound to loopback (#111) **Merge with a merge commit, not a squash or a fast-forward.** `main` runs ahead of `dev` from earlier promotions, so `--ff-only` fails 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.)
admin_emi added 1 commit 2026-07-26 07:49:57 +00:00
dev: serve at dev.thermograph.org behind basic auth, bound to loopback (#111)
Some checks failed
Sync infra to hosts / sync-beta (push) Has been skipped
Sync infra to hosts / sync-prod (push) Has been skipped
Sync infra to hosts / sync-dev (push) Failing after 5s
secrets-guard / encrypted (push) Successful in 6s
shell-lint / shellcheck (push) Successful in 16s
PR build (required check) / changes (pull_request) Successful in 14s
secrets-guard / encrypted (pull_request) Successful in 13s
shell-lint / shellcheck (pull_request) Successful in 11s
PR build (required check) / build-backend (pull_request) Has been skipped
PR build (required check) / build-frontend (pull_request) Has been skipped
PR build (required check) / validate-observability (pull_request) Has been skipped
PR build (required check) / gate (pull_request) Successful in 1s
4122f4353b
admin_emi merged commit c86489b207 into main 2026-07-26 08:06:33 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Jinemi/thermograph#112
No description provided.