Skip to content

Commit

Permalink
feat: rename addons to commands and remove api_path as well as `api…
Browse files Browse the repository at this point in the history
…_version` from the API handler
  • Loading branch information
MichaelSasser committed Oct 10, 2024
1 parent 8207a34 commit 84cad34
Show file tree
Hide file tree
Showing 104 changed files with 151 additions and 152 deletions.
6 changes: 3 additions & 3 deletions docs/source/changelog_deprecated.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Features & Improvements
<https://github.com/MichaelSasser/matrixctl/issues/174>`_)
- Per-server maintenance task configuration. (`#184
<https://github.com/MichaelSasser/matrixctl/issues/184>`_)
- Optimized startuptime by lazy importing addons by a factor of 10. Added a
- Optimized startuptime by lazy importing commands by a factor of 10. Added a
``addon_manager`` which now manages imports of the addon (sub)parsers. (`#187
<https://github.com/MichaelSasser/matrixctl/issues/187>`_)
- Add ``get_events`` addon, which gets user-events from the DB. (`#198
Expand All @@ -231,8 +231,8 @@ Miscellaneous

- Add tests for the yaml handler. (`#174
<https://github.com/MichaelSasser/matrixctl/issues/174>`_)
- Commands or subcommands are now located in ``matrixctl.addons`` as packages and
considered addons. Addons are splitted in ``parser.py`` and ``addon.py``. It is
- Commands or subcommands are now located in ``matrixctl.commands`` as packages and
considered commands. Commands are splitted in ``parser.py`` and ``addon.py``. It is
now allowed to use multible modules for one addon. (`#187
<https://github.com/MichaelSasser/matrixctl/issues/187>`_)
- More flexible yaml handler. (`#213
Expand Down
Loading

0 comments on commit 84cad34

Please sign in to comment.