You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor result retrieval, unify solution logic, and improve Docker deployment workflow
- Refactor `getResults` method in `DBService` to return a more detailed result set.
- Refactor `getApplications` and `getResults` endpoints in `SolverController` for simplification and improved readability.
- Unify and simplify solution retrieval logic by renaming `get_solution` to `get_results` in both server and client code.
- Update and standardize `docker-compose.yml` configuration, including service names and dependencies.
- Set up and improve GitHub Actions workflows for Docker deployment.
- Remove unnecessary `.env` file copying from Dockerfiles.
- Update scheduled task to run cleanup of old applications at midnight.
- Minor improvements to log file paths and project versioning.
0 commit comments