Skip to content
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

Merged
merged 19 commits into from
Jul 11, 2024
Merged

Batch-Add and Housekeeping #484

merged 19 commits into from
Jul 11, 2024

Conversation

sauterl
Copy link
Collaborator

@sauterl sauterl commented Jul 9, 2024

This PR contains upgraded dependencies and one major fix:

  • Fixed the bug with batch-add targets not being stored properly and rendering batch-add useless.

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:

    • Clikt 4.1.0 -> 4.4.0
    • Jaffree 2022.06.03 -> 2023.09.10
    • Jline3 3.22.0 -> 3.26.2
    • kotlin-csv 1.9.1 -> 1.9.3
    • log4j 2.20.0 -> 2.23.1
    • picnic 0.6.0 -> 0.7.0
  • Upgraded frontend dependencies:

    • Angular 15 -> 17
    • Angular Material 15 -> 17
    • Corresponding updates all along. Angular 18 is currently blocked by the apex charts wrapper.

lucaro and others added 15 commits May 28, 2024 17:39
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]>
@sauterl sauterl requested a review from lucaro July 9, 2024 07:56
@sauterl sauterl changed the title Feature/469 housekeeping upgrades Batch-Add and Housekeeping Jul 9, 2024
@sauterl sauterl self-assigned this Jul 9, 2024
@sauterl sauterl added the update Update dependencies related label Jul 9, 2024
@sauterl sauterl changed the base branch from master to dev July 9, 2024 11:42
sauterl and others added 4 commits July 11, 2024 11:14
…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 {
*
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

@sauterl sauterl merged commit 3b64c56 into dev Jul 11, 2024
1 check passed
@sauterl sauterl deleted the feature/469-housekeeping--upgrades branch July 11, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update Update dependencies related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants