-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch-Add and Housekeeping #484
Conversation
Fixed OpenApi Specification does not reflect nullable types in Submission related entities.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.4.1 to 4.7.5. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@4.4.1...4.7.5) --- updated-dependencies: - dependency-name: socket.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…e batch-add targets unusable
…d/socket.io-4.7.5 Bump socket.io from 4.4.1 to 4.7.5 in /frontend
…d/braces-3.0.3 Bump braces from 3.0.2 to 3.0.3 in /frontend
@@ -126,17 +126,18 @@ export class CompetitionFormBuilder { | |||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this whole thing be called evaluationBuilder or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough. However, as there are more significant changes in the pipeline (see https://github.com/orgs/dres-dev/projects/6/views/2) I'd suggest to merge this one first, so that the development of the other tasks is not delayed.
I took the liberty to convert this to a proper issue to tackle in this development cycle: #486
This PR contains upgraded dependencies and one major fix:
This feature has been rewritten partially and shoud ™️ work now as intended. Tested with the Lifelog Search Challenge dataset of 2024.
Upgraded to Gradle 8.8
Upgraded all backend dependencies:
4.1.0
->4.4.0
2022.06.03
->2023.09.10
3.22.0
->3.26.2
1.9.1
->1.9.3
2.20.0
->2.23.1
0.6.0
->0.7.0
Upgraded frontend dependencies: