Renn F
8621d01d54
[ENV-LADDER] Add per-project ordered environment ladder column + shim
...
Replace the single default_branch with an ordered environments ladder
(list[{name,branch}]; first=head=PR target, last=prod=release target,
middle=intermediates). Migration 073 adds nullable JSONB projects.environments;
a read-time shim (roboco/models/env_branches.py) synthesizes a degenerate
single-branch ladder from default_branch when environments is null, so
behavior is unchanged until the operator declares a real split in the panel.
Wired through Project/ProjectCreate/ProjectUpdate models (normalize_environments
validator: rejects empty name/branch + dup branches), ProjectTable column,
API request/response schemas, create+update routes + service. EnvSyncEngine
+ consumer rewires follow.
2026-07-15 02:46:40 +02:00
..
2026-04-19 16:13:42 +02:00
2026-05-11 02:15:47 +02:00
2026-04-20 15:10:54 +02:00
2026-06-03 06:35:03 +02:00
2026-05-01 03:09:11 +02:00
2026-05-02 03:11:49 +02:00
2026-05-02 03:11:49 +02:00
2026-05-02 03:11:49 +02:00
2026-05-11 02:15:47 +02:00
2026-05-03 08:19:50 +02:00
2026-05-11 02:15:47 +02:00
2026-05-11 02:46:54 +02:00
2026-05-12 03:39:17 +02:00
2026-05-12 04:03:21 +02:00
2026-06-03 06:35:03 +02:00
2026-06-29 05:38:21 +02:00
2026-06-03 06:35:03 +02:00
2026-06-03 06:35:03 +02:00
2026-06-03 06:35:03 +02:00
2026-06-03 06:35:03 +02:00
2026-06-03 08:06:41 +02:00
2026-06-03 19:18:42 +02:00
2026-06-08 15:06:15 +02:00
2026-06-08 15:06:15 +02:00
2026-06-09 17:08:34 +02:00
2026-06-10 12:04:24 +02:00
2026-06-10 14:38:44 +02:00
2026-06-12 23:11:01 +02:00
2026-06-13 08:38:31 +02:00
2026-06-14 05:24:09 +02:00
2026-07-11 15:51:19 +02:00
2026-07-04 03:10:33 +02:00
2026-06-15 20:47:41 +02:00
2026-06-15 20:47:41 +02:00
2026-06-15 20:47:41 +02:00
2026-06-15 20:47:41 +02:00
2026-06-16 03:02:54 +02:00
2026-06-16 10:37:06 +02:00
2026-06-19 09:15:01 +02:00
2026-06-19 09:15:01 +02:00
2026-06-20 09:27:29 +02:00
2026-06-21 02:48:07 +02:00
2026-06-22 01:31:45 +02:00
2026-06-22 12:37:46 +02:00
2026-06-22 12:37:46 +02:00
2026-06-23 07:26:41 +02:00
2026-06-24 01:15:57 +02:00
2026-06-24 05:35:15 +02:00
2026-06-25 21:11:36 +02:00
2026-06-25 21:11:36 +02:00
2026-06-26 01:43:08 +02:00
2026-06-26 03:36:42 +02:00
2026-06-29 05:38:21 +02:00
2026-06-30 08:08:35 +02:00
2026-07-01 01:11:34 +02:00
2026-07-01 05:18:45 +02:00
2026-07-01 05:18:45 +02:00
2026-07-03 19:24:00 +02:00
2026-07-03 19:24:00 +02:00
2026-07-03 19:24:00 +02:00
2026-07-04 03:10:33 +02:00
2026-07-04 07:34:40 +02:00
2026-07-05 13:37:17 +02:00
2026-07-07 10:09:23 +02:00
2026-07-07 10:09:23 +02:00
2026-07-07 10:09:23 +02:00
2026-07-07 10:09:23 +02:00
2026-07-07 10:09:23 +02:00
2026-07-08 02:01:23 +02:00
2026-07-10 22:55:00 +02:00
2026-07-11 03:17:59 +02:00
2026-07-11 22:54:42 +02:00
2026-07-13 20:05:45 +02:00
2026-07-15 02:46:40 +02:00