2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00
Commit Graph

270 Commits

Author SHA1 Message Date
013e8ab3bd disable IntegrationPlugin loading from setup hook in testing 2021-11-14 01:12:23 +01:00
1391df7236 fix test for global settings 2021-11-14 00:49:00 +01:00
b10492f088 rename global settings objects 2021-11-14 00:24:32 +01:00
11c3ac8bf8 make id fields in plugins read_only
Fixes #2305
2021-11-13 23:40:14 +01:00
b79f0052a4 assert that plugin testing is enabled 2021-11-13 02:02:01 +01:00
ff3d9e373c change order back 2021-11-13 02:00:59 +01:00
357f63180f add settings url 2021-11-13 01:40:05 +01:00
c850269bd7 log testing state 2021-11-13 01:39:41 +01:00
2638ef046d own flag to enable plugin testing 2021-11-13 01:39:22 +01:00
9d3aab58d7 fix loading dir 2021-11-13 01:29:17 +01:00
28af5dc128 add regions for easier code nav 2021-11-13 01:26:26 +01:00
367c37bbaf remove setup helper as it is not needed anymore 2021-11-13 01:25:41 +01:00
5272b56d04 activate plugins if testing 2021-11-13 01:15:20 +01:00
6015de1cd9 fix assertion inp 2021-11-13 01:10:00 +01:00
6d47364e06 fix list equal 2021-11-13 00:52:10 +01:00
ab2d758a38 save db reference 2021-11-13 00:37:36 +01:00
8c82d2f900 fix test 2021-11-13 00:02:47 +01:00
938f8bab2d activate plugins before testing 2021-11-12 17:44:35 +01:00
da7dd0a4ac PEP fix 2021-11-12 02:39:06 +01:00
aa0237723a refactor a bit more 2021-11-12 02:32:17 +01:00
0e6f203660 refactor plugin loading 2021-11-12 02:26:10 +01:00
6e34119f85 nicer model name 2021-11-12 02:05:41 +01:00
6de0a211f7 catch if db not migrated 2021-11-12 02:04:52 +01:00
55b4ba6207 show inactive plugins in ui 2021-11-12 01:54:35 +01:00
b706ed2312 keep inactive plugins 2021-11-12 01:54:03 +01:00
4dc1ae4f5f log stages 2021-11-12 01:22:35 +01:00
36c0fad8e1 check if plugin is enabled 2021-11-12 01:12:13 +01:00
8ef7a813ec refactor to plugin app config 2021-11-12 01:07:18 +01:00
685d3df6d1 Enable / Disable Plugins
Fixes #2292
2021-11-12 00:46:47 +01:00
ae5031e997 refactor internal names 2021-11-12 00:13:12 +01:00
61f6061edf adding in license meta 2021-11-12 00:12:03 +01:00
b2478b418a "description" field for plugin
Fixes #2293
2021-11-12 00:09:05 +01:00
65046df417 display path in plugin details
Fixes #2294
2021-11-12 00:00:43 +01:00
1535fc0565 refactor is_package 2021-11-11 23:55:34 +01:00
99f65d242e fix test path 2021-11-11 13:25:07 +01:00
796b2a059d move tempalte tags to plugin 2021-11-11 13:10:12 +01:00
f49800d5b8 make attr - test safer 2021-11-04 14:54:15 +01:00
2fc8efbfb2 simplify syntax 2021-11-04 13:08:30 +01:00
285e6fe93e prepare fnc for loading metadata 2021-11-04 13:07:35 +01:00
dd61714435 refactor 2021-11-04 13:04:02 +01:00
c085a86891 naming refactor 2021-11-04 12:55:39 +01:00
cb30188623 fix commit references 2021-11-04 12:49:19 +01:00
e654ba786f decide where transit info is loaded from based on install method 2021-11-04 12:43:27 +01:00
cf0c8ec2ea remove builtin integrations 2021-11-04 03:44:48 +01:00
7fbf25840f fix problem with iso format dates 2021-11-04 03:44:30 +01:00
93a28bbaba enable setup hooks
Fixes #2218
2021-11-04 03:43:39 +01:00
f86bd4dd6b catch db not loaded 2021-10-19 20:59:14 +02:00
c2535cbcd7 PEP fix 2021-10-17 19:59:02 +02:00
11672096e7 always check if app already loaded 2021-10-17 19:57:42 +02:00
dcab0c430c testing safe settings and app integration 2021-10-17 19:50:46 +02:00