Commit Graph

14 Commits

Author SHA1 Message Date
0b786206e4 💥 breaking: upgrade Elysia to v1.4 and update codebase accordingly 2026-03-07 13:41:13 +07:00
9a554bb2ec 📝 docs: add OpenAPI for API documentation 2026-03-06 21:56:50 +07:00
c74597c57d 🐛 fix: access cookie via header on logout
Some checks failed
Integration Tests / integration-tests (pull_request) Failing after 51s
2026-02-15 22:58:24 +07:00
c730689587 ♻️ refactor: change all id types to uuidv7 2026-01-27 22:29:21 +07:00
4c1f891f12 🚧 wip: create bulk insert endpoint 2026-01-23 21:08:10 +07:00
22428c720c 🐛 fix: user client info in oauth flow 2026-01-20 09:39:50 +07:00
fb3d0b5e9b 🐛 (prisma) fix prisma db pool error 2026-01-19 22:07:10 +07:00
1e71bc43f7 📦 deps: updating prisma v6 to v7 2026-01-09 15:12:17 +07:00
50500ec1ca 📈 (analytics) implement sentry error tracing system 2025-09-07 14:48:23 +07:00
5cce8eea9f 🗃️ create dbml generator
Generate dbml from the Prisma schema when executing the command `bunx prisma generate`. The dbml can be used to
visualize the ERD using the dbdiagram.io website.
2025-08-24 07:03:18 +07:00
419b5b0ae4 create oauth login
Create authentication with oAuth using a third-party vendor. Currently, only GitHub is available, but more will be added
in the future.
2025-08-05 17:11:36 +07:00
945caca728 ⚗️ add minio lib
add minio lib for storing file in file system as bucket storage
2025-07-21 15:21:37 +07:00
08a2ac3c43 create user role bind and create
creating basic validation dan operation service for user role
2025-07-14 21:50:42 +07:00
01b29e2a78 (user) create validation in user update data 2025-06-28 17:44:31 +07:00