Commit History

Clean up README by removing project details
9712f7d
unverified

Giuseppe Riccio commited on

Update README with SpendyApp details and API
8cd494c
unverified

Giuseppe Riccio commited on

Update README.md
440e8e0
unverified

Giuseppe Riccio commited on

Change API base URL to public server address
28fd70a
unverified

Giuseppe Riccio commited on

Update README.md
752c9d6
unverified

Giuseppe Riccio commited on

Revise README for personal finance focus
98a2fae
unverified

Giuseppe Riccio commited on

Refactor ExpenseImportService for improved CSV import performance; implement parallel parsing and batch saving with semaphore control
2f16afa

gius03 commited on

Restrict access to profile and updateProfile endpoints; require authentication
569856f

gius03 commited on

Add THIRD-PARTY-ALL.txt to list third-party dependencies with licenses
7e46ff9

gius03 commited on

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

Update .gitignore to include *.iml and .vscode; adjust JaCoCo coverage minimum to 0.0
e6eb06a

gius03 commited on

Add unit tests for GatewayApplication, GatewayClientController, and SecurityConfig; improve token manager tests
8bf27cd

gius03 commited on

Add unit tests for JWT authentication and token management; include test configuration properties
39c801c

gius03 commited on

Add JaCoCo Maven plugin for code coverage analysis and reporting
d9a4dc2

gius03 commited on

Add unit tests for Expense, ExpenseResult, ExpenseDebtResult, and ExpenseClassifier classes; update pom.xml for new dependencies
d81fa90

gius03 commited on

Fix resource path for expense model file in SmartCategorizerService and update pom.xml for resource filtering
47c258c

gius03 commited on

Refactor model file paths in ExpenseModelTrainer and SmartCategorizerService
9e2a59e

gius03 commited on

Add SmartCategorizerService for automatic expense categorization and integrate with ExpenseImportService
778aa9e

gius03 commited on

Add dataset.txt to .gitignore for ExpenseMicroService
7c7ba26

gius03 commited on

Add profile update functionality in AuthController and AuthService
d06f48f

gius03 commited on

Add profile retrieval endpoint and token verification in AuthController and AuthService
e264647

gius03 commited on

Add Maven license plugin configuration and third-party license files
01fb24b

gius03 commited on

Add refresh token functionality and update authentication response structure
bbfd2d3

gius03 commited on

Remove unused getUserByHouseId method and related tests from AuthController and AuthService
0631c4b

gius03 commited on

Enable access logging for Gateway Service in entrypoint script
256e8e4

gius03 commited on

Enhance logging configuration by setting access log level to INFO for improved clarity
3d8d1b9

gius03 commited on

Update logging configuration to enable access logs and adjust log levels for improved clarity
6aa723b

gius03 commited on

Remove node_modules from .gitignore to ensure proper dependency management
c10df99

gius03 commited on

Update logging configuration to reduce verbosity and enable access logging
76df49a

gius03 commited on

Optimize expense retrieval by adding findByUsername method with sorting and refactoring related queries
c0234f3

gius03 commited on

Refactor deleteAllExpenses method to improve performance by directly deleting expenses from the database without loading them into memory
017f79c

gius03 commited on

Add updateExpense endpoint to modify existing expenses
94e85ce

gius03 commited on

Fix end date calculation to include the entire day in expense filtering
34d62f3

gius03 commited on

Add token validation to getExpenses and getExpenseByDate methods in ExpenseImportService
6231a95

gius03 commited on

Reduce Java memory settings for Auth Service in entrypoint script
1adce32

gius03 commited on

Adjust batch size for expense deletion to improve performance
5767bf1

gius03 commited on

Adjust batch size for expense deletion based on user expenses count
094f273

gius03 commited on

Add deleteAllExpenses endpoint and implement batch deletion in ExpenseImportService
1ed50b6

gius03 commited on

Increase Java memory settings and optimize garbage collection for Auth, Expense, and Gateway services in entrypoint script
30682bf

gius03 commited on

Optimize expense import process using virtual threads and refactor CSV line processing
1b91800

gius03 commited on

Increase Java memory settings for Auth, Expense, and Gateway services in entrypoint script
cfb16d9

gius03 commited on

Increase Java memory settings for Auth, Expense, and Gateway services in entrypoint script
9e3c3fb

gius03 commited on

Increase Java memory settings for Auth, Expense, and Gateway services in entrypoint script
b1f29fa

gius03 commited on

Update server port to 7860 in application properties and related services
0686a7f

gius03 commited on

Removing RootController.java
70482c6

gius03 commited on

Add home endpoint to GatewayApplication for status check
18f1150

gius03 commited on

Update RootController endpoint and adjust security configuration for root access
d7fcf69

gius03 commited on

Update RootController endpoint and adjust security configuration for root access
30022f6

gius03 commited on

Add load testing script and root controller for Spendy Gateway
03bea0c

gius03 commited on

Force push to Hugging Face hub in GitHub Actions workflow
39bea8d

gius03 commited on