Commit Graph

151 Commits

Author SHA1 Message Date
9847fdb70c chore(api): fix build command
Some checks failed
Build and Push Docker Image / tests (push) Successful in 41s
Build and Push Docker Image / build (push) Failing after 1m1s
2024-11-12 22:05:29 +01:00
82558ff06a chore(app): fix build errors 2024-11-12 22:05:11 +01:00
32e5d3bb8d feat(api): add log on authentication error
Some checks failed
Build and Push Docker Image / tests (push) Successful in 49s
Build and Push Docker Image / build (push) Failing after 1m6s
2024-11-12 21:56:49 +01:00
8309d3a92c chore(api): fix logger issue 2024-11-12 21:34:32 +01:00
f284f74734 feat(api): improve logging with loki and grafana 2024-11-12 21:08:40 +01:00
7f6a0f36e9 feat(api): add page tests
Some checks failed
Build and Push Docker Image / tests (push) Successful in 1m9s
Build and Push Docker Image / build (push) Failing after 1m15s
2024-11-12 18:51:30 +01:00
377942fe3c feat(api): add access-token tests 2024-11-12 17:33:20 +01:00
fc125519b9 fix(api): user routes 2024-11-12 16:16:55 +01:00
e8d790d799 chore(api): remove console.logs 2024-11-12 16:16:31 +01:00
5ae746346f feat(app): improve clerk auth 2024-11-12 16:15:33 +01:00
154df360ac feat(app): refactor page create/update forms
All checks were successful
Build and Push Docker Image / tests (push) Successful in 57s
Build and Push Docker Image / build (push) Successful in 4m30s
2024-11-11 21:58:38 +01:00
83b615d989 feat(app): refactor changelog create/update forms 2024-11-11 21:23:52 +01:00
714da23d04 feat(app): sidebar loading state
All checks were successful
Build and Push Docker Image / tests (push) Successful in 54s
Build and Push Docker Image / build (push) Successful in 3m55s
2024-11-10 22:37:23 +01:00
d461acc3f4 fix(app): build error
All checks were successful
Build and Push Docker Image / tests (push) Successful in 52s
Build and Push Docker Image / build (push) Successful in 4m23s
2024-11-10 20:45:05 +01:00
70b98acb4e style(app): improve version update
Some checks failed
Build and Push Docker Image / tests (push) Successful in 1m10s
Build and Push Docker Image / build (push) Failing after 1m29s
2024-11-10 20:37:57 +01:00
b7f0713d6f feat: un/assigned commits on version update 2024-11-10 20:06:10 +01:00
d6cb69ec3b feat(api): return commits on version by id request 2024-11-10 07:27:00 +01:00
9422eaed7e feat(app): reset form on load 2024-11-10 07:26:20 +01:00
e98709d854 feat(api): sort db entries by createdAt date 2024-11-09 21:31:30 +01:00
a73d99afcd fix(app) : build error
All checks were successful
Build and Push Docker Image / tests (push) Successful in 51s
Build and Push Docker Image / build (push) Successful in 4m37s
2024-11-06 22:45:18 +01:00
f2b952a8e9 fix: changelog tests
Some checks failed
Build and Push Docker Image / tests (push) Successful in 1m5s
Build and Push Docker Image / build (push) Failing after 1m11s
2024-11-06 22:40:00 +01:00
f161d6b468 feat(api): complete refactor of openapi routes
Some checks failed
Build and Push Docker Image / tests (push) Failing after 1m4s
Build and Push Docker Image / build (push) Has been skipped
2024-11-06 22:20:10 +01:00
95e00816c4 feat(api): more refactor 2024-11-06 22:04:20 +01:00
bfc8ae2f21 feat: refactor zod validations and openapi errors 2024-11-06 21:33:57 +01:00
32a84e2011 feat(api): try cors middleware on changelog routes
All checks were successful
Build and Push Docker Image / tests (push) Successful in 57s
Build and Push Docker Image / build (push) Successful in 3m56s
2024-11-05 23:06:32 +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
52829bd127 fix(api): page create 2024-11-05 00:11:32 +01:00
8edfd1c7ad fix(api): changelog tests 2024-11-05 00:07:15 +01:00
a7ee7bf981 feat: refactor user id to own id and save clerk id as providerId 2024-11-04 23:29:00 +01:00
abf009a045 feat(website): add more content for changelog 2024-11-04 20:04:22 +01:00
000a76d28d feat(app): changelog version number editable
All checks were successful
Build and Push Docker Image / tests (push) Successful in 2m13s
Build and Push Docker Image / build (push) Successful in 5m21s
2024-11-02 20:08:04 +01:00
37be3bc1f5 fix(cli): cli arguments
All checks were successful
Build and Push Docker Image / tests (push) Successful in 1m50s
Build and Push Docker Image / build (push) Successful in 5m9s
2024-11-02 19:58:04 +01:00
3e67d18749 chore: fix build errors
All checks were successful
Build and Push Docker Image / tests (push) Successful in 39s
Build and Push Docker Image / build (push) Successful in 4m38s
2024-11-01 21:45:18 +01:00
1be0facd64 feat(app): changelog version auto create
Some checks failed
Build and Push Docker Image / tests (push) Successful in 39s
Build and Push Docker Image / build (push) Failing after 1m8s
2024-11-01 21:15:46 +01:00
ede09bcf04 feat(page): render changelog markdown 2024-11-01 21:14:28 +01:00
a63f5dea75 feat(api): changelog version auto create 2024-11-01 21:11:50 +01:00
9d1f96a5f5 style(app): refactor cli page
All checks were successful
Build and Push Docker Image / tests (push) Successful in 44s
Build and Push Docker Image / build (push) Successful in 4m27s
2024-10-31 22:54:04 +01:00
e50f499c08 feat(app): update cli download paths
All checks were successful
Build and Push Docker Image / tests (push) Successful in 51s
Build and Push Docker Image / build (push) Successful in 3m52s
2024-10-31 22:17:21 +01:00
47bcd228e7 ci(cli): update build output name 2024-10-31 22:15:34 +01:00
649819c777 feat(cli): implement commander lib 2024-10-31 22:12:25 +01:00
19fa2121d9 fix(app): add all commits button
All checks were successful
Build and Push Docker Image / tests (push) Successful in 49s
Build and Push Docker Image / build (push) Successful in 3m57s
2024-10-31 21:27:48 +01:00
e193bb7b5c feat(api): release commits on version delete 2024-10-31 21:27:33 +01:00
badcb2ac2f style(app): more responsive
All checks were successful
Build and Push Docker Image / tests (push) Successful in 31s
Build and Push Docker Image / build (push) Successful in 4m17s
2024-10-31 20:56:40 +01:00
c4e55490cc chore(cli): refactor
All checks were successful
Build and Push Docker Image / tests (push) Successful in 45s
Build and Push Docker Image / build (push) Successful in 4m4s
2024-10-31 20:36:32 +01:00
c6afa94e1e fix(api): changelog commit upload 2024-10-31 20:35:52 +01:00