No description
  • Go 98.8%
  • Dockerfile 1.2%
Find a file
Shajal Shaheduzzaman cc3ceab118
All checks were successful
CI/CD Pipeline / build-and-test (push) Successful in 47s
CI/CD Pipeline / package-docker (push) Successful in 45s
CI/CD Pipeline / deploy-dev (push) Successful in 7s
CI/CD Pipeline / deploy-beta (push) Has been skipped
CI/CD Pipeline / deploy-prod (push) Has been skipped
chore: update JWT_ISSUER and JWT_AUDIENCE configuration in environment files
2026-07-28 16:22:32 +01:00
.claude feat: initialize API server with JWKS auth, rate limiting, and robust routing infrastructure 2026-06-12 17:34:03 +01:00
.forgejo/workflows feat: implement CI/CD pipeline, swagger documentation automation, and project environment settings 2026-05-27 12:57:11 +01:00
.github/workflows Added local mount for sqlite file 2026-05-23 17:04:53 +01:00
.vscode Added local mount for sqlite file 2026-05-23 17:04:53 +01:00
cmd feat: initialize API server with JWKS auth, rate limiting, and robust routing infrastructure 2026-06-12 17:34:03 +01:00
docs feat: implement CI/CD pipeline, swagger documentation automation, and project environment settings 2026-05-27 12:57:11 +01:00
internal feat: initialize API server with JWKS auth, rate limiting, and robust routing infrastructure 2026-06-12 17:34:03 +01:00
.dockerignore Added local mount for sqlite file 2026-05-23 17:04:53 +01:00
.env chore: update JWT_ISSUER and JWT_AUDIENCE configuration in environment files 2026-07-28 16:22:32 +01:00
.env.example chore: update JWT_ISSUER and JWT_AUDIENCE configuration in environment files 2026-07-28 16:22:32 +01:00
.gitignore feat: implement CI/CD pipeline, swagger documentation automation, and project environment settings 2026-05-27 12:57:11 +01:00
api feat: expose date_created and date_updated fields in User domain and API documentation 2026-04-12 10:52:59 +00:00
auth_api.json feat: initialize API server with JWKS auth, rate limiting, and robust routing infrastructure 2026-06-12 17:34:03 +01:00
docker-compose.dev.yml feat: implement audio handler and endpoints for lemma, word, and ayah retrieval 2026-06-09 20:58:36 +01:00
Dockerfile feat: implement CI/CD pipeline, swagger documentation automation, and project environment settings 2026-05-27 12:57:11 +01:00
GEMINI.md chore: update JWKS and OpenID configuration URLs to point to the dev environment 2026-05-23 17:12:32 +01:00
go.mod feat: implement profile picture upload and retrieval with local storage and image compression 2026-05-30 23:25:03 +01:00
go.sum feat: implement profile picture upload and retrieval with local storage and image compression 2026-05-30 23:25:03 +01:00
sqlitegen feat: add versioning support to sqlitegen with CLI flags for manual versioning and automatic incrementing 2026-04-14 12:40:01 +00:00