2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-13 16:31:26 +00:00
Commit Graph

120 Commits

Author SHA1 Message Date
794a9e75e8 Add validation for scheduled tasks defined by a plugin 2022-01-07 15:37:43 +11:00
326b897d14 Revert "Move mixins.py into main plugin directory"
This reverts commit 8103b84268.
2022-01-07 14:54:12 +11:00
8103b84268 Move mixins.py into main plugin directory 2022-01-07 14:23:32 +11:00
ac849c1566 Fixes for unit tests 2022-01-04 21:36:27 +11:00
dc9e25ebad Adds API endpoints for viewing and updating plugin settings
A lot of code updates / refactoring here to get this to work as expected
2022-01-04 20:27:35 +11:00
f3bfe6e7ca More refactoring:
- Rename "mixins_globalsettings" to "mixing_settings"
- Fix translation on settings page template
2022-01-02 11:22:05 +11:00
737467a1fd Rename "has_globalsettings" -> "has_settings" 2022-01-01 23:14:34 +11:00
4b4d4be13e Registry name fixes 2021-12-31 14:28:16 +11:00
02e0ea6e3a Rename "GlobalSettingsPlugin" -> "SettingsPlugin" 2021-12-31 14:25:22 +11:00
be3bb05edd Improve docstrings 2021-12-30 23:06:28 +11:00
04820c894b getattr should look for "SETTINGS" and not "GLOBALSETTINGS" 2021-12-30 23:04:08 +11:00
251fdeb69e PEP fixes 2021-12-13 18:01:20 +01:00
8e962c0c59 add mixin to consum a single API 2021-12-13 08:03:19 +01:00
8a2a06955f small fixes 2021-11-20 15:49:02 +01:00
e5d0380356 PEP fixes
finishes work for #2318
2021-11-18 16:35:16 +01:00
000adb357d refactor plugin urls into plugin dir 2021-11-18 12:50:22 +01:00
40cf7869d3 refactor mixin locations 2021-11-16 00:40:49 +01:00
cf0c8ec2ea remove builtin integrations 2021-11-04 03:44:48 +01:00
8a56e70dfd create empty integration builtin 2021-10-09 00:22:55 +02:00
dddd4370cf refactor app 2021-10-08 22:08:09 +02:00