47 Commits

Author SHA1 Message Date
3e67d18749 chore: fix build errors 2024-11-01 21:45:18 +01:00
a63f5dea75 feat(api): changelog version auto create 2024-11-01 21:11:50 +01:00
e193bb7b5c feat(api): release commits on version delete 2024-10-31 21:27:33 +01:00
c6afa94e1e fix(api): changelog commit upload 2024-10-31 20:35:52 +01:00
81baf571f9 feat: add dashboard statistics 2024-10-31 14:58:06 +01:00
90232feb1e feat: access tokens (create, list, delete) 2024-10-30 20:20:35 +01:00
415bba96f0 feat(api): add openapi tags 2024-10-29 22:08:10 +01:00
625b463287 feat: add version create with commit select 2024-10-29 21:25:21 +01:00
106b3c0545 feat: cli commit upload 2024-10-26 14:30:15 +02:00
b182329146 wip: cli and changelog commit upload 2024-10-25 16:31:59 +02:00
fb2e1eee17 ci: fix test error 2024-10-24 23:30:52 +02:00
8e093590c0 feat(app): add changelog remove from page 2024-10-24 23:16:40 +02:00
139832ad46 wip: page update for removing changelog relation 2024-10-24 22:43:27 +02:00
0951d06607 chore: refactor hono structure 2024-10-24 22:15:47 +02:00
2169d29c17 chore: remove unused code 2024-10-24 21:53:42 +02:00
244ffb6d03 feat: implement new module: page 2024-10-24 21:21:21 +02:00
3449b5c2ac feat(api): show only published version on changelog public route 2024-10-23 22:31:41 +02:00
514a2d2003 feat(api): add changelog public route 2024-10-23 22:05:02 +02:00
8a1bbbc67b feat(api): add sentry capture 2024-10-22 20:55:28 +02:00
808bf3f0ba feat(api): add error logs 2024-10-11 11:49:39 +02:00
b59dbce56c chore(api): remove version tests 2024-10-10 22:14:43 +02:00
f49643dfb4 chore(api): fix imports 2024-10-10 22:11:05 +02:00
c18ad0a452 feat(api): sort versions after createdAt date 2024-10-10 22:06:40 +02:00
94a78ea3fc feat(api): dont return current date on missing releasedAt version date 2024-10-10 22:06:23 +02:00
3aea656943 feat(api): accept releasedAt date on version update 2024-10-10 22:05:49 +02:00
72082a51d1 feat(api): fix version create 2024-10-09 14:31:49 +02:00
21dd7a28ec feat(api): add changelog version routes 2024-10-09 13:11:00 +02:00
23471aa9b0 feat(api): return only one result on changelog update 2024-10-07 23:03:44 +02:00
92fe2fb32d feat(api): refactor startup env var check 2024-10-07 14:29:49 +02:00
30f79fc6c3 feat: fix migrations logging 2024-10-02 22:03:44 +02:00
8ebb1c95dc feat(api): add more clerk logs 2024-10-02 21:30:21 +02:00
dc97053d04 feat: disable logger on testing 2024-10-02 15:42:18 +02:00
3535b97cfa feat(api): add clerk webhook logging 2024-10-02 15:24:38 +02:00
919f53ead5 feat(api): migrations on startup 2024-10-02 13:37:30 +02:00
626cf0ef70 feat(api): run migrations only on production 2024-10-01 21:23:27 +02:00
3bb5a4999d feat(api): await startup 2024-10-01 20:58:51 +02:00
c31900d94a feat(api): database migrations on startup 2024-10-01 20:39:12 +02:00
d2ee997ac7 Add testing ci pipeline ()
Reviewed-on: 
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 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
971da61e7b feat(api): add clerk webhook security check 2024-09-30 20:57:20 +02:00
6cf917afba feat(api): env vars check on startup 2024-09-30 20:56:56 +02:00
fad940b517 feat(api): replace astro openapi with hono openapi ui 2024-09-28 22:20:25 +02:00
d7c1b0525a feat(api): redefine openapi for user 2024-09-28 21:53:42 +02:00
766fa918e5 feat(api): update openapi spec 2024-09-28 21:14:05 +02:00
e64d9ec31d feat(api): add user routes 2024-09-28 21:08:04 +02:00
f44b5d74ca feat(api): add api base 2024-09-28 20:10:17 +02:00