2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 04:00:57 +00:00
Commit Graph

777 Commits

Author SHA1 Message Date
2b1d4ba9c1 add test for plugin settings 2022-05-06 01:15:12 +02:00
7f8d20da0f test _str 2022-05-06 01:12:22 +02:00
a77382d0b5 sadd test for notification user settings 2022-05-06 01:04:00 +02:00
ccefaade92 Add args back in to serializer 2022-05-06 00:48:20 +02:00
fe4b264ae1 Fix user check 2022-05-06 00:11:26 +02:00
164a8acf33 make genericref simpler 2022-05-05 01:31:19 +02:00
34855bbb37 add API endpoint for notifications 2022-05-04 17:38:50 +02:00
c684e7d5e0 Add generic serializer 2022-05-04 16:57:39 +02:00
4125803e6d Merge branch 'inventree:master' into matmair/issue2385 2022-05-02 21:50:52 +02:00
e418a54c25 PEP fix 2022-05-01 21:48:45 +00:00
8490589fa9 check for only unique methods to be added 2022-05-01 21:46:31 +00:00
de6507e918 update translation commands 2022-05-01 22:03:49 +02:00
67ab45bdee update depreciated paths 2022-05-01 22:00:18 +02:00
d05472b30c upgrade to pyhton 3.9 syntax
using pyupgrade
2022-05-01 21:53:12 +02:00
526571c062 Prevent recursion 2022-05-01 22:50:56 +10:00
e3c3ed28da PEP fixes 2022-05-01 22:46:50 +10:00
d72efc3757 Small tweaks
- Factor out native_value property (not needed!)
- PEP fixes
2022-05-01 22:30:24 +10:00
f794d91e5c Adds more unit tests for global settings objects 2022-05-01 22:26:51 +10:00
0f8f9f3e5e Add unit test for integer settings with validator 2022-05-01 22:21:57 +10:00
f972551246 Add unit test for multiple-choice setting type 2022-05-01 22:07:16 +10:00
eabe082f0a Add unit tests for boolean user settings (via the API) 2022-05-01 20:23:50 +10:00
75fa0bed26 Render "native value" in serializer 2022-05-01 20:13:58 +10:00
5d4972d981 Convert settings to 'native' values before running callable valiators 2022-05-01 19:46:17 +10:00
37e74074dd Merge branch 'inventree:master' into matmair/issue2385 2022-04-27 17:46:57 +02:00
6c23c94700 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2301 2022-04-27 13:13:04 +02:00
3f92f009e4 Add configurable setting for batch code generation 2022-04-26 20:00:06 +10:00
f06a11e206 fix test 2022-04-24 16:17:47 +02:00
f1f6c9ff66 remove InvenTree from settings texts 2022-04-24 15:25:34 +02:00
1127bf2497 make it possible to resitrict the about modal 2022-04-24 01:02:41 +02:00
ddcaecb11f How did I miss this? 2022-04-07 23:39:05 +02:00
4c1a0ea9ce mkae user setting access simpler 2022-04-06 23:58:11 +02:00
e1d261f989 pep fix 2022-04-05 23:47:26 +02:00
77f5fa9360 pep fix 2022-04-05 23:45:35 +02:00
f3aab952de remove empty class 2022-04-05 23:43:50 +02:00
47f9bd911a add tests for notifications 2022-04-05 23:41:37 +02:00
5f4c8b3a3e add icon support for user settings 2022-04-05 01:53:41 +02:00
5b9f84a90f fix test 2022-04-05 01:30:12 +02:00
785cdc5267 patch loading methods for selective loading 2022-04-05 01:29:19 +02:00
32918348b9 fix docstrings 2022-04-05 00:55:53 +02:00
01fcc728ad PEP fixes 2022-04-05 00:34:30 +02:00
dc7b88515e rename class to make it clearer 2022-04-05 00:27:13 +02:00
d634afad48 move to common/models 2022-04-05 00:24:55 +02:00
1eb511e8a0 user notification settings 2022-04-04 23:46:19 +02:00
2fee6b02db structure comment 2022-04-03 03:48:27 +02:00
905b164ecb store methods on load 2022-04-03 03:47:48 +02:00
926f56bb41 move plugins checks to method 2022-04-02 04:11:29 +02:00
c7329da7e0 move settings 2022-04-02 03:03:41 +02:00
e95cc7c699 only calculate excluded classes once 2022-04-02 02:57:40 +02:00
40ff2f61aa make comperator simpler to read 2022-04-02 02:52:35 +02:00
f6aa9e4719 remove dead code 2022-04-02 02:46:55 +02:00