-
Notifications
You must be signed in to change notification settings - Fork 314
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
deps: update exposed to v0.50.0 #8599
Conversation
d1c8ab2
to
88a8482
Compare
@fviernau, @mnonnenmacher, while this Exposed release has no release notes yet, it apparently added some type safety features. This seems to conflict with some of the raw SQL statements used esp. in the helper-cli, like ort/helper-cli/src/main/kotlin/commands/scanstorage/DeleteCommand.kt Lines 107 to 119 in 17d14cd
I quickly tried to convert this to the Exposed DSL, but failed. Could one of you assist here? |
I'm taking a look... |
Findings for DeleteCommandAll in all the command is heavily outdated at least in the following regards:
My guess of the original intended use cases, after looking into Git history:
Proposal: Just drop the entire delete command for now. @MarcelBochtler would that be fine with you (as you invented it) ? |
Marcel is not available for the whole week, but I assume he would be fine with that as we now use the ORT Server which has its own storage implementation where this command would not work anyway. |
Ok, thanks both, then let me simply drop that command as part of this PR. |
…storage" Remove the command to delete scan storage entries by reverting commit 64bf123 because the command is heavily outdated [1]. This prepares for an Exposed update. [1]: #8599 (comment) Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
88a8482
to
e10fe7d
Compare
…storage" Remove the command to delete scan storage entries by reverting commit 64bf123 because the command is heavily outdated [1]. This prepares for an Exposed update. [1]: #8599 (comment) Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
e10fe7d
to
32642e4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8599 +/- ##
============================================
+ Coverage 67.70% 67.95% +0.25%
+ Complexity 1007 1005 -2
============================================
Files 246 244 -2
Lines 7924 7846 -78
Branches 883 876 -7
============================================
- Hits 5365 5332 -33
+ Misses 2176 2131 -45
Partials 383 383
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The |
…storage" Remove the command to delete scan storage entries by reverting commit 64bf123 because the command is heavily outdated [1]. This prepares for an Exposed update. [1]: #8599 (comment) Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
This PR contains the following updates:
0.49.0
->0.50.0
0.49.0
->0.50.0
0.49.0
->0.50.0
0.49.0
->0.50.0
0.49.0
->0.50.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.