-
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
[#66] update zgw-consumers #278
Conversation
894e92b
to
7a6a8bc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #278 +/- ##
==========================================
+ Coverage 96.89% 96.98% +0.08%
==========================================
Files 146 156 +10
Lines 6444 7120 +676
==========================================
+ Hits 6244 6905 +661
- Misses 200 215 +15 ☔ View full report in Codecov by Sentry. |
af5094b
to
920d96d
Compare
requirements/base.in
Outdated
@@ -1 +1,3 @@ | |||
open-api-framework | |||
|
|||
git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client |
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.
Once this is released, we should bump it in open-api-framework and then bump that instead. Open Klant doesn't seem to be affected by the zgw-consumers update, so let's keep this PR open and change it once the releases are done
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.
This also applies to open-zaak/open-zaak#1800 and open-zaak/open-notificaties#196 and the upcoming PR's for the other projects too.
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 update it and merge after the new zgw_consumers
version is released
requirements/base.txt
Outdated
@@ -105,6 +111,7 @@ django==4.2.15 | |||
# notifications-api-common | |||
# open-api-framework | |||
# zgw-consumers | |||
# zgw-consumers-oas |
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.
wait why do we need this dep? I don't remember this being part of commonground-api-common
This requires a new |
requirements/base.in
Outdated
@@ -1 +1,3 @@ | |||
open-api-framework | |||
|
|||
commonground-api-common>=2.0.1 |
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.
this can be upgraded to 2.1.0
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.
Just the comment about bumping commonground-api-common, looks good otherwise
b92a0a6
to
a96a892
Compare
Partially fixes maykinmedia/open-api-framework#66