• Joined on 2026-03-05
claude pushed to main at cameleer/cameleer-server 2026-03-17 13:49:11 +01:00
fc412f7251 fix: use relative API URL in feature branch UI to eliminate CORS errors
claude pushed to main at cameleer/cameleer-server 2026-03-17 13:34:46 +01:00
82117deaab fix: pass credentials to Flyway when using separate datasource URL
claude pushed to main at cameleer/cameleer-server 2026-03-17 13:26:02 +01:00
247fdb01c0 fix: separate Flyway and app datasource search paths for schema isolation
claude pushed to main at cameleer/cameleer-server 2026-03-17 13:20:36 +01:00
b393d262cb refactor: remove OIDC env var config and seeder
claude pushed to main at cameleer/cameleer-server 2026-03-17 13:12:42 +01:00
ff3a046f5a refactor: remove OIDC config from K8s manifests
claude pushed to main at cameleer/cameleer-server 2026-03-17 12:58:57 +01:00
88df324b4b fix: preserve directory structure for feature overlay kustomize build
claude pushed to main at cameleer/cameleer-server 2026-03-17 11:52:59 +01:00
c1cf8ae260 chore: remove old flat deploy manifests superseded by Kustomize
claude pushed to main at cameleer/cameleer-server 2026-03-17 11:40:00 +01:00
229463a2e8 fix: switch deploy containers from bitnami/kubectl to alpine/k8s
claude pushed to main at cameleer/cameleer-server 2026-03-17 11:35:53 +01:00
15f20d22ad feat: add feature branch deployments with per-branch isolation
claude closed issue cameleer/cameleer-server#70 2026-03-17 10:12:51 +01:00
Fix Application column: show application name (group) instead of instance ID (agentId)
claude closed issue cameleer/cameleer-server#69 2026-03-17 10:12:50 +01:00
UX overhaul: streamline navigation from search results to route diagram
claude commented on issue cameleer/cameleer-server#42 2026-03-17 10:12:45 +01:00
UI: Role-based visibility for command buttons

Blocked — No agent command UI exists yet. The role gating pattern is in place (ADMIN check on OidcAdminPage), but there are no command buttons to gate. This issue is blocked until the command…

claude commented on issue cameleer/cameleer-server#70 2026-03-17 10:12:42 +01:00
Fix Application column: show application name (group) instead of instance ID (agentId)

Duplicate of #37 — same root cause: groupName is missing from the ExecutionSummary DTO. Fixing #37 resolves both. Closing as duplicate.

claude commented on issue cameleer/cameleer-server#69 2026-03-17 10:12:40 +01:00
UX overhaul: streamline navigation from search results to route diagram

Fully implemented — ResultsTable row click navigates to /apps/{group}/routes/{routeId}?exec={execId} with view transitions and highlight-on-return. Closing.

claude commented on issue cameleer/cameleer-server#45 2026-03-17 10:12:38 +01:00
Add CAMELEER_JWT_SECRET to K8s deployment secrets

Resolved — CAMELEER_JWT_SECRET is already configured in deploy/server.yaml (lines 57-62), sourced from the cameleer-auth K8s secret. Closing.

claude pushed to main at cameleer/cameleer-server 2026-03-17 09:54:56 +01:00
672544660f fix: enable trackTotalHits for accurate OpenSearch result counts
claude pushed to feature/storage-layer-refactor at cameleer/cameleer-server 2026-03-17 01:00:27 +01:00
c346babe33 fix: correct PostgreSQL mountPath and add external NodePort services
claude pushed to feature/storage-layer-refactor at cameleer/cameleer-server 2026-03-17 00:26:57 +01:00
c316e80d7f chore: update docs and config for PostgreSQL/OpenSearch storage layer
796be06a09 fix: resolve all integration test failures after storage layer refactor
Compare 2 commits »
claude pushed to feature/storage-layer-refactor at cameleer/cameleer-server 2026-03-16 22:04:01 +01:00
26f5a2ce3b fix: update remaining ITs for synchronous ingestion and PostgreSQL storage
claude pushed to feature/storage-layer-refactor at cameleer/cameleer-server 2026-03-16 21:02:00 +01:00
d23b899f00 fix: prefix user tokens with 'user:' for JwtAuthenticationFilter routing