Commit Graph

99 Commits

Author SHA1 Message Date
github-ops 7f675410fd style: apply rustfmt
CI / UI Checks (push) Successful in 13s
CI / Rust Checks (push) Failing after 13m17s
CI / Deployment Manifests (push) Successful in 2s
Deploy / build-images (apps/admin-api/Dockerfile, git.itexp.me/bsodfather/crank-community-admin-api, admin-api) (push) Failing after 3s
Deploy / build-images (apps/mcp-server/Dockerfile, git.itexp.me/bsodfather/crank-community-mcp-server, mcp-server) (push) Failing after 3s
Deploy / build-images (apps/ui/Dockerfile, git.itexp.me/bsodfather/crank-community-ui, ui) (push) Failing after 4s
Deploy / deploy (push) Has been skipped
CI / Frontend E2E (push) Failing after 16m3s
2026-06-16 18:12:19 +00:00
github-ops 42312ff76f runtime: emit metering events via public seam 2026-05-15 14:12:59 +00:00
github-ops 7ebe8cae22 admin: expose community admin lib target 2026-05-15 08:02:32 +00:00
github-ops a1e90585b1 auth: widen identity provider seam 2026-05-15 06:09:34 +00:00
github-ops c28f07901a release: cut community v0.2.0 2026-05-14 20:21:54 +00:00
github-ops 7c2a8f4fac auth: extract community auth crate 2026-05-14 19:48:58 +00:00
github-ops 56268d1482 verify: close phase zero gate 2026-05-14 19:24:35 +00:00
github-ops c6b1456133 admin: delegate machine auth route 2026-05-14 19:12:11 +00:00
github-ops 75f76a28bf admin: delegate capabilities and access routes 2026-05-14 19:06:38 +00:00
github-ops 82deaeec63 admin: add service seam builder 2026-05-14 19:06:23 +00:00
github-ops 5926206e67 runtime: wire builder into community binaries 2026-05-14 18:58:39 +00:00
github-ops 8ddcb213a3 runtime: switch executor to adapter registry 2026-05-14 18:28:19 +00:00
github-ops 1f2ef70813 core: add community capability profile seam 2026-05-14 17:11:59 +00:00
github-ops f50c8fb327 test: restore community backend test surface 2026-05-12 16:52:08 +00:00
a.tolmachev ca9b86aada community: remove remaining premium wizard and admin surface 2026-05-07 21:16:36 +00:00
a.tolmachev 29f971c22d community: remove premium protocols and streaming surface 2026-05-07 20:44:58 +00:00
a.tolmachev 796def4cfd community: trim premium backend surfaces 2026-05-07 20:17:53 +00:00
a.tolmachev a61064ba3a cache: add grpc read-only response caching 2026-05-04 09:34:34 +00:00
a.tolmachev b2c5e28cba cache: add graphql query response caching 2026-05-04 09:04:27 +00:00
a.tolmachev 284ba76b6b cache: wire rest get response caching 2026-05-03 22:32:30 +00:00
a.tolmachev 851d70ad7a cache: define response cache boundaries 2026-05-03 22:22:16 +00:00
a.tolmachev d3b7d246da cache: share ingress rate limits across instances 2026-05-03 21:59:49 +00:00
a.tolmachev 201fe16aae product: make community rest only 2026-05-03 20:52:15 +00:00
a.tolmachev ffcce360fc auth: add community token service seam 2026-05-03 18:26:03 +00:00
a.tolmachev 20598ff5dc ui: trim community streaming surface 2026-05-03 18:03:23 +00:00
a.tolmachev 82b7b7278e operations: enforce community capability limits 2026-05-03 17:55:35 +00:00
a.tolmachev 49c46c0d0b ui: gate community wizard capabilities 2026-05-03 17:11:30 +00:00
a.tolmachev d98aa83b37 api: expose community edition capabilities 2026-05-03 15:49:07 +00:00
a.tolmachev 6fd62df2a8 auth: cut over community machine access to agent keys 2026-05-03 15:42:07 +00:00
a.tolmachev 0f3ad2991e build: enable sqlx offline in container builds 2026-05-03 11:26:22 +00:00
a.tolmachev bf270336d9 fix: restore yaml import and async job result contracts 2026-05-03 07:40:06 +00:00
a.tolmachev 73bebee8f6 style: format admin streaming poll throttling 2026-05-02 10:55:12 +00:00
a.tolmachev 4839cae319 api: throttle streaming admin read polls 2026-05-02 09:44:28 +00:00
a.tolmachev 5f68fcbd04 api: add ingress request throttling 2026-05-01 17:03:53 +00:00
a.tolmachev 66f28defe5 mcp: throttle async job poll requests 2026-05-01 16:48:02 +00:00
a.tolmachev 8ac55ebcc2 runtime: add execution concurrency limits 2026-05-01 12:11:53 +00:00
a.tolmachev 3d2d97c1e6 api: log ingress request ids 2026-05-01 11:57:58 +00:00
a.tolmachev 7be6bed347 runtime: propagate request context through adapters 2026-05-01 11:44:43 +00:00
a.tolmachev 88033a3b3e api: propagate request ids through admin test runs 2026-04-19 22:10:29 +00:00
a.tolmachev f3f6a3b702 api: finish structured error normalization 2026-04-19 22:04:20 +00:00
a.tolmachev b9ab17d1d3 api: add structured context for usage and session errors 2026-04-19 21:54:41 +00:00
a.tolmachev 84555aaf70 api: add structured context for read path errors 2026-04-19 21:50:28 +00:00
a.tolmachev ba10bf805d api: add structured context for service errors 2026-04-19 21:45:26 +00:00
a.tolmachev 37bc3c4e2b api: preserve structured context for registry errors 2026-04-19 21:37:15 +00:00
a.tolmachev af511316ba api: expose structured runtime error context 2026-04-19 21:32:56 +00:00
a.tolmachev 5debf4dd05 runtime: normalize structured secret errors 2026-04-19 21:25:28 +00:00
a.tolmachev 899440fd8a core: type observability timestamps 2026-04-19 07:53:15 +00:00
a.tolmachev 153f9cb108 registry: type metadata and yaml import timestamps 2026-04-19 07:36:35 +00:00
a.tolmachev 179165838a core: type operation timestamps 2026-04-19 07:27:12 +00:00
a.tolmachev 8d1f5284ba core: type agent timestamps 2026-04-19 07:11:55 +00:00