Skip to content

Commit

Permalink
add django-timeline-logger to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Jan 10, 2025
1 parent 0719ab1 commit e8df71d
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 23 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ django-localflavor

django-celery-beat
flower
django-timeline-logger

# waiting for > 2.0.1
commonground-api-common==1.13.4
7 changes: 6 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ django==4.2.17
# django-setup-configuration
# django-simple-certmanager
# django-solo
# django-timeline-logger
# django-timezone-field
# django-two-factor-auth
# djangorestframework
Expand All @@ -118,7 +119,9 @@ django==4.2.17
django-admin-index==3.1.1
# via open-api-framework
django-appconf==1.0.6
# via django-log-outgoing-requests
# via
# django-log-outgoing-requests
# django-timeline-logger
django-axes==7.0.0
# via open-api-framework
django-celery-beat==2.7.0
Expand Down Expand Up @@ -175,6 +178,8 @@ django-solo==2.4.0
# mozilla-django-oidc-db
# notifications-api-common
# zgw-consumers
django-timeline-logger==5.0.0
# via -r requirements/base.in
django-timezone-field==7.0
# via django-celery-beat
django-two-factor-auth==1.17.0
Expand Down
6 changes: 6 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ django==4.2.17
# django-setup-configuration
# django-simple-certmanager
# django-solo
# django-timeline-logger
# django-timezone-field
# django-two-factor-auth
# djangorestframework
Expand All @@ -195,6 +196,7 @@ django-appconf==1.0.6
# -c requirements/base.txt
# -r requirements/base.txt
# django-log-outgoing-requests
# django-timeline-logger
django-axes==7.0.0
# via
# -c requirements/base.txt
Expand Down Expand Up @@ -314,6 +316,10 @@ django-solo==2.4.0
# mozilla-django-oidc-db
# notifications-api-common
# zgw-consumers
django-timeline-logger==5.0.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
django-timezone-field==7.0
# via
# -c requirements/base.txt
Expand Down
6 changes: 6 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ django==4.2.17
# django-setup-configuration
# django-simple-certmanager
# django-solo
# django-timeline-logger
# django-timezone-field
# django-two-factor-auth
# djangorestframework
Expand All @@ -222,6 +223,7 @@ django-appconf==1.0.6
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-log-outgoing-requests
# django-timeline-logger
django-axes==7.0.0
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -345,6 +347,10 @@ django-solo==2.4.0
# mozilla-django-oidc-db
# notifications-api-common
# zgw-consumers
django-timeline-logger==5.0.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
django-timezone-field==7.0
# via
# -c requirements/ci.txt
Expand Down
45 changes: 31 additions & 14 deletions src/producten-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ paths:
product_type_id: 95792000-d57f-4d3a-b14c-c4c7aa964907
gepubliceerd: false
bsn: '111222333'
status: gereed
summary: Create product
required: true
security:
Expand Down Expand Up @@ -423,13 +424,11 @@ components:
type: string
format: date-time
readOnly: true
title: Created on
description: De datum waarop het object is aangemaakt.
update_datum:
type: string
format: date-time
readOnly: true
title: Updated on
description: De datum waarop het object voor het laatst is gewijzigd.
required:
- aanmaak_datum
Expand Down Expand Up @@ -522,11 +521,19 @@ components:
start_datum:
type: string
format: date
description: De start datum van dit product.
nullable: true
description: De start datum van dit product. Op deze datum zal de status
van het product automatisch naar ACTIEF worden gezet. Op het moment dat
de start_datum wordt ingevuld moet de status ACTIEF op het product type
zijn toegestaan.
eind_datum:
type: string
format: date
description: De einddatum van dit product.
nullable: true
description: De einddatum van dit product. Op deze datum zal de status van
het product automatisch naar VERLOPEN worden gezet. Op het moment dat
de eind_datum wordt ingevuld moet de status VERLOPEN op het product type
zijn toegestaan.
bsn:
type: string
nullable: true
Expand Down Expand Up @@ -570,22 +577,28 @@ components:
type: string
format: date-time
readOnly: true
title: Created on
description: De datum waarop het object is aangemaakt.
update_datum:
type: string
format: date-time
readOnly: true
title: Updated on
description: De datum waarop het object voor het laatst is gewijzigd.
start_datum:
type: string
format: date
description: De start datum van dit product.
nullable: true
description: De start datum van dit product. Op deze datum zal de status
van het product automatisch naar ACTIEF worden gezet. Op het moment dat
de start_datum wordt ingevuld moet de status ACTIEF op het product type
zijn toegestaan.
eind_datum:
type: string
format: date
description: De einddatum van dit product.
nullable: true
description: De einddatum van dit product. Op deze datum zal de status van
het product automatisch naar VERLOPEN worden gezet. Op het moment dat
de eind_datum wordt ingevuld moet de status VERLOPEN op het product type
zijn toegestaan.
bsn:
type: string
nullable: true
Expand Down Expand Up @@ -613,10 +626,8 @@ components:
minLength: 8
required:
- aanmaak_datum
- eind_datum
- id
- product_type
- start_datum
- update_datum
ProductRequest:
type: object
Expand All @@ -631,11 +642,19 @@ components:
start_datum:
type: string
format: date
description: De start datum van dit product.
nullable: true
description: De start datum van dit product. Op deze datum zal de status
van het product automatisch naar ACTIEF worden gezet. Op het moment dat
de start_datum wordt ingevuld moet de status ACTIEF op het product type
zijn toegestaan.
eind_datum:
type: string
format: date
description: De einddatum van dit product.
nullable: true
description: De einddatum van dit product. Op deze datum zal de status van
het product automatisch naar VERLOPEN worden gezet. Op het moment dat
de eind_datum wordt ingevuld moet de status VERLOPEN op het product type
zijn toegestaan.
bsn:
type: string
nullable: true
Expand All @@ -662,9 +681,7 @@ components:
maxLength: 8
minLength: 8
required:
- eind_datum
- product_type_id
- start_datum
StatusEnum:
enum:
- initieel
Expand Down
Loading

0 comments on commit e8df71d

Please sign in to comment.