Skip to content

Commit

Permalink
Merge pull request #152 from maykinmedia/feature/151-remove-legacy-apis
Browse files Browse the repository at this point in the history
🚧 [#151] start working on removing the legacy API's
  • Loading branch information
bart-maykin authored Feb 1, 2024
2 parents 8627c17 + c15b8b7 commit c952db1
Show file tree
Hide file tree
Showing 95 changed files with 46 additions and 19,657 deletions.
3 changes: 1 addition & 2 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ celery
click<8.1.0 # click>=8.1.0 causes issues with black https://github.com/psf/black/issues/2964
jq
jsonschema
dictdiffer # Used to show diffs for audittrails in admin
markdown # used to render some markdown in code to html
psycopg2
python-dateutil
Expand Down Expand Up @@ -49,4 +48,4 @@ celery
uwsgi
sentry_sdk # error monitoring sentry
flower # task monitoring
elastic-apm # Elastic APM integration
elastic-apm # Elastic APM integration
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ cryptography==41.0.7
# josepy
# mozilla-django-oidc
# pyopenssl
dictdiffer==0.9.0
# via -r requirements/base.in
django==3.2.23
# via
# -r requirements/base.in
Expand Down Expand Up @@ -213,7 +211,9 @@ josepy==1.14.0
jq==1.6.0
# via -r requirements/base.in
jsonschema==4.21.0
# via -r requirements/base.in
# via
# -r requirements/base.in
# drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
kombu==5.3.5
Expand Down
5 changes: 1 addition & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ cryptography==41.0.7
# josepy
# mozilla-django-oidc
# pyopenssl
dictdiffer==0.9.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
dill==0.3.7
# via pylint
django==3.2.23
Expand Down Expand Up @@ -415,6 +411,7 @@ jsonschema==4.21.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
# drf-spectacular
jsonschema-specifications==2023.12.1
# via
# -c requirements/base.txt
Expand Down
5 changes: 1 addition & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ cryptography==41.0.7
# pyopenssl
ddt-api-calls==0.3.2
# via -r requirements/dev.in
dictdiffer==0.9.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
dill==0.3.7
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -465,6 +461,7 @@ jsonschema==4.21.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# drf-spectacular
jsonschema-specifications==2023.12.1
# via
# -c requirements/ci.txt
Expand Down
4 changes: 2 additions & 2 deletions src/openklant/accounts/migrations/0002_auto_20211116_0918.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Migration(migrations.Migration):
dependencies = [
("accounts", "0001_initial"),
("admin_index", "0006_auto_20230503_1910"),
("contactmomenten", "0001_initial"),
("klanten", "0001_initial"),
("contactgegevens", "0001_initial"),
("klantinteracties", "0001_initial"),
]

operations = [migrations.RunPython(forward, migrations.RunPython.noop)]
37 changes: 0 additions & 37 deletions src/openklant/components/contactgegevens/resources.md

This file was deleted.

Loading

0 comments on commit c952db1

Please sign in to comment.