Skip to content

Commit

Permalink
🔥 Delete metadata generation management commands
Browse files Browse the repository at this point in the history
As these will need to be updated for the multi-certificate feature to
be supported, it was checked if they are used in the first place.
DevOps says it's not used, so removing them is far easier.

The metadata itself is still accessible through URLs/views and the
admin interface from each configuration page, it's just the CLI
integration that is removed.
  • Loading branch information
sergei-maertens committed Jul 19, 2024
1 parent fc9abd3 commit 6ccb7ba
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 381 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
=========

0.17.0 (DEVELOPMENT)
====================

**💥⚠️ Breaking changes**

* Removed the ``generate_digid_metadata``, ``generate_eherkenning_metadata`` and
``generate_eherkenning_dienstcatalogus`` management commands. This metadata is
available through the admin interface and existing URLs/views.

**Features**

...

0.16.0 (2024-07-02)
===================

Expand Down
226 changes: 0 additions & 226 deletions digid_eherkenning/management/commands/_base.py

This file was deleted.

41 changes: 0 additions & 41 deletions digid_eherkenning/management/commands/generate_digid_metadata.py

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6ccb7ba

Please sign in to comment.