MechaCat02
bb68e5e50a
fix(secrets): composite keyset for group-secret admin list pagination
...
`list_meta` orders by `(name, environment_scope)` — a group secret name
can carry several env-scoped rows — but the cursor encoded only `name`
and paginated with `name > $cursor`. When a name's scopes straddled a
page boundary, the remaining scope rows were silently skipped from the
admin listing. Switch to a composite `(name, environment_scope)` keyset
(base64url of `name \x1f scope`) and a Postgres row-comparison predicate.
App secrets (single `*` scope per name) were unaffected; group secrets
with multi-scope names now page completely. Found in final branch review.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-24 22:13:00 +02:00
..
2026-06-01 21:46:45 +02:00
2026-05-25 19:30:25 +02:00
2026-05-27 19:27:52 +02:00
2026-06-12 18:12:54 +02:00
2026-05-26 22:21:37 +02:00
2026-06-12 18:12:54 +02:00
2026-06-24 19:06:29 +02:00
2026-06-23 19:36:40 +02:00
2026-05-25 21:03:05 +02:00
2026-05-27 22:00:04 +02:00
2026-06-24 19:59:00 +02:00
2026-06-24 19:59:00 +02:00
2026-06-12 17:15:09 +02:00
2026-06-06 12:10:32 +02:00
2026-06-06 18:03:51 +02:00
2026-06-07 20:50:25 +02:00
2026-06-07 20:09:31 +02:00
2026-06-05 23:17:24 +02:00
2026-06-06 12:04:09 +02:00
2026-06-22 21:48:27 +02:00
2026-06-24 21:48:33 +02:00
2026-06-24 19:59:00 +02:00
2026-06-12 18:37:34 +02:00
2026-05-27 19:27:52 +02:00
2026-06-12 19:08:31 +02:00
2026-06-05 23:15:47 +02:00
2026-06-24 22:00:32 +02:00
2026-06-24 22:00:32 +02:00
2026-06-24 22:00:32 +02:00
2026-06-03 20:23:18 +02:00
2026-06-01 21:46:45 +02:00
2026-06-01 22:17:25 +02:00
2026-06-09 18:34:42 +02:00
2026-06-13 15:01:04 +02:00
2026-06-24 19:06:21 +02:00
2026-06-02 19:55:14 +02:00
2026-06-02 19:55:14 +02:00
2026-06-10 21:22:15 +02:00
2026-06-12 18:38:28 +02:00
2026-06-24 19:06:52 +02:00
2026-06-12 18:38:28 +02:00
2026-06-12 18:26:46 +02:00
2026-06-11 20:24:55 +02:00
2026-06-04 20:18:50 +02:00
2026-06-06 15:02:21 +02:00
2026-06-24 19:59:00 +02:00
2026-06-24 19:59:00 +02:00
2026-06-24 19:59:00 +02:00
2026-06-10 21:03:10 +02:00
2026-06-23 21:59:50 +02:00
2026-06-13 15:01:04 +02:00
2026-06-01 21:29:59 +02:00
2026-06-10 21:22:15 +02:00
2026-06-24 22:00:32 +02:00
2026-06-13 15:01:04 +02:00
2026-06-11 20:42:51 +02:00
2026-05-23 00:31:08 +02:00
2026-06-02 22:04:21 +02:00
2026-06-03 21:18:17 +02:00
2026-06-06 19:08:21 +02:00
2026-06-01 22:01:42 +02:00
2026-06-03 21:37:06 +02:00
2026-06-07 20:00:36 +02:00
2026-06-07 20:16:33 +02:00
2026-06-07 20:00:36 +02:00
2026-06-09 20:03:10 +02:00
2026-06-12 20:43:18 +02:00
2026-06-23 19:36:40 +02:00
2026-06-23 19:42:45 +02:00
2026-06-23 19:36:40 +02:00
2026-05-23 16:26:12 +02:00
2026-05-22 23:16:32 +02:00
2026-06-24 22:00:32 +02:00
2026-06-24 22:13:00 +02:00
2026-06-24 21:48:33 +02:00
2026-06-03 20:23:18 +02:00
2026-06-06 15:00:47 +02:00
2026-06-24 19:59:00 +02:00
2026-06-06 19:08:21 +02:00
2026-06-23 21:59:50 +02:00
2026-06-24 19:59:00 +02:00
2026-06-07 20:50:25 +02:00
2026-06-13 09:59:24 +02:00
2026-06-24 21:11:46 +02:00
2026-06-24 21:11:46 +02:00
2026-06-24 20:59:23 +02:00