Commit Graph

13 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 04dae9dd48 fix(docker): Remove --fresh flag from CMD in Dockerfile for migration command 2025-10-31 15:36:17 +07:00
Habib Fatkhul Rohman a526b94e19 feat(docker): Update CMD in Dockerfile to include --fresh flag for migration
Deploy Application / deploy (push) Successful in 21s Details
2025-10-31 11:27:50 +07:00
Habib Fatkhul Rohman fbbbeb5304 fix(role): Restore ClientID filter in GetRoles method
refactor(docker): Simplify CMD in Dockerfile by removing seed command
2025-10-30 14:11:40 +07:00
Habib Fatkhul Rohman 2ade3121ff refactor(docker): Update CMD in Dockerfile to use migration command
Deploy Application / deploy (push) Successful in 22s Details
refactor(role): Comment out unused client ID handling in GetRoles method
refactor(role): Comment out role name existence check in UpdateRole method
refactor(command): Enhance logging for migration and seeder processes
2025-10-30 12:00:11 +07:00
Habib Fatkhul Rohman e8bdd02004 fix(seeder): Comment out unused seeders for clarity
Deploy Application / deploy (push) Successful in 20s Details
fix(docker): Update CMD in Dockerfile to use --fresh for migration
2025-10-30 11:21:49 +07:00
Habib Fatkhul Rohman fc43112d19 feat(monitoring): Add health check and error log retrieval endpoints 2025-10-29 22:40:28 +07:00
Habib Fatkhul Rohman 1a8b52fcc1 fix(docker): Update CMD in Dockerfile to use --fresh for migration
Deploy Application / deploy (push) Successful in 17s Details
2025-10-29 15:36:35 +07:00
Habib Fatkhul Rohman 02fff69d2e fix: Update Dockerfile command to use --migrate for database migration
Deploy Application / deploy (push) Successful in 17s Details
2025-10-28 14:55:03 +07:00
Habib Fatkhul Rohman 09d08e61c6 fix: Update Dockerfile command to use --fresh for database migration
Deploy Application / deploy (push) Successful in 22s Details
2025-10-28 14:44:14 +07:00
Habib Fatkhul Rohman 2546a094a3 feat: Revamp logs page with new HTML structure and styles
- Updated logs.html to include a modern design with Tailwind CSS.
- Added a login section for admin access to logs.
- Implemented JavaScript functions for login, log retrieval, and month selection.
- Enhanced user experience with loading indicators and error handling.

feat: Add ServeLogsPage method to LogsController

- Introduced ServeLogsPage method to serve the logs HTML page.
- Configured to respond with HTML when the Accept header is text/html.

refactor: Update logs routes to serve HTML page

- Modified routes to serve the logs HTML page without authentication.
- Adjusted protected routes for log retrieval to use API versioning.

docs: Add API documentation for user and role controllers

- Added Swagger documentation comments for user and role controller methods.
- Documented endpoints for user registration, login, and email verification.
2025-10-23 00:17:07 +07:00
Habib Fatkhul Rohman 3cf87f7527 Update Dockerfile to run migrations and seed data; add Nginx route for log retrieval 2025-10-21 15:05:49 +07:00
Habib Fatkhul Rohman cdd940463d Update Dockerfile to use Go 1.25-alpine for improved performance and compatibility 2025-09-22 16:04:01 +07:00
Habib Fatkhul Rohman 87d28fffee
Initial commit 2025-09-10 14:38:44 +07:00