InvenTree/InvenTree/plugin
Oliver fde2b03172 Merge remote-tracking branch 'inventree/master' into triggers
# Conflicts:
#	InvenTree/plugin/mixins/__init__.py
2022-01-10 20:34:42 +11:00
..
builtin Merge remote-tracking branch 'inventree/master' into triggers 2022-01-10 20:34:42 +11:00
migrations Add missing migration file 2022-01-01 22:00:58 +11:00
mixins Merge remote-tracking branch 'inventree/master' into triggers 2022-01-10 20:34:42 +11:00
samples Merge remote-tracking branch 'inventree/master' into triggers 2022-01-10 20:34:42 +11:00
templatetags Adds API endpoints for viewing and updating plugin settings 2022-01-04 20:27:35 +11:00
__init__.py docstring for plugin base import class 2022-01-09 03:04:00 +01:00
action.py refactor app 2021-10-08 22:08:09 +02:00
admin.py Fixes for unit tests 2022-01-04 21:36:27 +11:00
api.py Adds API endpoints for viewing and updating plugin settings 2022-01-04 20:27:35 +11:00
apps.py Adds API endpoints for viewing and updating plugin settings 2022-01-04 20:27:35 +11:00
events.py Reject triggered events when running special commands 2022-01-10 20:12:43 +11:00
helpers.py Adds API endpoints for viewing and updating plugin settings 2022-01-04 20:27:35 +11:00
integration.py Iterate through plugins in a separate background task 2022-01-09 22:58:59 +11:00
loader.py Adds API endpoints for viewing and updating plugin settings 2022-01-04 20:27:35 +11:00
models.py Edit plugin settings via the "settings" display 2022-01-04 21:03:01 +11:00
plugin.py Adds sample plugin which responds to triggered events 2022-01-08 09:07:27 +11:00
plugins.py remove unneeded TODO 2021-11-23 23:40:52 +01:00
registry.py Refactor behaviour of "event" mixin: 2022-01-09 22:52:28 +11:00
serializers.py Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-install 2022-01-07 08:57:04 +01:00
test_action.py refactor app 2021-10-08 22:08:09 +02:00
test_api.py Fixes for unit tests 2022-01-04 21:36:27 +11:00
test_integration.py fix test 2022-01-09 23:05:51 +01:00
test_plugin.py Fixes for unit tests 2022-01-04 21:36:27 +11:00
urls.py Fixes for unit tests 2022-01-04 21:36:27 +11:00