Commit Graph

28 Commits

Author SHA1 Message Date
f284f74734 feat(api): improve logging with loki and grafana 2024-11-12 21:08:40 +01:00
e8d790d799 chore(api): remove console.logs 2024-11-12 16:16:31 +01:00
bfc8ae2f21 feat: refactor zod validations and openapi errors 2024-11-06 21:33:57 +01:00
34db8e9b8d ci: add redis url env var for dev/test
All checks were successful
Build and Push Docker Image / tests (push) Successful in 58s
Build and Push Docker Image / build (push) Successful in 4m4s
2024-11-05 16:05:43 +01:00
68e6967cee ci: use redis credentials only on prod env
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Build and Push Docker Image / tests (push) Has been cancelled
2024-11-05 16:02:40 +01:00
94cf57cfda ci: redis credentials only on production
Some checks failed
Build and Push Docker Image / build (push) Blocked by required conditions
Build and Push Docker Image / tests (push) Has been cancelled
2024-11-05 15:59:03 +01:00
15425cdc32 ci: remove redis start command
Some checks failed
Build and Push Docker Image / build (push) Blocked by required conditions
Build and Push Docker Image / tests (push) Has been cancelled
2024-11-05 15:56:42 +01:00
501e75b420 ci: add port and debug log
Some checks failed
Build and Push Docker Image / build (push) Blocked by required conditions
Build and Push Docker Image / tests (push) Has been cancelled
2024-11-05 15:51:13 +01:00
8657228e02 feat(api): add redis cache for public page
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Build and Push Docker Image / tests (push) Has been cancelled
2024-11-05 15:33:27 +01:00
a7ee7bf981 feat: refactor user id to own id and save clerk id as providerId 2024-11-04 23:29:00 +01:00
a63f5dea75 feat(api): changelog version auto create 2024-11-01 21:11:50 +01:00
90232feb1e feat: access tokens (create, list, delete)
All checks were successful
Build and Push Docker Image / tests (push) Successful in 54s
Build and Push Docker Image / build (push) Successful in 3m30s
2024-10-30 20:20:35 +01:00
106b3c0545 feat: cli commit upload
Some checks failed
Build and Push Docker Image / tests (push) Failing after 41s
Build and Push Docker Image / build (push) Has been skipped
2024-10-26 14:30:15 +02:00
244ffb6d03 feat: implement new module: page 2024-10-24 21:21:21 +02:00
8a1bbbc67b feat(api): add sentry capture 2024-10-22 20:55:28 +02:00
92fe2fb32d feat(api): refactor startup env var check 2024-10-07 14:29:49 +02:00
30f79fc6c3 feat: fix migrations logging
All checks were successful
Build and Push Docker Image / tests (push) Successful in 36s
Build and Push Docker Image / build (push) Successful in 53s
2024-10-02 22:03:44 +02:00
dc97053d04 feat: disable logger on testing
Some checks failed
Build and Push Docker Image / tests (push) Failing after 26s
Build and Push Docker Image / build (push) Has been skipped
2024-10-02 15:42:18 +02:00
3535b97cfa feat(api): add clerk webhook logging
Some checks failed
Build and Push Docker Image / tests (push) Failing after 56s
Build and Push Docker Image / build (push) Has been skipped
2024-10-02 15:24:38 +02:00
919f53ead5 feat(api): migrations on startup
All checks were successful
Build and Push Docker Image / tests (push) Successful in 33s
Build and Push Docker Image / build (push) Successful in 1m30s
2024-10-02 13:37:30 +02:00
626cf0ef70 feat(api): run migrations only on production
All checks were successful
Build and Push Docker Image / tests (push) Successful in 26s
Build and Push Docker Image / build (push) Successful in 1m22s
2024-10-01 21:23:27 +02:00
3bb5a4999d feat(api): await startup
All checks were successful
Build and Push Docker Image / tests (push) Successful in 26s
Build and Push Docker Image / build (push) Successful in 1m28s
2024-10-01 20:58:51 +02:00
c31900d94a feat(api): database migrations on startup
All checks were successful
Build and Push Docker Image / tests (push) Successful in 50s
Build and Push Docker Image / build (push) Successful in 55s
2024-10-01 20:39:12 +02:00
d2ee997ac7 Add testing ci pipeline (#1)
All checks were successful
Build and Push Docker Image / tests (push) Successful in 35s
Build and Push Docker Image / build (push) Successful in 2m35s
Reviewed-on: boring.tools/boring.tools#1
Co-authored-by: Lars Hampe <hello@hashdot.co>
Co-committed-by: Lars Hampe <hello@hashdot.co>
2024-10-01 17:04:13 +00:00
0d0e241e68 feat(api): add changelog routes and tests
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m35s
2024-10-01 13:37:26 +02:00
060bb71b0e feat(database): add changelog schema, rename access tokens schema 2024-10-01 12:39:12 +02:00
6cf917afba feat(api): env vars check on startup 2024-09-30 20:56:56 +02:00
e64d9ec31d feat(api): add user routes
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m9s
2024-09-28 21:08:04 +02:00