2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00
Commit Graph

2607 Commits

Author SHA1 Message Date
5805685c48 Merge branch 'master' of https://github.com/inventree/InvenTree into style-fixes 2022-05-21 23:57:41 +02:00
8eaf172512 Merge pull request #3040 from matmair/test-simplify
Test simplify
2022-05-21 19:41:23 +10:00
6ef8c3dc83 run as admin 2022-05-20 19:11:21 +02:00
45a9a4d0c5 add in missing class references 2022-05-20 17:55:11 +02:00
a148dbf303 refactor 'all' role 2022-05-20 17:43:51 +02:00
e1d22f538d resort imports 2022-05-20 17:24:51 +02:00
74726f0fda fix endline 2022-05-20 13:35:07 +02:00
93b6934127 fix trailing 2022-05-20 13:20:55 +02:00
9f922f06ff fix more imports 2022-05-20 12:53:04 +02:00
e8287f02d4 rename 2022-05-20 12:33:51 +02:00
3a1996dd48 PEP fix 2022-05-20 12:32:25 +02:00
0d5dea3e6d refactor test setup 2022-05-20 12:12:32 +02:00
e1abdddc4a Merge branch 'inventree:master' into not-working-tests 2022-05-20 00:28:35 +02:00
2ddaa9c04a Merge pull request #3020 from SchrodingersGat/download-unit-tests
Download unit tests
2022-05-19 13:34:41 +10:00
c0ef12f270 only use the user if authenticated 2022-05-18 23:33:04 +02:00
67733fa37b Merge branch 'inventree:master' into not-working-tests 2022-05-18 01:54:00 +02:00
b6c2ade940 Add unit test for downloading Part data 2022-05-18 07:52:29 +10:00
dc2351748c Merge remote-tracking branch 'inventree/master' into webp-support 2022-05-17 18:48:19 +10:00
9bcbaaa5f5 Remove more python2 stuff 2022-05-17 16:57:31 +10:00
041128ff9c pep fix 2022-05-17 01:07:36 +02:00
7a2b17e939 do not try to access anon users settings 2022-05-17 01:03:04 +02:00
18a263ff75 do a local import 2022-05-16 17:55:45 +02:00
a9cfdf8fdb fix import 2022-05-16 17:52:36 +02:00
2df049fe05 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue3005 2022-05-16 17:48:01 +02:00
0f5c03e44c use direct import instead of text for offload 2022-05-16 17:45:51 +02:00
c51f052f25 Merge pull request #3011 from matmair/matmair/issue2996
Remove python 2 code
2022-05-17 00:51:31 +10:00
86c86bf446 Merge pull request #3006 from SchrodingersGat/bom-delete-fix
BOM delete fix
2022-05-16 23:30:22 +10:00
042cb021de Merge pull request #2957 from SchrodingersGat/locate-mixin
Adds plugin mixin to "locate" items
2022-05-16 22:57:20 +10:00
6658b89946 Refactor BOM item deletion
- Send delete requests sequentially, rather than simultaneously
- Prevents server overload
- Present a much cleaner dialog to the user
2022-05-16 22:51:34 +10:00
7fa83d70ad Fix for broken unit test 2022-05-16 22:14:06 +10:00
bd17458f37 Add metadata endpoints for SalesOrder and PurchaseOrder models 2022-05-16 21:40:10 +10:00
a52ba05eb7 Add unit test for PartCategory API endpoints 2022-05-16 21:19:01 +10:00
37a74dbfef Adds a metadata serializer class for accessing instance metadata via the API
- Adds endpoint for Part
- Adds endpoint for PartCategory
- Adds endpoint for StockItem
- Adds endpoint for StockLocation
2022-05-16 20:59:09 +10:00
cd68d5a80e Add metadata mixin to Part and PartCategory models 2022-05-16 19:14:46 +10:00
ecccfbd546 Remove encoding header
Fixes #2996
2022-05-15 20:33:00 +02:00
136d642703 Merge branch 'fix-boolean' of https://github.com/matmair/InvenTree into fix-boolean 2022-05-15 17:52:34 +02:00
77aeecf23a make operators simpler 2022-05-15 17:52:23 +02:00
206da02328 Skip some git hash checks if running tests under docker 2022-05-16 00:21:05 +10:00
55f87033b2 Add unit tests for .webp support 2022-05-15 23:36:41 +10:00
59cf9825fe Update comment 2022-05-12 15:16:26 +10:00
c89547f58c Adds exporter and download functionality for BuildOrder table 2022-05-12 12:44:15 +10:00
1b1f7634b7 Adds exporter and download button for PurchaseOrder table 2022-05-12 11:41:25 +10:00
465e69c254 Refactor exporters for:
- Part
- PurchaseOrderLineItem
2022-05-12 11:33:17 +10:00
db018af0ce Prevent some model based events from triggering during data import 2022-05-10 13:43:16 +10:00
db8396564c Further unit test fixes 2022-05-09 20:47:44 +10:00
b0d2ece263 Unit test fixes 2022-05-09 20:11:02 +10:00
50d8f242bb Fix for unit test 2022-05-07 23:50:41 +10:00
06e79ee91b Move view mixin to plugin.views 2022-05-07 22:34:03 +10:00
60f799c90a Add plugin view support for most of the remaining views 2022-05-06 23:32:42 +10:00
243e3ff37d Fix calls to super() 2022-05-06 23:32:09 +10:00