No description
  • Go 98.8%
  • Dockerfile 1.2%
Find a file
Shajal Shaheduzzaman 32631b6eda
All checks were successful
CI/CD Pipeline / package-docker (push) Successful in 42s
CI/CD Pipeline / deploy-beta (push) Has been skipped
CI/CD Pipeline / build-and-test (push) Successful in 15s
CI/CD Pipeline / deploy-dev (push) Successful in 7s
CI/CD Pipeline / deploy-prod (push) Has been skipped
feat: implement friendship management system including HTTP handlers, repository, and domain models
2026-06-04 16:50:06 +01:00
.claude feat: implement daily statistics domain models and Postgres repository for sync operations 2026-06-04 11:14:50 +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: implement daily statistics tracking with service, repository, and HTTP handlers 2026-06-03 18:11:20 +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: implement friendship management system including HTTP handlers, repository, and domain models 2026-06-04 16:50:06 +01:00
.dockerignore Added local mount for sqlite file 2026-05-23 17:04:53 +01:00
.env feat: add quran.user_daily_stats to TABLE_CONFIG in environment configuration 2026-06-03 18:12:35 +01:00
.env.example feat: implement friendship system with core domain, postgres repository, service layer, and HTTP handlers 2026-06-02 19:02:22 +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
docker-compose.dev.yml feat: implement profile picture upload and retrieval with local storage and image compression 2026-05-30 23:25:03 +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