2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
e01918e607 add more docstrings for plugin app 2022-05-29 03:02:54 +02:00
93a1bf165d update the remaining docstrings 2022-05-28 18:06:23 +02:00
60f13ad2e8 fix docstrings 10 2022-05-28 03:39:01 +02:00
d3d0b76c58 fix docstrings 7 2022-05-28 03:04:48 +02:00
e1d22f538d resort imports 2022-05-20 17:24:51 +02:00
eaab905bfd reset plugin name default 2022-05-12 00:50:29 +02:00
8becad3c0a reset zero behaviour 2022-05-11 23:45:45 +02:00
50156466db fix title asks 2022-05-11 17:51:23 +02:00
d794890264 fix assertations 2022-05-11 17:38:42 +02:00
5cb4f0e73d PEP fix 2022-05-11 16:57:23 +02:00
81deb8201e new references for Meta values in plugin
depreceate old values - add depreeation warning
2022-05-11 16:35:38 +02:00
b1b1db29b9 restructure 2022-05-11 14:54:11 +02:00
9eadcce0eb move mixins 2022-05-11 14:48:36 +02:00
355695c679 make MixinBase betterfor init 2022-05-11 14:47:00 +02:00
f76dcdeb82 move properties to meta 2022-05-11 14:45:45 +02:00
dfb11cca1d Add legacy 2022-05-11 14:40:00 +02:00
1571b99ed2 rename IntegrationPluginBase to InvenTreePlugin 2022-05-11 14:28:26 +02:00
1da12fe5ff add import comment 2022-05-11 12:45:40 +02:00
18ad87433e move plugin and integration together 2022-05-11 12:45:25 +02:00
87ef2a3382 remove old code 2022-05-11 12:41:08 +02:00
baf7e4505e do not cover pacakge code - is not CI'd 2022-05-06 01:52:32 +02:00
3b642695a8 PEP fix 2022-03-13 21:11:06 +01:00
5f9f5555b6 ignore depreciated function in coverage 2022-03-13 21:01:16 +01:00
080ee2ea50 remove dead code 2022-03-13 20:58:40 +01:00
2a7ad93173 move invenTreePlugin to new class
to enable depreceation
2022-01-11 01:41:33 +01:00
86142856f7 PEP fixes 2022-01-11 01:25:21 +01:00
0f7c277e69 docstrings 2022-01-11 01:19:03 +01:00
04d25a60b0 Adds sample plugin which responds to triggered events
- Adds some example trigger events for the "Part" model
2022-01-08 09:07:27 +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
dddd4370cf refactor app 2021-10-08 22:08:09 +02:00