-
Notifications
You must be signed in to change notification settings - Fork 10
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
⬆️ [#50] updated dependecies and fixed broken oidc tests #428
Conversation
f1a4b21
to
0e6ef7d
Compare
0e6ef7d
to
90686be
Compare
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.
I have no experience with OIDC and keycloak, so I can't review this part of the PR
@stevenbal Could you help with it please?
@@ -23,9 +23,11 @@ def __init__( | |||
def get_kenmerken(self, obj: models.Model, data: dict = None) -> dict: | |||
data = data or {} | |||
return { | |||
kenmerk: data.get("type") or obj.object.object_type.url |
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.
please in the future add black commits into .git-blame-ignore-revs
as Sergei suggested
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.
Approved, but please wait for @stevenbal feedback.
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.
Thank for adding info how to generate cassettes
I'll approve since it's clearer how to reproduce and update tests
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #428 +/- ##
==========================================
+ Coverage 95.18% 95.19% +0.01%
==========================================
Files 150 151 +1
Lines 5105 5228 +123
==========================================
+ Hits 4859 4977 +118
- Misses 246 251 +5 ☔ View full report in Codecov by Sentry. |
Fixes #50
Changes
updated libraries:
3.6.4.0
to4.2.0
5.6.1
to5.6.2
5.2.7
to5.4.0
2020.12.5
to2023.7.22
4.2.11
to4.2.15
6.3.0
to6.5.1
4.3.1
to4.4.0
23.5
to24.2
2.21.4
to2.22.0
3.14.0
to3.15.2
0.27.0
to0.27.2
6.20.0
to6.23.0
2.10
to3.7
3.1.3
to3.1.4
1.0.0
to1.0.1
0.14.1
to0.19.0
0.5.0
to0.6.1
2.8.1
to2.9.0.post0
2.31.0
to2.32.3
1.39.2
to2.12.0
0.4.2
to0.5.0
6.4
to6.4.1
2.2.1
to2.2.2
updated oidc tests to work for new library version