Commit Graph

43 Commits

Author SHA1 Message Date
Ryan Moon
fe62514515 feat: single shared Spaces key, deactivate/reactivate customer, status badge for inactive
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 20:21:52 -05:00
lunarfront-bot
78503f993d chore: bump version to v0.6.0
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-04 01:07:36 +00:00
Ryan Moon
b11b51aa1e feat: customer detail page, size snapshots table, Spaces provisioning, Redis status cache
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 20:07:19 -05:00
lunarfront-bot
bc9d7b464c chore: bump version to v0.5.0
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-04 00:48:48 +00:00
Ryan Moon
4dfa42487f feat: use managed Valkey with per-customer key prefix instead of in-cluster valkey
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 19:48:34 -05:00
lunarfront-bot
e995ae4cd9 chore: bump version to v0.4.3
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-04 00:44:59 +00:00
Ryan Moon
1ab449cf83 fix: skip teardownCustomerDatabase if database no longer exists
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 19:44:45 -05:00
lunarfront-bot
160e6e9a49 chore: bump version to v0.4.2
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-04 00:43:50 +00:00
Ryan Moon
bbe5bd9a0e fix: use semver constraint instead of 'latest' for ArgoCD OCI helm targetRevision
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 19:43:35 -05:00
lunarfront-bot
5f79f46329 chore: bump version to v0.4.1
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-04 00:39:07 +00:00
Ryan Moon
b8002af82b fix: skip git commit/push in removeCustomerChart if file was never tracked
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 19:38:52 -05:00
lunarfront-bot
c517b1c1cd chore: bump version to v0.4.0
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 23:54:25 +00:00
Ryan Moon
19135b0520 feat: provision k8s namespace and secrets during customer setup
Some checks failed
Build & Release / build (push) Has been cancelled
- k8s.ts: add createNamespace, deleteNamespace, createSecret, createDockerRegistrySecret
- customers.ts: create namespace + DOCR pull secret + app secrets (DATABASE_URL, JWT_SECRET, REDIS_URL) before pushing ArgoCD chart
- customers.ts: delete namespace on deprovision, search name field too
- git.ts: use DOCR OCI chart URL and helm parameters for customer ArgoCD apps
- Add 'namespace' and 'secrets' steps to provisioning step tracker
2026-04-03 18:54:12 -05:00
lunarfront-bot
cadf0bb191 chore: bump version to v0.3.4
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 23:09:38 +00:00
Ryan Moon
38341aa0a9 fix: switch from httpOnly cookies to localStorage Bearer token auth
Some checks failed
Build & Release / build (push) Has been cancelled
Cookie-based auth was unreliable through Cloudflare/nginx proxy — cookie
was being sent for some requests but not others. Switch to returning JWT
in login response, storing in localStorage, and sending as Authorization
Bearer header on all API calls. Eliminates all cookie/SameSite/Secure
proxy issues.
2026-04-03 18:09:24 -05:00
lunarfront-bot
74df8e8cb0 chore: bump version to v0.3.3
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 23:03:52 +00:00
lunarfront-bot
d99074855d chore: bump version to v0.3.2
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 23:02:30 +00:00
lunarfront-bot
57f166c5c0 chore: bump version to v0.3.1
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 23:01:05 +00:00
Ryan Moon
accc963883 fix: persist auth cookie across refreshes and add customer detail tracking
Some checks failed
Build & Release / build (push) Has been cancelled
- Fix cookie sameSite strict → lax so browser sends it on page refresh
- Add customer name field (separate from slug)
- Add steps JSONB column tracking per-step provisioning state (DB, User, Schema, Pool, Chart)
- Insert customer record before provisioning starts so partial failures are visible
- Show status + step checklist in customers table
- Add DELETE /customers/:slug/record endpoint to clear failed records without touching infra
- Add "Record Only" button in UI for manual cleanup of partial deployments
2026-04-03 18:00:52 -05:00
lunarfront-bot
7e63dbac9c chore: bump version to v0.3.0
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 22:48:38 +00:00
Ryan Moon
d1c4aa7d6f feat: customers management UI with paginated table and full delete
All checks were successful
Build & Release / build (push) Successful in 12s
- Fix SSH key missing trailing newline (error in libcrypto)
- Pass env with SSH command through all git operations
- Add customers table (modules, start/expiration dates, created/updated timestamps)
- Idempotent ALTER TABLE for existing deployments
- GET /customers with pagination, search, and sort
- POST /customers persists slug with modules and dates to DB
- DELETE /customers/:slug removes ArgoCD chart, DO DB, pgbouncer pool, and manager record
- Redesigned frontend: dark slate theme, customers table page with search/sort/pagination, delete confirm dialog, module checkboxes, slate buttons
2026-04-03 17:48:25 -05:00
lunarfront-bot
cb3e027ed2 chore: bump version to v0.2.2
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 20:32:31 +00:00
Ryan Moon
275f2f2964 chore: remove manual chart update step
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 15:32:15 -05:00
lunarfront-bot
3dc4cb9e8a chore: bump version to v0.2.1
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 20:28:35 +00:00
Ryan Moon
fccddfd7f3 fix: use SSH deploy key to push to lunarfront-charts
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 15:28:21 -05:00
lunarfront-bot
3f356b0b48 chore: bump version to v0.2.0
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 20:27:32 +00:00
Ryan Moon
fe1af1a021 feat: auto-update charts deployment on build
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 15:27:17 -05:00
lunarfront-bot
b66972a128 chore: bump version to v0.1.5
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 20:26:48 +00:00
Ryan Moon
a483759964 fix: install git and openssh in container for chart operations
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 15:25:58 -05:00
lunarfront-bot
32e27eda51 chore: bump version to v0.1.4
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 20:22:51 +00:00
lunarfront-bot
10d261f350 chore: bump version to v0.1.3
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 20:22:23 +00:00
Ryan Moon
1bbef23376 fix: remove ryan/ prefix from DOCR image path
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 15:22:10 -05:00
lunarfront-bot
b3241fce4c chore: bump version to v0.1.2
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 20:19:51 +00:00
lunarfront-bot
5bdf721781 chore: bump version to v0.1.1
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 20:15:58 +00:00
Ryan Moon
ba620c566c fix: use 'token' as username for DOCR login
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 15:14:55 -05:00
Ryan Moon
ceacd9b459 feat: redesign UI with sidebar, centered login, account page with password reset
Some checks failed
Build & Release / build (push) Failing after 5s
2026-04-03 15:13:46 -05:00
Ryan Moon
2264ecc2f6 feat: push to DOCR instead of Gitea registry
Some checks failed
Build & Release / build (push) Failing after 5s
2026-04-03 08:40:09 -05:00
lunarfront-bot
00ce58df0b chore: bump version to v0.1.0
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 13:06:59 +00:00
Ryan Moon
4bd1918e3b feat: add JWT auth with db-backed users
Some checks failed
Build & Release / build (push) Has been cancelled
- users table created on startup via migrate()
- POST /api/auth/setup to create first user (blocked once any user exists)
- POST /api/auth/login returns httpOnly JWT cookie (7d expiry)
- POST /api/auth/logout clears cookie
- GET /api/auth/me for auth check
- All /api/customers routes require valid JWT
- Frontend shows login form when unauthenticated
- Fix type errors in k8s, do, and pgbouncer services
2026-04-03 07:41:36 -05:00
Ryan Moon
8dbfb5810f fix: add /health endpoint for k8s probes
Some checks failed
Build & Release / build (push) Failing after 6s
2026-04-03 06:52:13 -05:00
Ryan Moon
6e68cb83c0 feat: restrict customer DB user permissions on provision
Some checks failed
Build & Release / build (push) Failing after 1m3s
2026-04-03 06:25:51 -05:00
Ryan Moon
32399a417a feat: add CI build workflow
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 06:24:43 -05:00
Ryan Moon
8287fbf5b8 feat: initial lunarfront-manager app 2026-04-03 06:23:56 -05:00