Commit Graph

17 Commits

Author SHA1 Message Date
opencode 803802a5b6 feat: show live build version in web UI
Build & Push Docker Image / build (push) Successful in 2m36s
- /api/version returns version, commitSha, buildDate, trashRetentionDays
- CI passes COMMIT_SHA (full), BUILD_DATE and VERSION (git tag) as
  docker build args; Dockerfile bakes them as env
- sidebar footer shows version/sha linked to the Gitea commit
- admin System tab shows version, commit link, build date, trash retention
2026-08-02 02:13:27 +02:00
opencode 01c70085db feat: tiered costs feature + admin tier management + tag selection
Build & Push Docker Image / build (push) Successful in 6m52s
- costs: nullable notes (fix create without notes), drop renewalDate
  (schema + API + UI), gate POST/PATCH/DELETE to admin + costs feature
- feature middleware: admin-aware hasFeature + getEntitlements union;
  /auth/me and login return resolved entitlements
- users: tier enum (free/premium/enterprise) in create/update/list,
  admin UI tier select + tier badge
- tags: GET /tags/all, TagInput autocomplete in new/edit tool forms,
  feature suggestions on focus, query invalidation on create/update
- openapi: nullable ToolUpdate urls, ToolUpdate tier fields, listAllTags
- Dockerfile: push-force to drop renewal_date column
2026-08-02 01:10:47 +02:00
henry 2b5f074a63 Update Dockerfile
Build & Push Docker Image / build (push) Successful in 4m8s
2026-07-31 18:11:46 +00:00
henry bc9effd665 Update Dockerfile
Build & Push Docker Image / build (push) Failing after 1m53s
2026-07-31 17:49:44 +00:00
henry b4aaf23a75 Update Dockerfile
Build & Push Docker Image / build (push) Successful in 3m6s
2026-07-31 12:19:09 +00:00
henry 6157e39c14 Update Dockerfile
Build & Push Docker Image / build (push) Failing after 1m33s
2026-07-31 12:11:40 +00:00
henry 6031491347 Update Dockerfile
Build & Push Docker Image / build (push) Failing after 2m1s
2026-07-31 12:08:11 +00:00
henry bb6b739e37 Update Dockerfile
Build & Push Docker Image / build (push) Failing after 1m19s
2026-07-31 11:59:14 +00:00
henry 0f611e8a44 Update Dockerfile
Build & Push Docker Image / build (push) Failing after 1m53s
2026-07-31 11:55:13 +00:00
henry 634e7c633d Update Dockerfile
Build & Push Docker Image / build (push) Failing after 1m20s
2026-07-31 11:49:50 +00:00
henry 4c48e7b9f6 Update Dockerfile
Build & Push Docker Image / build (push) Failing after 52s
2026-07-31 11:34:40 +00:00
henry ec7c874d5b Update Dockerfile
Build & Push Docker Image / build (push) Failing after 55s
2026-07-30 21:26:23 +00:00
henry 2f6a3a05d6 Update Dockerfile
Build & Push Docker Image / build (push) Failing after 3m55s
2026-07-30 21:12:55 +00:00
root 1b05645c15 fix: exclude mockup-sandbox from Docker build
Build & Push Docker Image / build (push) Failing after 30s
2026-07-30 09:18:40 +02:00
root e7727e78c4 fix: skip typecheck in Docker build, use pnpm -r build
Build & Push Docker Image / build (push) Failing after 49s
2026-07-30 09:17:08 +02:00
root 8d3bd07efc fix: copy scripts/package.json for typecheck in Docker build
Build & Push Docker Image / build (push) Failing after 4m10s
2026-07-30 09:11:55 +02:00
root 5d71e60e7d feat: Docker Compose support 2026-07-30 00:19:31 +02:00