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

chore: prepare 2.41.0 #1694

Merged
merged 34 commits into from
Sep 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
398514c
chore: CLI upgraded to 2.6.2rc1
jachro Aug 24, 2023
de5cf8d
chore: Update sbt from 1.9.3 to 1.9.4 (#1671)
RenkuBot Aug 25, 2023
c032724
chore: Add query time measurements to sparql client (#1670)
eikek Aug 25, 2023
9c1a6fd
chore: upgrading sbt in dockerfiles
jachro Aug 25, 2023
51f4425
fix: flaky MemoryLockSpec
jachro Aug 25, 2023
334b246
chore: Update rdf4j-queryparser-sparql from 4.3.5 to 4.3.6 (#1672)
RenkuBot Aug 28, 2023
7367c8a
chore: removed grafana dashboards
jachro Aug 28, 2023
05a6ed0
chore: Update scalafmt-core from 3.7.12 to 3.7.13 (#1677)
RenkuBot Aug 29, 2023
66b858a
feat: project auth graph to be provisioned with visibility from GL (#…
jachro Aug 29, 2023
435fc60
fix: slug finding in token creation flow to work when project removed…
jachro Aug 29, 2023
0f36a70
chore: Update sbt-scalafmt from 2.5.0 to 2.5.1 (#1681)
RenkuBot Aug 30, 2023
42d7f1b
chore: Update testcontainers-scala-postgresql, ... from 0.40.17 to 0.…
RenkuBot Aug 30, 2023
64e7d4e
chore: Update fs2-core from 3.8.0 to 3.9.0 (#1679)
RenkuBot Aug 30, 2023
6ce3925
fix: DBUpdater to take SessionResource and handle retries internally
jachro Aug 30, 2023
c1bc204
chore: Project Delete API to log info on successful removal
jachro Aug 30, 2023
3666c67
feat: renku-core client (#1652)
jachro Aug 30, 2023
96f1875
fix: ExecutionTimeRecorder to work when no label for LabeledHistogram…
jachro Aug 30, 2023
907ab6e
chore: Update fs2-core from 3.9.0 to 3.9.1 (#1683)
RenkuBot Aug 31, 2023
ebde622
chore: Update widoco from 1.4.19 to 1.4.20 (#1684)
RenkuBot Aug 31, 2023
76495ae
fix: rollbacktoawaitingdeletion status change to retry on deadlock (#…
jachro Aug 31, 2023
22a9636
chore: Update sbt-scalafmt from 2.5.1 to 2.5.2 (#1687)
RenkuBot Aug 31, 2023
df55e2b
chore: Update circe-core, circe-generic, ... from 0.14.5 to 0.14.6 (#…
RenkuBot Aug 31, 2023
2c8dbcd
chore: CLI upgraded to 2.6.2
jachro Aug 31, 2023
fc167a1
chore: Update wiremock from 2.35.0 to 3.0.0 (#1685)
RenkuBot Aug 31, 2023
705877c
feat: TG project update API to use DB locking (#1689)
jachro Aug 31, 2023
abe2815
fix: flaky RetrySpec
jachro Aug 31, 2023
f957baf
chore: Update wiremock from 3.0.0 to 3.0.1 (#1691)
RenkuBot Sep 1, 2023
7a1cd58
fix: Project Update API to return 403 on 403 from GL
jachro Sep 1, 2023
a92b00e
chore: Update scalafmt-core from 3.7.13 to 3.7.14 (#1693)
RenkuBot Sep 2, 2023
67d3f43
fix: webhook-service not to fail when Project not found in GL (#1692)
jachro Sep 2, 2023
5934dbb
feat: Implement authorizers to use data from ProjectAuth graph (#1688)
eikek Sep 4, 2023
0144b31
chore: tiny improvements to the log statements' in the at tests
jachro Sep 4, 2023
7a81bff
fix: flaky MemoryLockSpec
jachro Sep 4, 2023
c442bd4
Merge branch 'development'
jachro Sep 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Update scalafmt-core from 3.7.12 to 3.7.13 (#1677)
Co-authored-by: RenkuBot <RenkuBot@users.noreply.github.com>
RenkuBot and RenkuBot authored Aug 29, 2023

Unverified

This user has not yet uploaded their public signing key.
commit 05a6ed0fa0bf86260b35e9fdf728a0bc74859312
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.12"
version = "3.7.13"

runner.dialect = "scala213"