44 Commits

Author SHA1 Message Date
codex
fe4cead4c6 feat(ariadne): let the triage tick be run on demand
All checks were successful
Tests / Declarative: Post Actions passed: 1415
The scheduler runs it every minute, which is cron's finest granularity and
still up to sixty seconds of silence after a build goes red. That is the
single largest delay between a failure happening and the system visibly
reacting to it, and no amount of polling on the client side shortens it.

The same tick can now be run immediately. It is idempotent - incidents dedupe
on job and build number - so an extra run can only be a no-op, never a second
incident for the same build. Both the authenticated admin route and the
internal one follow the shape the testing-triage routes already established.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-07 01:43:48 -03:00
codex
e96614ef9b feat(game-mode): hand off titan-24 inference safely 2026-08-01 22:31:39 -03:00
codex
c22579b74c game-stream: allow portal admin access 2026-05-22 02:19:16 -03:00
codex
df1af03791 test(game-stream): cover Wolf route edges 2026-05-21 16:23:26 -03:00
codex
c927d38f75 game-stream: add Wolf portal APIs 2026-05-21 15:53:17 -03:00
codex
4392df8d0c game-stream: add Wolf control dashboard 2026-05-21 05:40:15 -03:00
codex
dc0fccbbc6 game-stream: align Ariadne Wolf support with current app 2026-05-21 02:29:20 -03:00
codex
9e6dd16cb0 triage: add local model diagnosis 2026-05-20 03:13:53 -03:00
codex
233d86ebe1 testing: add ariadne triage evidence bundle 2026-05-19 23:16:47 -03:00
codex
19372c8a9a test(ariadne): cover VM trend filters 2026-04-21 04:52:05 -03:00
codex
4bbb50f5ad test(ariadne): cover cluster signal filters 2026-04-21 04:47:14 -03:00
codex
f9910c4281 test(ariadne): cover comms protocol helpers 2026-04-21 04:45:18 -03:00
codex
8f349e88b2 test(ariadne): cover VM usage edge inputs 2026-04-21 04:43:11 -03:00
codex
70a08768b4 test(ariadne): cover cluster metric collectors 2026-04-21 04:40:29 -03:00
codex
c41ff7ab3b test(ariadne): cover admin route edges 2026-04-21 04:33:56 -03:00
codex
186f7927ba test(ariadne): cover cluster node summary edges 2026-04-21 04:29:51 -03:00
codex
a8b1e5ac7c test(ariadne): cover nextcloud maintenance failures 2026-04-21 04:24:53 -03:00
codex
102eaf8d92 test(ariadne): cover cluster attention edges 2026-04-21 04:21:57 -03:00
codex
236f2a5318 test(ariadne): cover cluster pod summary edges 2026-04-21 04:19:37 -03:00
codex
71c1b9b7bf test(ariadne): cover cluster anomaly edges 2026-04-21 04:16:43 -03:00
codex
13594eba57 test(ariadne): cover comms room operation edges 2026-04-21 04:13:49 -03:00
codex
1434fbedf1 test(ariadne): cover nextcloud mail model edges 2026-04-21 04:10:08 -03:00
codex
86e9a2d82b test(ariadne): cover provisioning account edges 2026-04-21 04:08:02 -03:00
codex
a8a9f04c44 test(ariadne): cover account rotation routes 2026-04-21 04:03:51 -03:00
codex
faff23408a test(ariadne): cover Vaultwarden sync edges 2026-04-21 03:56:40 -03:00
codex
160dbd5f3d test(ariadne): cover Vaultwarden service edges 2026-04-21 03:53:30 -03:00
codex
d3ae03f935 test(ariadne): cover cluster health helpers 2026-04-21 03:46:38 -03:00
codex
9965983322 test(ariadne): cover VM client edge parsing 2026-04-21 03:44:43 -03:00
codex
415da50fa1 test(ariadne): cover cluster profile builders 2026-04-21 03:42:16 -03:00
codex
24c3d842c1 test(ariadne): cover Vault service edges 2026-04-21 03:39:31 -03:00
codex
bca3d87743 test(ariadne): cover cluster relationship edges 2026-04-21 03:25:30 -03:00
codex
40c1a3652b test(ariadne): cover provisioning retry helpers 2026-04-21 03:18:08 -03:00
codex
4966cc7f35 test(ariadne): cover Jenkins workspace cleanup edges 2026-04-21 03:12:13 -03:00
codex
2a14d28713 test(ariadne): cover Jenkins workspace candidate filters 2026-04-21 03:09:07 -03:00
codex
0c94ee93ce test(ariadne): cover migration runner 2026-04-21 03:05:07 -03:00
codex
b73e678bfc test(ariadne): cover nextcloud sync edge paths 2026-04-21 03:01:51 -03:00
codex
6b6b9677be test(ariadne): cover cluster state fetcher failures 2026-04-21 02:55:55 -03:00
codex
a17654819c test(ariadne): cover keycloak profile sync edges 2026-04-21 02:53:23 -03:00
codex
9a28ea0086 test(ariadne): cover mailu service edges 2026-04-21 02:50:40 -03:00
codex
ed1fc729d7 test(ariadne): cover firefly and wger edge paths 2026-04-21 02:45:19 -03:00
codex
c07570494a test(ariadne): cover comms guest naming edges 2026-04-21 02:37:42 -03:00
codex
c0ac1e23a7 test(ariadne): cover nextcloud service edges 2026-04-21 02:28:30 -03:00
codex
cbe774acfd test(ariadne): cover cluster state domains 2026-04-21 02:22:47 -03:00
codex
f0e161ba8b test(ariadne): split oversized unit suites 2026-04-21 02:05:59 -03:00