Commit Graph
32 Commits
Author SHA1 Message Date
Ardeman 02d8a509ff fix: update Redis credentials in staging configuration 2025-04-23 18:45:49 +08:00
Ardeman e29bd7986f fix: update default environment mode to staging and add local configuration file 2025-04-23 18:18:44 +08:00
Ardeman 4bf318a9c2 fix: update PostgreSQL configuration for staging environment 2025-04-23 18:01:55 +08:00
Ardeman 52085a5be0 feat: add staging configuration file with server, database, and OSS settings 2025-04-23 17:52:58 +08:00
Ardeman 21c4c1efba fix: update MinIO endpoint and URLs to use news-cdn.legalgo.id in debug.yaml and production.yaml 2025-04-23 14:50:59 +08:00
Ardeman c17540cc20 fix: update MinIO endpoint and URLs to use crm-cdn.legalgo.id in production.yaml 2025-04-23 14:27:26 +08:00
Ardeman 714b1ff4eb fix: correct public URL formatting in GetPublicURL function 2025-04-23 13:50:41 +08:00
Ardeman abc3ce8d2b fix: update bucket name to 'uploads' in debug.yaml and production.yaml 2025-04-23 13:48:28 +08:00
Ardeman cd1097d3d0 fix: update MinIO endpoint to include the full domain in debug.yaml and production.yaml 2025-04-23 13:39:43 +08:00
Ardeman 52991059c6 fix: update bucket name to legalgonews-production in debug.yaml and production.yaml 2025-04-23 13:17:32 +08:00
Ardeman a7ef3f8ca2 fix: update SSL mode configuration in debug.yaml and NewDB function 2025-04-23 13:11:57 +08:00
Ardeman 6f1ac37915 fix: update redis host configuration in production.yaml 2025-04-23 12:57:06 +08:00
Ardeman e20c63e694 feat: add debug configuration file for server, jwt, postgresql, oss, and redis 2025-04-23 12:50:28 +08:00
Ardeman abcbc014a2 feat: add production configuration files for server, jwt, postgresql, oss, and redis 2025-04-23 12:39:50 +08:00
Ardeman 4fbfa9c2c9 Merge branch 'main' of https://github.com/ardeman/project-legalgo-go
* 'main' of https://github.com/ardeman/project-legalgo-go:
  fix: search news title by query
2025-03-24 18:18:53 +08:00
Ardeman 49dc0e4a7b refactor: update GetAll method to return NewsResponse and rename clicked to views 2025-03-24 15:24:52 +08:00
Ardeman a47b7b7d3d feat: update Category model and request struct to use pointers for description and sequence fields 2025-03-08 00:05:04 +08:00
Ardeman c5eb6302ab feat: add description and sequence fields to Create and Update category functions 2025-03-07 23:58:53 +08:00
Ardeman 68f33d101b feat: add description and sequence fields to Category model and update request struct 2025-03-07 23:41:54 +08:00
Ardeman 479703dfd0 feat: add description field to Category model and clean up migration code 2025-03-07 23:26:54 +08:00
Ardeman d6a680634c chore: remove deprecated jwt dependency and update to v5 2025-03-06 12:58:28 +08:00
Ardeman 20c9660c3a docs: add instruction to execute binary directly 2025-03-02 22:43:39 +08:00
Ardeman c29df8a3d6 feat: add VSCode extensions recommendations 2025-02-28 22:12:35 +08:00
Ardeman 4ec50cee8a feat: add check for .env file existence before loading environment variables 2025-02-27 22:32:38 +08:00
Ardeman 84239864c1 feat: add .env file existence check before loading environment variables 2025-02-27 22:30:00 +08:00
Ardeman 290c0edff7 docs: clean up database migration instructions in README 2025-02-27 10:48:04 +08:00
Ardeman d2a43a88c4 docs: add migration instructions to README for database updates 2025-02-27 10:28:26 +08:00
Ardeman 802692f6c1 docs: update installation instructions for Go and Make across platforms 2025-02-27 10:23:24 +08:00
Ardeman 14f38b792d chore: add markdownlint configuration and update README for installation instructions 2025-02-27 10:20:55 +08:00
Ardeman da5b65b582 refactor: update module name and adjust import paths to legalgo-BE-go 2025-02-27 07:25:25 +08:00
Ardeman 0a87f85358 chore: update dependencies and bump OpenAPI version to 3.1.0 2025-02-27 06:58:12 +08:00
Ardeman 27ff3996ed fix: add APP_PORT and GRACEFULL_TIMEOUT to .env.example 2025-02-26 22:54:31 +08:00