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

777 Commits

Author SHA1 Message Date
Matthias
279be87448
Move email notification method into plugin
Fixes #2385
2022-04-02 02:46:41 +02:00
Oliver Walters
4c6ad6facf Other changes as requested 2022-03-30 12:42:57 +11:00
Oliver Walters
a551bf1e81 Add options to control what is shown in search preview window 2022-03-29 23:27:25 +11:00
Oliver Walters
b62905d5c4 Add user setting to enable / disable label printing 2022-03-28 20:38:57 +11:00
Oliver
9046c74628 Only send printing failed as a UI notification 2022-03-25 16:05:35 +11:00
Oliver
bc48a95844 PEP fixes 2022-03-25 14:13:02 +11:00
Oliver
5ee9af7f0e Remove old "get_filters" function
- It was confusing!
- Manually filter where required
2022-03-25 14:10:05 +11:00
Oliver
63b5b95610 Ensure that kwargs are correctly passed through the settings chain
Problem: validate_unique fails

- Otherwise, the <plugin> object is not correctly passed
- Then, validate_unique fails
2022-03-25 13:43:19 +11:00
Oliver
27b55eb8f8
Merge pull request #2764 from SchrodingersGat/notification-settings
Notification settings
2022-03-21 09:29:38 +11:00
Oliver
c082cec3ee
Merge pull request #2748 from matmair/matmair/issue2524
Run plugin install on startup
2022-03-21 07:15:37 +11:00
Oliver Walters
c8bbd25001 Bug fix 2022-03-20 19:41:42 +11:00
Oliver Walters
5f98cdf3c7 Email notifications are only sent for users who have the setting enabled 2022-03-20 19:31:59 +11:00
Oliver Walters
d2969d0235 Adds a per-user setting to allow sending of emails for notification events 2022-03-20 19:19:42 +11:00
Matthias
a4c9dfdd6f
add read all endpoint 2022-03-20 02:05:18 +01:00
Matthias
028fff1473
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2022-03-20 00:23:29 +01:00
Oliver Walters
807dfebb03 Prevent forced creation of default currency setting 2022-03-18 23:16:54 +11:00
Matthias Mair
1e57bdcfba
Merge branch 'inventree:master' into matmair/issue2279 2022-03-16 15:15:46 +01:00
Matthias Mair
91464ad3d0
Merge branch 'inventree:master' into matmair/issue2524 2022-03-16 15:15:27 +01:00
Matthias
8f10ef817c
add setting for reload 2022-03-16 14:47:27 +01:00
Matthias Mair
4100834ce9
Merge branch 'inventree:master' into matmair/issue2279 2022-03-14 23:14:29 +01:00
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
Matthias Mair
56e6783556
Merge branch 'inventree:master' into matmair/issue2279 2022-03-01 20:14:25 +01: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 Mair
626f44d195
Merge branch 'inventree:master' into matmair/issue2279 2022-02-16 02:02:02 +01: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
Matthias
7de3eb46c5
fix migrations 2022-02-13 04:15:58 +01:00
Matthias
9eb238c85e
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2022-02-12 00:51:15 +01:00
Oliver
8c52924020 Adds new setting to optionally display or hide part pricing information 2022-02-03 16:16:42 +11:00