Commit Graph
17 Commits
Author SHA1 Message Date
retoor eb09a35f64 chore: rename build configuration file from build.yml to build.yaml 2024-12-03 18:00:28 +00:00
retoor fa3e573b35 fix: correct null pointer dereference in user profile avatar loader 2024-12-03 17:58:28 +00:00
retoor d27c24cfff chore: rename build configuration files and update references in CI pipeline 2024-12-03 17:56:51 +00:00
retoor f1df799412 chore: remove deprecated build step for legacy deployment pipeline 2024-12-03 17:52:46 +00:00
retoor ae04065550 chore: update inline comment for parse_config to clarify default behavior 2024-12-03 17:49:12 +00:00
retoor a21d8b1787 chore: update build configuration to include new asset compression flags 2024-12-03 03:08:16 +00:00
retoor d17ee38172 chore: add build script for automated project compilation 2024-12-03 03:02:36 +00:00
retoor a09870858f feat: add initial package build configuration with metadata and dependencies 2024-12-03 02:55:27 +00:00
retoor 4b7ef09922 fix: correct generator logic to handle edge case with empty input array 2024-12-03 02:54:31 +00:00
retoor 63e36f91a2 feat: implement getCommentsByUser endpoint to retrieve user comments 2024-12-03 02:52:56 +00:00
retoor 46767deaa2 refactor: remove deprecated generator functions from codebase
The generator functions were identified as unused and adding unnecessary complexity to the codebase. This commit eliminates all generator-related code, including the `generate_report`, `generate_summary`, and `generate_metrics` functions, along with their associated helper utilities and test fixtures. The removal simplifies the module structure and reduces maintenance overhead by cleaning up dead code paths that were no longer referenced anywhere in the application.
2024-12-02 23:57:59 +00:00
retoor 4f4ecd4886 docs: add project overview and setup instructions to README 2024-12-02 16:55:22 +00:00
retoor 9eda10f66e chore: remove trailing whitespace and fix indentation in config files 2024-12-02 16:51:03 +00:00
retoor c2348b3354 chore: update build configuration and publish build artifacts to registry 2024-12-02 16:49:20 +00:00
retoor 658396626e docs: add project description and setup instructions to README 2024-12-02 16:46:23 +00:00
retoor 196387927d docs: update README with corrected build instructions and project overview 2024-12-02 16:43:40 +00:00
retoor 9e3748c230 chore: initialize project structure with empty repository scaffold 2024-12-02 16:41:02 +00:00