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

Issue/history model userstory michiel #176

Merged
merged 31 commits into from
Aug 22, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
439ff3f
Added feature in perform_create to automatically add zaaktype relations
MatthijsBekendam Mar 29, 2023
d5dfdd2
Added feature in perform_create to besluittype to add zaaktype relations
MatthijsBekendam Mar 29, 2023
c8c4268
formatting
MatthijsBekendam Mar 29, 2023
b9d810f
remove redudant code
MatthijsBekendam Mar 29, 2023
50748c5
fix userstory test after michiels scenarios
MatthijsBekendam Mar 30, 2023
0045fa5
formatting
MatthijsBekendam Mar 30, 2023
4cb799f
removed hard coded str in extract_relevant_m2m
MatthijsBekendam May 11, 2023
fa75ee3
run black
MatthijsBekendam May 11, 2023
8723af5
changed: moved geldigheid datum validation into the PUBLISH operation…
MatthijsBekendam May 22, 2023
a2d4ac3
Changes post to block creation of two concepts for one zaaktype
joerivrij May 22, 2023
c35fc38
changed: perform_create for gerelateerde_zaken, such that correct rel…
MatthijsBekendam May 25, 2023
5a55452
fixed: bug in date filter, for GET (retrieve) cases.
MatthijsBekendam May 25, 2023
ae9af2a
fixed: format, unit tests and removed commented code
MatthijsBekendam May 25, 2023
e8db97f
added: query parameter "datumGeldigheid" to the GET (retrieve) request
MatthijsBekendam May 25, 2023
64c8e68
fixed: query parameter in retrieve /zaaktypen gave incorrect dates
MatthijsBekendam May 30, 2023
6e6a018
fixed: previous fix (trust me)
MatthijsBekendam May 30, 2023
825b384
changed: refactored views & updated openapi
MatthijsBekendam May 31, 2023
4140e9e
changed: ZIOT relatie class now has a char model instead of a foreign…
MatthijsBekendam May 31, 2023
3423e05
changed: informatieobjecttype correlates its zaaktype now through a c…
MatthijsBekendam May 31, 2023
d4f34b0
changed: zaaktype correlates its informatieobjecttype now through a c…
MatthijsBekendam May 31, 2023
76779d8
fixed: unit test using incorrect ZIOT information
MatthijsBekendam May 31, 2023
8cca3a6
formatting
MatthijsBekendam May 31, 2023
c16c009
changed: zaaktype serializer outputs informatieobject url instead of …
MatthijsBekendam Jun 5, 2023
b6e6752
fixed: formatting
MatthijsBekendam Jun 5, 2023
7421261
Changes favicon to VNG
joerivrij Jun 13, 2023
e8decc8
fixed: url creation in viewsets
MatthijsBekendam Jun 14, 2023
3365e55
removed: NotificationViewSetMixin from imports
MatthijsBekendam Jun 14, 2023
0e42d8e
changed: notification disabled in base
MatthijsBekendam Jun 14, 2023
6eb91fa
changed: zaken publish restrictions adapted to the new history model
MatthijsBekendam Jun 15, 2023
4f0947b
reformatting
MatthijsBekendam Jun 15, 2023
8916384
Sets favicon to VNG logo
joerivrij Jun 20, 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
Sets favicon to VNG logo
joerivrij committed Jun 20, 2023
commit 8916384699c5236f39ad9bdf9b1022f680692ba4
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ django-filter~=21.1
djangorestframework-camel-case
drf_spectacular

vng_api_common==2.0.4
vng_api_common==2.0.5
drf-flex-fields
django-cors-middleware
drf-writable-nested
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -228,7 +228,7 @@ uritemplate==4.1.1
# via drf-spectacular
urllib3==1.26.10
# via requests
vng-api-common==2.0.4
vng-api-common==2.0.5
# via -r requirements/base.in
webencodings==0.5.1
# via
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -366,7 +366,7 @@ urllib3==1.26.10
# via
# -r requirements/base.txt
# requests
vng-api-common==2.0.4
vng-api-common==2.0.5
# via -r requirements/base.txt
webencodings==0.5.1
# via
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -368,7 +368,7 @@ urllib3==1.26.10
# via
# -r requirements/base.txt
# requests
vng-api-common==2.0.4
vng-api-common==2.0.5
# via -r requirements/base.txt
webencodings==0.5.1
# via
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
@@ -324,7 +324,7 @@ urllib3==1.26.10
# requests
uwsgi==2.0.20
# via -r requirements/production.in
vng-api-common==2.0.4
vng-api-common==2.0.5
# via -r requirements/base.txt
webencodings==0.5.1
# via
Binary file removed src/ztc/static/img/maykinmedia_logo.png
Binary file not shown.