Commit Graph

20 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 9447a3fd88 fix(migration): uncomment all entities in MigrateFresh function
fix(docker): update CMD in Dockerfile to use '--migrate' instead of '--fresh'
2025-11-18 10:58:37 +07:00
Habib Fatkhul Rohman a26d719f1b fix(migration): uncomment inventory-related entities in MigrateFresh function
Deploy Application / deploy (push) Successful in 24s Details
2025-11-18 10:58:06 +07:00
Habib Fatkhul Rohman 310abc99d7 fix(docker): Update CMD in Dockerfile to use '--migrate' instead of '--fresh'
Deploy Application / deploy (push) Successful in 22s Details
2025-11-17 14:40:01 +07:00
Habib Fatkhul Rohman 28f2a93f6a feat(inventory_request): Implement inventory request management with CRUD operations and line handling
Deploy Application / deploy (push) Successful in 25s Details
- Added InventoryRequestController for handling requests
- Created InventoryRequestService for business logic
- Developed InventoryRequestRepository and InventoryRequestLineRepository for data access
- Introduced DTOs for request and response structures
- Implemented filtering for inventory requests
- Registered routes for inventory requests in the router
- Updated core dependency injection to include new services and controllers
2025-11-17 11:59:39 +07:00
Habib Fatkhul Rohman ff2b49f251 fix(docker): Update CMD in Dockerfile to use '--migrate' instead of '--fresh' 2025-11-14 15:24:57 +07:00
Habib Fatkhul Rohman ba551cb010 fix(docker): Update CMD in Dockerfile to use '--fresh' instead of '--migrate'
Deploy Application / deploy (push) Successful in 22s Details
2025-11-14 15:19:08 +07:00
Habib Fatkhul Rohman b3d6fad9a6 fix(docker): Update CMD to use --migrate instead of --fresh 2025-11-07 16:12:15 +07:00
Habib Fatkhul Rohman a10ed89d36 feat(migration): Uncomment warehouse, zone, and aisle entities in migration
Deploy Application / deploy (push) Successful in 22s Details
2025-11-07 15:51:08 +07:00
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 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