Feat/186 experiment refactor
Created by: KFilippopolitis
Changelog:
- Major cleanup on the database objects/DAOs/DTOs.
- Upgraded all the dependencies.
- New Keycloak handling with integrated library.
- Refactored the experiments.
- Added CRUD on the experiments.
- Service layer added.
- Improved exception handling.
- Added non-dockerised way of developing
- Env Variables cleanup.
- Backwards Compatibility.
Merge request reports
Activity
Filter activity
Created by: ghost
DeepCode's analysis on #9d9bf6 found:
-
1 critical issue, 2 warnings, 2 minor issues. -
1 issue was fixed.
Top issues
Description Example fixes CSRF protection is disabled by disable. This allows the attackers to execute requests on a user's behalf. Occurrences: Example fixesCookie misses a call to setSecure. Set the Secure flag to true to protect the cookie from man-in-the-middle attacks. Occurrences: Example fixesEither rethrow this java.lang.InterruptedException or set the interrupted flag on the current thread with 'Thread.currentThread().interrupt()'. Otherwise the information that the current thread was interrupted will be lost. Occurrences: Example fixes View analysis in DeepCode’s Dashboard | Configure the bot-
Please register or sign in to reply