HAL9000
ea967142df
fix(invariant): expose non_overridable via add_invariant + round-trip from DB
...
Three connected regressions surfaced by the new DB-backed list path
on the invariant_reconciliation_actor scenarios:
- `InvariantService.add_invariant()` had no way to set `non_overridable`,
so the BDD step `step_add_non_overridable_global` was bypassing the
service entirely (writing straight into `_invariants`). Once the
service became DB-backed for ad-hoc constructors, those direct dict
writes were invisible to `list_invariants()` and the reconciler saw a
regular global invariant.
- `InvariantModel.to_domain()` was dropping the `non_overridable` column
on read — it persisted correctly via `from_domain` but the round-trip
silently lost the flag.
- The step file imported `Invariant` + `ULID` only for the bypass that
is now gone; `ULID` is dropped, `Invariant` stays (still used in the
`isinstance` assertion further down).
ISSUES CLOSED : #8573
2026-06-18 11:36:35 -04:00
..
2026-06-17 19:54:20 -04:00
2026-06-15 06:36:16 -04:00
2026-06-10 11:14:45 -04:00
2026-06-15 14:11:47 -04:00
2026-06-18 11:36:35 -04:00
2026-06-17 18:24:32 -04:00
2026-06-17 08:49:34 -04:00
2026-06-17 08:49:34 -04:00
2026-06-14 16:11:26 -04:00
2026-06-15 02:59:42 -04:00
2026-06-16 20:17:35 -04:00
2026-06-14 11:14:35 -04:00
2026-06-14 09:09:24 -04:00
2026-06-17 23:15:50 -04:00
2026-06-13 04:59:44 -04:00
2026-06-17 23:15:50 -04:00
2026-06-18 03:03:26 -04:00
2026-06-17 05:52:11 -04:00
2026-06-14 09:51:14 -04:00
2026-06-15 04:28:02 -04:00
2026-06-11 19:58:52 -04:00
2026-06-14 09:51:14 -04:00
2026-06-15 01:01:54 -04:00
2026-06-14 02:14:33 -04:00
2026-06-18 00:16:54 -04:00
2026-06-18 04:00:46 -04:00
2026-06-13 09:29:11 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-16 23:08:30 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-17 08:49:34 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-18 09:49:41 -04:00
2026-06-14 18:13:27 -04:00
2026-06-14 09:51:14 -04:00
2026-06-18 04:00:46 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 11:36:15 -04:00
2026-06-18 10:38:44 +00:00
2026-06-13 18:50:14 -04:00
2026-06-14 08:18:13 -04:00
2026-06-14 23:37:20 -04:00
2026-06-18 02:28:23 -04:00
2026-06-13 17:42:05 -04:00
2026-06-17 22:36:33 -04:00
2026-06-14 20:39:38 -04:00
2026-06-13 04:39:01 -04:00
2026-06-13 16:10:40 -04:00
2026-06-17 08:49:34 -04:00
2026-06-14 09:51:14 -04:00
2026-06-15 06:36:16 -04:00
2026-06-14 17:15:04 -04:00
2026-06-18 00:36:05 -04:00
2026-06-14 09:51:14 -04:00
2026-06-18 00:36:05 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:49:42 -04:00
2026-06-17 06:49:43 -04:00
2026-06-17 06:49:43 -04:00
2026-06-16 23:08:30 -04:00
2026-06-14 06:43:09 -04:00
2026-06-13 14:44:45 -04:00
2026-06-13 14:44:45 -04:00
2026-06-14 22:50:43 -04:00
2026-06-14 09:51:14 -04:00
2026-06-13 23:43:22 -04:00
2026-06-15 09:17:34 -04:00
2026-06-18 00:57:44 -04:00
2026-06-13 15:07:27 -04:00
2026-06-14 11:36:15 -04:00
2026-06-14 09:51:14 -04:00
2026-06-15 02:24:03 -04:00
2026-06-14 15:50:15 -04:00
2026-06-10 05:05:40 -04:00
2026-06-14 04:44:44 -04:00
2026-06-12 12:08:13 -04:00
2026-06-13 23:43:22 -04:00
2026-06-14 19:05:21 -04:00
2026-06-18 01:17:23 -04:00
2026-06-11 20:00:04 -04:00
2026-06-14 13:23:57 -04:00
2026-06-14 15:26:27 -04:00
2026-06-17 01:43:50 -04:00
2026-06-14 12:22:44 -04:00
2026-06-17 01:43:50 -04:00
2026-06-17 15:28:59 -04:00
2026-06-14 21:28:31 -04:00
2026-06-18 11:36:35 -04:00
2026-06-10 02:00:43 -04:00
2026-06-10 11:14:45 -04:00
2026-06-10 11:14:45 -04:00
2026-06-17 02:36:59 -04:00
2026-06-14 16:34:44 -04:00
2026-06-10 20:39:28 -04:00
2026-06-14 09:51:14 -04:00
2026-06-17 12:40:29 -04:00
2026-06-07 00:48:54 -04:00
2026-06-10 07:43:02 -04:00
2026-06-14 17:33:45 -04:00
2026-06-17 12:40:29 -04:00
2026-06-17 00:57:52 -04:00
2026-06-17 00:57:51 -04:00
2026-06-15 11:14:31 +00:00
2026-06-13 14:07:02 -04:00
2026-06-13 16:54:29 -04:00
2026-06-17 00:21:34 -04:00