Commit Graph

211 Commits

Author SHA1 Message Date
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
8e650c9b0a ci: remove testing from main branch push, create own testing workflow
All checks were successful
Build and Push Docker Image / build (push) Successful in 55s
2024-10-01 16:11:39 +02:00
8ab8dec708 ci: try server ip for postgres
Some checks failed
Build and Push Docker Image / build (push) Failing after 44s
2024-10-01 16:07:37 +02:00
905fc81c8d ci: combine workflows
Some checks failed
Build and Push Docker Image / build (push) Failing after 32s
2024-10-01 15:52:30 +02:00
079ae7791c ci: use postgres as hostname
Some checks failed
Build and Push Docker Image / tests (push) Failing after 29s
Build and Push Docker Image / build (push) Has been skipped
2024-10-01 15:31:22 +02:00
9349fb6c77 ci: debug docker ps
Some checks failed
Build and Push Docker Image / tests (push) Failing after 33s
Build and Push Docker Image / build (push) Has been skipped
2024-10-01 15:23:29 +02:00
0a237cc482 ci: add container to test workflow
Some checks failed
Build and Push Docker Image / tests (push) Failing after 49s
Build and Push Docker Image / build (push) Has been skipped
2024-10-01 15:06:44 +02:00
3f53b112ae ci: rename postgres hostname, add postgres_url to test run
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-01 14:18:56 +02:00
8f53f4c675 ci: add testing
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-01 13:46:51 +02: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
18cbf5c0a3 feat(app): simplify navigation routes
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m37s
2024-10-01 12:10:26 +02:00
048855049d feat(app): extend navigation with changelog links and accordion 2024-10-01 11:02:19 +02:00
558e0758d8 feat: add new spelling words 2024-10-01 11:01:59 +02:00
77b3b7d84a feat(ui): add accordion component 2024-10-01 11:01:50 +02:00
db3667c024 feat(app): simplify navigation links 2024-10-01 10:37:15 +02:00
873d0009d4 feat: add new spelling words 2024-10-01 10:37:00 +02:00
417a382abe feat(app): add user profile settings 2024-10-01 10:27:33 +02:00
d5034383b8 feat(app): fix lint errors
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m1s
2024-09-30 23:25:29 +02:00
f0eca6885d feat(app): add base layout
Some checks failed
Build and Push Docker Image / build (push) Failing after 48s
2024-09-30 23:21:05 +02:00
643fe98c39 feat(ui): add more components 2024-09-30 23:20:40 +02:00
b97243c5f9 feat(app): add custom font AfacadFlux 2024-09-30 22:54:14 +02:00
68db4df351 feat(app): disable router dev tools on prod 2024-09-30 22:41:17 +02:00
971da61e7b feat(api): add clerk webhook security check
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m54s
2024-09-30 20:57:20 +02:00
6cf917afba feat(api): env vars check on startup 2024-09-30 20:56:56 +02:00
e0157210df ci: add clerk key for react app 2024-09-30 20:11:16 +02:00
8ba086501a feat(app): add docker build
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m56s
2024-09-30 19:35:38 +02:00
a9174619d8 feat(app): add initial app
All checks were successful
Build and Push Docker Image / build (push) Successful in 55s
2024-09-30 15:13:17 +02:00
2082208b04 feat(ui): add button, dropdown menu and theme components 2024-09-30 15:11:39 +02:00
fad940b517 feat(api): replace astro openapi with hono openapi ui
All checks were successful
Build and Push Docker Image / build (push) Successful in 55s
2024-09-28 22:20:25 +02:00
d7c1b0525a feat(api): redefine openapi for user
Some checks failed
Build and Push Docker Image / build (push) Failing after 39s
2024-09-28 21:53:42 +02:00
1276ca6938 ci: use NODE_ENV in pipeline 2024-09-28 21:53:16 +02:00
d19bc2cbef ci: add api docker build and push
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m55s
2024-09-28 21:27:24 +02:00
04e2164419 feat(website): add api openapi spec 2024-09-28 21:27:06 +02:00
766fa918e5 feat(api): update openapi spec 2024-09-28 21:14:05 +02:00
6f0d9fe925 ci: add Dockerfile and docker build for api
All checks were successful
Build and Push Docker Image / build (push) Successful in 47s
2024-09-28 21:10:51 +02:00
342cd10615 chore: remove .env.example 2024-09-28 21:09:55 +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
5f70ab60ea feat(schema): add user openapi schema 2024-09-28 21:07:46 +02:00
eabd25c203 chore: use correct import for database package 2024-09-28 21:07:17 +02:00
0aafe00570 chore: add words to workspace 2024-09-28 21:06:45 +02:00
a1abf25ff0 chore: update bun.lockb
All checks were successful
Build and Push Docker Image / build (push) Successful in 50s
2024-09-28 20:11:32 +02:00