2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 21:38:48 +00:00

768 Commits

Author SHA1 Message Date
Oliver
19de9a056b
Merge pull request #2336 from matmair/webhooks
Webhooks
2022-01-11 14:19:21 +11:00
Matthias
2a7ad93173
move invenTreePlugin to new class
to enable depreceation
2022-01-11 01:41:33 +01:00
Matthias Mair
9e21dde6de
Merge branch 'inventree:master' into webhooks 2022-01-08 21:42:18 +01:00
Oliver
9e2250e9b8 Bug fixes for settings 2022-01-08 13:19:16 +11:00
Oliver
8ff3bf1ad1 Adds a new setting to enable event responses 2022-01-07 21:53:42 +11:00
Oliver Walters
ff598a22ff bug fix : correct setting name when changing a 'requires restart' setting 2022-01-07 16:20:16 +11:00
Oliver Walters
794a9e75e8 Add validation for scheduled tasks defined by a plugin 2022-01-07 15:37:43 +11:00
Oliver
928b90a833 Edit plugin settings via the "settings" display 2022-01-04 21:03:01 +11:00
Oliver
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
Oliver
7cb029e7c3 Refactor: Rename "GLOBAL_SETTINGS" to "SETTINGS" 2022-01-01 22:43:35 +11:00
Oliver
547db3322f Adds new "PluginSetting" class
- Adds settings which are unique to a particular plugin
2022-01-01 22:00:43 +11:00
Matthias Mair
3ed8fc6ad4
Merge branch 'inventree:master' into webhooks 2021-12-15 00:21:03 +01:00
Matthias Mair
acbee38600
Merge branch 'inventree:master' into matmair/issue2279 2021-12-15 00:20:48 +01:00
Matthias
c6b88c2f24
Merge branch 'matmair/issue2279' of https://github.com/matmair/InvenTree into matmair/issue2279 2021-12-10 00:22:49 +01:00
Matthias
023cd53b1a
fix test that failing deliveries do not block 2021-12-10 00:22:25 +01:00
Matthias
3a3f8ba4ef
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2201 2021-12-08 18:31:33 +01:00
Matthias Mair
b8404c44b4
Merge branch 'inventree:master' into webhooks 2021-12-08 18:28:11 +01:00
Matthias Mair
cdcac90319
Merge branch 'inventree:master' into matmair/issue2279 2021-12-08 18:27:57 +01:00
Matthias
5567ee432a
more coverage 2021-12-04 18:50:49 +01:00
Matthias
d156e4c431
make simpler 2021-12-04 18:44:31 +01:00
Matthias
2413119cc1
seperate wrong implementations into own cases 2021-12-04 18:42:08 +01:00
Matthias
2ef8c25c05
directer import 2021-12-04 17:46:04 +01:00
Matthias
8724471fc0
rename 2021-12-04 17:45:52 +01:00
Matthias
ce726f89a1
refactor wrong implementations into own testcase 2021-12-04 17:45:40 +01:00
Matthias
13b390d69b
test that single errors do not kill the whole 2021-12-04 17:44:10 +01:00
Matthias
cfd509adb4
PEP fix 2021-12-04 17:43:11 +01:00
Matthias
58f0838d3d
improve coverage 2021-12-04 17:24:41 +01:00
Matthias
0b6cceb998
this should not happen 2021-12-04 17:23:35 +01:00
Matthias
cccbc567fe
delivery must be true 2021-12-04 17:23:04 +01:00
Matthias
7016c253a8
fix test to trigger 2021-12-04 04:38:45 +01:00
Matthias
55ca284a13
Revert "this wont happen"
This reverts commit 3047bd66127e3ccd1ec66e90e4ad6e0c16322c7f.
2021-12-04 04:22:07 +01:00
Matthias
3047bd6612
this wont happen 2021-12-04 04:11:42 +01:00
Matthias
75c7722612
PEP fixes 2021-12-04 03:57:45 +01:00
Matthias
f88882da8e
without targets it wont work 2021-12-04 03:56:16 +01:00
Matthias
6c6683657e
remove debug prints 2021-12-04 03:51:40 +01:00
Matthias
453589dbcb
docs 2021-12-04 03:50:37 +01:00
Matthias
373c061389
rename to be clearer what the funtions and vars are fore 2021-12-04 03:49:44 +01:00
Matthias
01ad534664
use the same names as in messages model 2021-12-04 03:46:57 +01:00
Matthias
2ea32d200a
rename 2021-12-04 03:45:45 +01:00
Matthias
c10841fe0e
and again 2021-12-04 03:44:59 +01:00
Matthias
3a8909f0d4
and a bit more renaming 2021-12-04 03:44:07 +01:00
Matthias
fc1fa775c3
rename 2021-12-04 03:43:14 +01:00
Matthias
057c880377
fix test calls 2021-12-04 03:41:05 +01:00
Matthias
1cfc03d698
add a general context checker 2021-12-04 03:40:53 +01:00
Matthias
3239e60702
add comments to show execution flow 2021-12-04 03:37:13 +01:00
Matthias
1ef7163b94
remove one uncovered line :-) 2021-12-04 02:39:41 +01:00
Matthias
febc51466a
use a more gnerall counting method 2021-12-04 02:13:53 +01:00
Matthias
dceea757e1
create a notification message! 2021-12-04 02:12:51 +01:00
Matthias
c803fdaab1
PEP fix 2021-12-04 01:39:58 +01:00
Matthias
1f7a75ca92
docs are never bad 2021-12-04 01:10:56 +01:00