Compare commits

..
53 Commits
Author SHA1 Message Date
retoor 80ee83051d chore: remove trailing whitespace from README.md line 42
devranta build / Build (push) Failing after 39s
2025-12-28 05:03:20 +00:00
retoor 5273655878 chore: remove trailing whitespace from README.md formatting 2025-12-28 05:03:12 +00:00
bot 7c765d4f89 chore: update build artifacts and version metadata for release v2.3.1 2025-09-01 16:39:03 +00:00
retoor 0ab7dd5958 feat: add initial project structure with core configuration files and README 2025-09-01 16:37:32 +00:00
retoor 3317512756 chore: remove trailing whitespace from README.md line 42 2025-08-12 23:41:43 +00:00
retoor fcb68fda7c chore: remove trailing whitespace from README.md line 42 2025-08-12 22:22:00 +00:00
retoor 39791f4885 chore: remove trailing whitespace from README.md formatting 2025-08-12 22:12:38 +00:00
retoor 4590bbef48 chore: remove trailing whitespace from README.md formatting 2025-08-12 22:06:44 +00:00
retoor 9cdc694525 chore: remove trailing whitespace from README.md line 42 2025-08-02 22:40:34 +00:00
retoor 4286a6a0cf chore: update client dependency to v2.3.1 with security patches 2025-08-02 06:03:19 +00:00
retoor ed8e08d387 chore: remove trailing whitespace from README.md line 42 2025-08-02 05:11:03 +00:00
retoor 0f0da6d9b8 chore: remove trailing whitespace from README.md and add newline at EOF 2025-04-23 22:58:42 +00:00
retoor ef9283e057 feat: add api_requests module for structured LLM input handling
Introduce a dedicated api_requests module to encapsulate request formatting and validation logic for LLM interactions. This centralizes input preprocessing, reduces duplication across callers, and establishes a consistent interface for future API integrations.
2025-04-23 13:59:14 +00:00
bot a0b03d6801 chore: update build artifacts and dependencies for release v2.3.1 2025-01-06 18:02:11 +00:00
retoor 9d1c4e7b07 chore: remove entire repository content and structure from version control 2025-01-06 18:00:45 +00:00
bot 0f680f110d chore: update build artifacts and dependencies for release v2.3.1 2024-12-14 03:42:04 +00:00
retoor 922e8a2bd9 fix: update repository URL in configuration file to point to new GitHub location 2024-12-14 03:40:22 +00:00
bot 8de1de8ca8 chore: update build artifacts and dependency lockfiles for release v2.3.1 2024-12-14 03:19:28 +00:00
retoor 452ef1cee3 feat: implement account creation endpoint with email validation and password hashing
Add POST /api/accounts endpoint that accepts email and password fields, validates email format using regex, hashes password with bcrypt, and stores the new account record in the database. Includes error handling for duplicate email addresses and missing required fields.
2024-12-14 03:17:48 +00:00
bot 2d2edd2c7a chore: update build artifacts and version metadata for release distribution 2024-12-04 22:14:50 +00:00
retoor 95c229d99a docs: add project description and setup instructions to README
The README now includes a brief overview of the project's purpose and step-by-step guidance for local installation and configuration.
2024-12-04 22:13:31 +00:00
bot 7cd14dfcd6 chore: update build artifacts and version metadata for release packaging 2024-12-03 22:13:56 +00:00
retoor 1299cd2d2a feat: add voting functionality for rants and comments via pull request #1
Implement upvote/downvote support on both rants and comments, including
database schema changes for vote tracking, API endpoint additions for
casting and removing votes, and frontend UI updates to display vote
counts and interactive vote buttons.
2024-12-03 22:12:48 +00:00
dr 44720cff79 feat: implement voting functionality for rants and comments
Add vote endpoints for both rants and comments, enabling users to upvote or downvote content. The implementation includes a new votes table with user_id, target_type, and target_id columns, along with vote counting logic that updates the parent entity's score in real-time.
2024-12-03 21:25:03 +00:00
bot e5b80bea58 chore: update build artifacts and dependencies for release v2.3.1 2024-12-03 18:51:46 +00:00
retoor af5b7c1d53 fix: change HTTP method from GET to POST in request handler 2024-12-03 18:50:30 +00:00
bot 41b6d01f79 chore: update build configuration with latest dependency versions and compiler flags 2024-12-03 18:47:24 +00:00
retoor 87073cf340 chore: add debug logging for user authentication flow in login handler 2024-12-03 18:46:09 +00:00
bot 127a129bd3 chore: update build configuration with latest dependency versions and compiler flags 2024-12-03 18:17:11 +00:00
retoor ef631d0cf4 fix: correct response handling to prevent empty reply on missing input 2024-12-03 18:15:48 +00:00
bot 78d87d1dfb chore: update build artifacts and dependency lockfiles for release v2.3.1 2024-12-03 18:02:21 +00:00
retoor eb09a35f64 chore: rename build configuration file from build.yml to build.yaml 2024-12-03 18:00:28 +00:00
bot 77368f3131 chore: update build artifacts and version metadata for release 2.4.1 2024-12-03 17:59:38 +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
bot 34e1c2d946 chore: update build artifacts and dependency lockfile for release v2.3.1 2024-12-03 02:56:38 +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
bot 3511a26c5c chore: update build artifacts and version metadata for release 2.4.1 2024-12-02 16:56:33 +00:00
retoor 4f4ecd4886 docs: add project overview and setup instructions to README 2024-12-02 16:55:22 +00:00
bot beda05cf92 chore: update build artifacts and version metadata for release 2.4.1 2024-12-02 16:53:08 +00:00
retoor 9eda10f66e chore: remove trailing whitespace and fix indentation in config files 2024-12-02 16:51:03 +00:00
bot 58b3350ef7 chore: update build configuration with latest dependency versions and compiler flags 2024-12-02 16:50:25 +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

Diff Content Not Available