2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-10 05:40:55 +00:00
Commit Graph

425 Commits

Author SHA1 Message Date
Matthias
b88a6ccdb5 test default value with as_int and fix it 2022-03-12 03:35:20 +01:00
Matthias
76fd529374 add test for as_bool 2022-03-12 03:20:14 +01:00
Matthias
e8ec0dc46b add test for as_choice 2022-03-12 03:19:00 +01:00
Matthias
92279b2f8f remove theme test 2022-03-12 01:50:05 +01:00
Matthias
1e164fea5b Add API test 2022-03-12 01:45:34 +01:00
Matthias
d2e8b2cc2b run just empty task - auto_now is a hard to test 2022-03-12 01:38:08 +01:00
Matthias
91b4e7167d test that the task is running 2022-03-12 01:32:18 +01:00
Matthias
4a0f710fec PEP fix 2022-03-12 00:57:37 +01:00
Matthias
92398d7b39 ignore in coverage 2022-03-12 00:54:08 +01:00
Matthias
5587c04d0d test color theme 2022-03-12 00:53:39 +01:00
Matthias
00b76ace77 increase coverage of settings 2022-03-12 00:28:04 +01:00
Matthias
e05ebce058 test allValues 2022-03-12 00:27:37 +01:00
Matthias
e955b75041 test restart flag reset 2022-03-11 23:41:30 +01:00
Matthias
6a5dc33e20 ignore admin rendering fields for coverage 2022-03-11 23:32:36 +01:00
Oliver
dd5cda281e Merge pull request #2727 from SchrodingersGat/build-allocation-load-speed
Bug fixes for build output creation
2022-03-09 13:46:56 +11:00
Oliver
39e8b2af0f Allow setting to be checked without being created
- Prevents crash when trying to load exported dataset
2022-03-09 12:43:27 +11:00
Oliver
e44159baea Adds (per user) setting to show or hide scheduling tab 2022-03-01 23:26:08 +11:00
Oliver
50a32a13f0 PEP style fixes 2022-02-28 19:15:12 +11:00
Oliver
b19719516b Adds a user-configurable setting to configure how dates are displayed (on the front end only!) 2022-02-28 15:57:34 +11:00
Matthias
27b0a012e0 ignore sanity checks for coverage 2022-02-13 20:33:54 +01:00
Matthias
fe65f92df0 app not ready can not be simulated by tests 2022-02-13 17:34:05 +01:00
Matthias Mair
880d78f2c6 Pep 2022-02-13 06:24:05 +01:00
Matthias Mair
c6da462229 Remove settings mods 2022-02-13 06:22:15 +01:00
Matthias
54f6c5b34f fix setting coverage 2022-02-13 05:57:07 +01:00
Matthias
1f59373c70 test wrong setting defaults 2022-02-13 05:50:53 +01:00
Oliver
8c52924020 Adds new setting to optionally display or hide part pricing information 2022-02-03 16:16:42 +11:00
Matthias Mair
18e0a7b7e6 fix spelling
Thanks @Stephano120
Good catch!
2022-01-28 20:19:38 +01:00
Matthias
ff897ccc41 remove dead code 2022-01-21 00:30:51 +01:00
Matthias
a96ceba0be use constant for content type 2022-01-20 23:58:36 +01:00
Matthias
16239289c0 remove dead code 2022-01-20 23:56:39 +01:00
Matthias
9da234002b add comment 2022-01-20 23:51:53 +01:00
Matthias
ef22b9fc1b remove unneeded assingments 2022-01-20 23:47:59 +01:00
Matthias
62236474e2 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2519 2022-01-12 00:12:32 +01:00
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
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
0f0460f8ea merge 2021-12-02 17:24:07 +01:00
Matthias
6eee332da8 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-11-23 18:39:51 +01:00
Matthias Mair
565fad30d7 Merge branch 'inventree:master' into webhooks 2021-11-23 18:27:09 +01:00