Refactor ExpenseImportService for improved CSV import performance; implement parallel parsing and batch saving with semaphore control 2f16afa gius03 commited on Feb 3
Restrict access to profile and updateProfile endpoints; require authentication 569856f gius03 commited on Feb 3
Add THIRD-PARTY-ALL.txt to list third-party dependencies with licenses 7e46ff9 gius03 commited on Feb 3
Rename sync-to-hub.yml to continuous_integration_and_deployment.yml; add CI/CD workflow for testing and deployment to Hugging Face hub 40aea10 gius03 commited on Feb 3
Update .gitignore to include *.iml and .vscode; adjust JaCoCo coverage minimum to 0.0 e6eb06a gius03 commited on Feb 3
Add unit tests for GatewayApplication, GatewayClientController, and SecurityConfig; improve token manager tests 8bf27cd gius03 commited on Feb 2
Add unit tests for JWT authentication and token management; include test configuration properties 39c801c gius03 commited on Feb 2
Add unit tests for Expense, ExpenseResult, ExpenseDebtResult, and ExpenseClassifier classes; update pom.xml for new dependencies d81fa90 gius03 commited on Feb 1
Fix resource path for expense model file in SmartCategorizerService and update pom.xml for resource filtering 47c258c gius03 commited on Jan 30
Refactor model file paths in ExpenseModelTrainer and SmartCategorizerService 9e2a59e gius03 commited on Jan 30
Add SmartCategorizerService for automatic expense categorization and integrate with ExpenseImportService 778aa9e gius03 commited on Jan 30
Add profile retrieval endpoint and token verification in AuthController and AuthService e264647 gius03 commited on Jan 29
Add Maven license plugin configuration and third-party license files 01fb24b gius03 commited on Jan 26
Add refresh token functionality and update authentication response structure bbfd2d3 gius03 commited on Jan 17
Remove unused getUserByHouseId method and related tests from AuthController and AuthService 0631c4b gius03 commited on Jan 17
Enhance logging configuration by setting access log level to INFO for improved clarity 3d8d1b9 gius03 commited on Jan 15
Update logging configuration to enable access logs and adjust log levels for improved clarity 6aa723b gius03 commited on Jan 15
Remove node_modules from .gitignore to ensure proper dependency management c10df99 gius03 commited on Jan 15
Update logging configuration to reduce verbosity and enable access logging 76df49a gius03 commited on Jan 15
Optimize expense retrieval by adding findByUsername method with sorting and refactoring related queries c0234f3 gius03 commited on Jan 15
Refactor deleteAllExpenses method to improve performance by directly deleting expenses from the database without loading them into memory 017f79c gius03 commited on Jan 15
Fix end date calculation to include the entire day in expense filtering 34d62f3 gius03 commited on Jan 13
Add token validation to getExpenses and getExpenseByDate methods in ExpenseImportService 6231a95 gius03 commited on Jan 13
Adjust batch size for expense deletion based on user expenses count 094f273 gius03 commited on Jan 12
Add deleteAllExpenses endpoint and implement batch deletion in ExpenseImportService 1ed50b6 gius03 commited on Jan 12
Increase Java memory settings and optimize garbage collection for Auth, Expense, and Gateway services in entrypoint script 30682bf gius03 commited on Jan 12
Optimize expense import process using virtual threads and refactor CSV line processing 1b91800 gius03 commited on Jan 12
Increase Java memory settings for Auth, Expense, and Gateway services in entrypoint script cfb16d9 gius03 commited on Jan 12
Increase Java memory settings for Auth, Expense, and Gateway services in entrypoint script 9e3c3fb gius03 commited on Jan 12
Increase Java memory settings for Auth, Expense, and Gateway services in entrypoint script b1f29fa gius03 commited on Jan 12
Update server port to 7860 in application properties and related services 0686a7f gius03 commited on Jan 12
Update RootController endpoint and adjust security configuration for root access d7fcf69 gius03 commited on Jan 12
Update RootController endpoint and adjust security configuration for root access 30022f6 gius03 commited on Jan 12