2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00
Commit Graph

11521 Commits

Author SHA1 Message Date
ed6bf7d4d0 add comment about function 2022-02-13 17:30:35 +01:00
11e41048d0 ignore ci render_test 2022-02-13 17:29:46 +01:00
54f6c5b34f fix setting coverage 2022-02-13 05:57:07 +01:00
ca7230f7a8 remove paralell coverage 2022-02-13 05:55:16 +01:00
1f59373c70 test wrong setting defaults 2022-02-13 05:50:53 +01:00
42b4466897 ignore controls that should not be reached in coverage 2022-02-13 05:50:19 +01:00
7793a22a35 ignore wrong control view safeties 2022-02-13 05:48:10 +01:00
440245c812 PEP fix 2022-02-13 05:37:28 +01:00
c0ab93b2a9 remove dead code 2022-02-13 05:35:06 +01:00
491bb0b28f fix import 2022-02-13 05:34:06 +01:00
2eda9967a4 only run sqlite paralell 2022-02-13 05:27:54 +01:00
22bc0b3d90 ignore exception ref 2022-02-13 05:21:43 +01:00
e162eea9a4 no test for malformed paths 2022-02-13 05:17:41 +01:00
ca07c5f12c imports are not tested 2022-02-13 05:16:29 +01:00
6437674ca8 ignore database not ready 2022-02-13 05:16:14 +01:00
12a5b6b148 remove dead code 2022-02-13 05:11:47 +01:00
021faf4c1f move up comment so unneeded functions are not not covered 2022-02-13 05:11:14 +01:00
c84be228f1 remove dead code 2022-02-13 05:08:37 +01:00
127368d47f ignore coverage on ruleset checks 2022-02-13 05:04:51 +01:00
ef79990016 run test paralell 2022-02-13 04:59:10 +01:00
673435fe90 simpler coverage ignore 2022-02-13 04:56:42 +01:00
e693fe1e41 fix migration coverage for build 2022-02-13 04:55:39 +01:00
fe767775bc fix migration coverage for company 2022-02-13 04:53:18 +01:00
a4c6d0e6c5 fix migration coverage for orders 2022-02-13 04:49:08 +01:00
10170b5466 remove coverage from parts migrations 2022-02-13 04:46:36 +01:00
3ed836f19d ignore branches 2022-02-13 04:43:18 +01:00
5d277a888d ignore migration 2022-02-13 04:41:44 +01:00
01b8bca501 ignore import error 2022-02-13 04:37:38 +01:00
65f3c3fce4 ignore the django import check 2022-02-13 04:33:18 +01:00
8b34ea3066 Merge pull request #2609 from eeintech/child_model_permissions
Child model permissions
2022-02-10 18:08:38 +11:00
7b4b07bac3 Merge pull request #2616 from SchrodingersGat/django-version
Update base django version
2022-02-10 13:47:28 +11:00
9ad0b66ebc Update base django version 2022-02-10 13:13:51 +11:00
6c083622e5 Merge pull request #2615 from SchrodingersGat/delete-multiple-outputs
Delete multiple outputs
2022-02-10 07:47:00 +11:00
6b52a07e71 js linting 2022-02-10 00:53:38 +11:00
71f9399760 Cleanup 2022-02-10 00:50:21 +11:00
0d7b94fbfa Remove old form code which is no longer used 2022-02-10 00:48:06 +11:00
96af074365 Adds API endpoint to delete build outputs 2022-02-10 00:46:38 +11:00
ed9b54d021 Merge pull request #2613 from SchrodingersGat/bom-import-unit-tests
Bom import unit tests
2022-02-10 00:40:47 +11:00
f460b14014 Add more unit testing for BOM file upload
- Test "levels" functionality
- Test part guessing / introspection
2022-02-10 00:13:37 +11:00
ffb319e136 Disable "submit" button to prevent multiple simultaneous uploads 2022-02-10 00:00:23 +11:00
d38a8adf4c Add button to display original row data 2022-02-09 23:49:26 +11:00
383835aa89 Display initial errors when importing data 2022-02-09 23:26:32 +11:00
aa962aac83 Improve part "guess" algorithm 2022-02-09 23:26:13 +11:00
c0e940a898 Catch potential error when posting invalid numbers via REST API 2022-02-09 23:26:00 +11:00
001437e083 Increased error checking when uploading BOM data 2022-02-09 23:02:09 +11:00
2af617e92b Adds check for duplicate parts when importing 2022-02-09 11:34:25 +11:00
67a9c0aeec PEP fixes 2022-02-09 11:31:36 +11:00
a9e1357ffb Return per-row error messages when extracting data 2022-02-09 11:30:58 +11:00
29c3064ae7 Raise error if imported dataset contains no data rows 2022-02-09 11:27:51 +11:00
692039f712 Add unit testing for uploading invalid BOM files 2022-02-09 08:38:28 +11:00