InvenTree/InvenTree/plugin
Oliver 550d549325
Refactor plugin loading (#5726)
- Pre-fetch all PluginConfig objects
- Only update plugin config active status when changed
- Reference: https://github.com/inventree/InvenTree/issues/5586
2023-10-17 21:07:16 +11:00
..
base Exchange rate plugin (#5667) 2023-10-05 21:19:28 +11:00
broken Move broken plugin samples to disabled folders (#5642) 2023-10-02 10:39:17 +11:00
builtin Exchange rate plugin (#5667) 2023-10-05 21:19:28 +11:00
migrations increased settings value from 200 to 2000 (#5403) 2023-08-06 21:47:14 +10:00
mixins Exchange rate plugin (#5667) 2023-10-05 21:19:28 +11:00
mock Improve plugin testing (#3517) 2022-08-16 13:09:48 +10:00
samples Exchange rate plugin (#5667) 2023-10-05 21:19:28 +11:00
templatetags Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
__init__.py BREAKING (#3283) 2022-07-03 12:32:35 +10:00
admin.py Exchange rate plugin (#5667) 2023-10-05 21:19:28 +11:00
api.py Plugin missing fix (#5653) 2023-10-03 19:44:10 +11:00
apps.py Plugin reload mechanism (#5649) 2023-10-04 09:00:11 +11:00
events.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
helpers.py Add flake8-logging linting (#5620) 2023-09-28 14:53:22 +10:00
installer.py Fix for plugin installation via web interface (#5646) 2023-10-03 18:47:55 +11:00
models.py Plugin missing fix (#5653) 2023-10-03 19:44:10 +11:00
plugin.py Exchange rate plugin (#5667) 2023-10-05 21:19:28 +11:00
registry.py Refactor plugin loading (#5726) 2023-10-17 21:07:16 +11:00
serializers.py Plugin auto migrate (#5668) 2023-10-06 11:38:01 +11:00
template.py Plugin framework updates (#3535) 2022-08-16 16:10:18 +10:00
test_api.py Fix for plugin installation via web interface (#5646) 2023-10-03 18:47:55 +11:00
test_helpers.py Optimisations for editable installs of plugins (#3634) 2022-09-05 13:03:26 +10:00
test_plugin.py Exchange rate plugin (#5667) 2023-10-05 21:19:28 +11:00
urls.py Prevent plugin URL routing if ENABLE_PLUGINS_URL setting is disabled (#5648) 2023-10-03 12:58:39 +11:00
views.py Add flake8-logging linting (#5620) 2023-09-28 14:53:22 +10:00