Commit Graph

202 Commits

Author SHA1 Message Date
ba7edec2cb ci: fix app build errors
All checks were successful
Build and Push Docker Image / tests (push) Successful in 35s
Build and Push Docker Image / build (push) Successful in 1m51s
2024-10-10 22:23:32 +02:00
b59dbce56c chore(api): remove version tests
Some checks failed
Build and Push Docker Image / tests (push) Successful in 37s
Build and Push Docker Image / build (push) Failing after 48s
2024-10-10 22:14:43 +02:00
f49643dfb4 chore(api): fix imports
Some checks failed
Build and Push Docker Image / tests (push) Failing after 42s
Build and Push Docker Image / build (push) Has been skipped
2024-10-10 22:11:05 +02:00
4ac4304862 feat(app): extend version create/update with status and releasedAt date
Some checks failed
Build and Push Docker Image / tests (push) Failing after 28s
Build and Push Docker Image / build (push) Has been skipped
2024-10-10 22:07:42 +02:00
5fc2592bd5 feat(schema): extend version update schema with releasedAt field 2024-10-10 22:07:20 +02:00
f8ad8cc0af feat(app): refactor VersionStatus component 2024-10-10 22:06:57 +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
5cfb15886f feat(ui): add new components
- calendar
- date-picker
- popover
- select
2024-10-10 22:05:15 +02:00
be0bbad563 feat(app): add version placeholder page
Some checks failed
Build and Push Docker Image / tests (push) Failing after 34s
Build and Push Docker Image / build (push) Has been skipped
2024-10-09 14:45:29 +02:00
13c8be7314 feat(app): show version status in version list 2024-10-09 14:45:16 +02:00
0c408a5041 feat(app): add version create
Some checks failed
Build and Push Docker Image / tests (push) Failing after 35s
Build and Push Docker Image / build (push) Has been skipped
2024-10-09 14:32:23 +02:00
d542cd14da feat(db): remove shortHash from version 2024-10-09 14:32:09 +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
14f39f47c7 feat(schema): add version schema 2024-10-09 12:44:10 +02:00
e45d498f56 feat(app): refactor changelog routing, add changelog update route
All checks were successful
Build and Push Docker Image / tests (push) Successful in 50s
Build and Push Docker Image / build (push) Successful in 1m30s
2024-10-07 23:04:02 +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
00fe6eafcd feat(app): changelog remove action
Some checks failed
Build and Push Docker Image / tests (push) Successful in 29s
Build and Push Docker Image / build (push) Failing after 43s
2024-10-07 11:41:16 +02:00
89dcb42364 feat(ui): add alert-dialog and tooltip components 2024-10-07 11:39:57 +02:00
14c376116c feat(app): add umami tracking 2024-10-04 20:08:12 +02:00
b2ef80d58d feat(app): add changelog list, byId and create page
All checks were successful
Build and Push Docker Image / tests (push) Successful in 34s
Build and Push Docker Image / build (push) Successful in 1m34s
2024-10-03 22:47:47 +02:00
ee3faad379 chore(schema): extend changelog schema with isSemver bool 2024-10-03 22:46:38 +02:00
b45e815f1d feat(ui): add textarea component 2024-10-03 22:15:11 +02:00
290f97dd95 feat(ui): add checkbox component 2024-10-03 22:07:54 +02:00
52d62f831f feat(ui): add form components 2024-10-03 22:05:55 +02:00
f66ca69c15 ci(app): update nginx.conf
All checks were successful
Build and Push Docker Image / tests (push) Successful in 29s
Build and Push Docker Image / build (push) Successful in 1m22s
2024-10-03 21:47:07 +02:00
975d2e1d58 feat(app): use PROD env var instead of NODE_ENV
All checks were successful
Build and Push Docker Image / tests (push) Successful in 29s
Build and Push Docker Image / build (push) Successful in 1m46s
2024-10-03 21:36:47 +02:00
2475250618 chore: bun.lockb 2024-10-03 21:29:23 +02:00
8f5ab7f7b0 chore(website): remove .vscode files 2024-10-03 21:29:10 +02:00
60550976f8 feat(app): fix build error
All checks were successful
Build and Push Docker Image / tests (push) Successful in 29s
Build and Push Docker Image / build (push) Successful in 1m43s
2024-10-03 21:27:28 +02:00
ea8440f86f feat(app): add react query and changelog hooks
Some checks failed
Build and Push Docker Image / tests (push) Successful in 28s
Build and Push Docker Image / build (push) Failing after 39s
2024-10-03 10:52:50 +02:00
de3b1a1c66 feat(website): add statuspage link 2024-10-03 10:25:36 +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
8ebb1c95dc feat(api): add more clerk logs
All checks were successful
Build and Push Docker Image / tests (push) Successful in 4m3s
Build and Push Docker Image / build (push) Successful in 6m5s
2024-10-02 21:30:21 +02:00
2194bcc9ee feat(logger): use logtail only in dev/prod
All checks were successful
Build and Push Docker Image / tests (push) Successful in 32s
Build and Push Docker Image / build (push) Successful in 1m31s
2024-10-02 15:44:20 +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
30b0a1c584 feat(database): add logger to database migration 2024-10-02 15:24:13 +02:00
537acd5658 feat(logger): add logger package 2024-10-02 15:23:57 +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
ed424d78fd ci: remove branches.yaml workflow
All checks were successful
Build and Push Docker Image / tests (push) Successful in 40s
Build and Push Docker Image / build (push) Successful in 1m9s
2024-10-01 20:46:27 +02:00
c0a893b48c feat(api): copy migrations folder into docker image 2024-10-01 20:46:08 +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
025900ccc6 ci: fix test workflow
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m41s
2024-10-01 16:14:17 +02:00