Matthias Mair
|
a9cfdf8fdb
|
fix import
|
2022-05-16 17:52:36 +02:00 |
|
Matthias Mair
|
2df049fe05
|
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue3005
|
2022-05-16 17:48:01 +02:00 |
|
Matthias Mair
|
0f5c03e44c
|
use direct import instead of text for offload
|
2022-05-16 17:45:51 +02:00 |
|
Oliver
|
c51f052f25
|
Merge pull request #3011 from matmair/matmair/issue2996
Remove python 2 code
|
2022-05-17 00:51:31 +10:00 |
|
Oliver
|
86c86bf446
|
Merge pull request #3006 from SchrodingersGat/bom-delete-fix
BOM delete fix
|
2022-05-16 23:30:22 +10:00 |
|
Oliver
|
042cb021de
|
Merge pull request #2957 from SchrodingersGat/locate-mixin
Adds plugin mixin to "locate" items
|
2022-05-16 22:57:20 +10:00 |
|
Oliver Walters
|
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 |
|
Oliver Walters
|
7fa83d70ad
|
Fix for broken unit test
|
2022-05-16 22:14:06 +10:00 |
|
Oliver Walters
|
bd17458f37
|
Add metadata endpoints for SalesOrder and PurchaseOrder models
|
2022-05-16 21:40:10 +10:00 |
|
Oliver Walters
|
a52ba05eb7
|
Add unit test for PartCategory API endpoints
|
2022-05-16 21:19:01 +10:00 |
|
Oliver Walters
|
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 |
|
Oliver Walters
|
cd68d5a80e
|
Add metadata mixin to Part and PartCategory models
|
2022-05-16 19:14:46 +10:00 |
|
Matthias
|
ecccfbd546
|
Remove encoding header
Fixes #2996
|
2022-05-15 20:33:00 +02:00 |
|
Matthias
|
136d642703
|
Merge branch 'fix-boolean' of https://github.com/matmair/InvenTree into fix-boolean
|
2022-05-15 17:52:34 +02:00 |
|
Matthias
|
77aeecf23a
|
make operators simpler
|
2022-05-15 17:52:23 +02:00 |
|
Oliver Walters
|
206da02328
|
Skip some git hash checks if running tests under docker
|
2022-05-16 00:21:05 +10:00 |
|
Oliver Walters
|
55f87033b2
|
Add unit tests for .webp support
|
2022-05-15 23:36:41 +10:00 |
|
Oliver
|
59cf9825fe
|
Update comment
|
2022-05-12 15:16:26 +10:00 |
|
Oliver
|
c89547f58c
|
Adds exporter and download functionality for BuildOrder table
|
2022-05-12 12:44:15 +10:00 |
|
Oliver
|
1b1f7634b7
|
Adds exporter and download button for PurchaseOrder table
|
2022-05-12 11:41:25 +10:00 |
|
Oliver
|
465e69c254
|
Refactor exporters for:
- Part
- PurchaseOrderLineItem
|
2022-05-12 11:33:17 +10:00 |
|
Oliver
|
db018af0ce
|
Prevent some model based events from triggering during data import
|
2022-05-10 13:43:16 +10:00 |
|
Oliver Walters
|
db8396564c
|
Further unit test fixes
|
2022-05-09 20:47:44 +10:00 |
|
Oliver Walters
|
b0d2ece263
|
Unit test fixes
|
2022-05-09 20:11:02 +10:00 |
|
Oliver Walters
|
50d8f242bb
|
Fix for unit test
|
2022-05-07 23:50:41 +10:00 |
|
Oliver Walters
|
06e79ee91b
|
Move view mixin to plugin.views
|
2022-05-07 22:34:03 +10:00 |
|
Oliver Walters
|
60f799c90a
|
Add plugin view support for most of the remaining views
|
2022-05-06 23:32:42 +10:00 |
|
Oliver Walters
|
243e3ff37d
|
Fix calls to super()
|
2022-05-06 23:32:09 +10:00 |
|
Oliver Walters
|
0797e9ebf0
|
Simplify the new template rendering
- No extra template code is required for any new page
- All loaded in base.html or page_base.html
- Oh, so clean!
|
2022-05-06 23:19:21 +10:00 |
|
Oliver Walters
|
71128a1c8e
|
Refactor the plugin javascript template
- Can appear in "base.html"
- Only renders anything if there are actually plugins available for the page
|
2022-05-06 22:57:15 +10:00 |
|
Oliver Walters
|
c80b36fc2f
|
Adds a new InvenTreePluginMixin mixin class for enabling custom plugin rendering on a page
- Any view which needs custom plugin code must implement this mixin
- Initially implement for the PartDetail page
|
2022-05-06 22:52:52 +10:00 |
|
Oliver
|
9e1d8e52f3
|
Merge pull request #2805 from matmair/matmair/issue2385
Plugins for notifications
|
2022-05-06 20:00:56 +10:00 |
|
Oliver
|
1b7172b57e
|
Merge pull request #2936 from matmair/test_tags
Test more templatetags
|
2022-05-06 12:16:14 +10:00 |
|
Matthias
|
09ceada639
|
fix test assertation
|
2022-05-06 03:03:08 +02:00 |
|
Matthias
|
2261e7a615
|
PEP fix
|
2022-05-06 02:20:38 +02:00 |
|
Matthias
|
33e3385830
|
fix assertations
|
2022-05-06 02:17:53 +02:00 |
|
Matthias
|
20d552f809
|
extend tag tests
|
2022-05-06 02:13:25 +02:00 |
|
Matthias
|
0eff4a4526
|
can not be covered in testing
|
2022-05-06 02:07:59 +02:00 |
|
Matthias
|
1676cb8eb8
|
fix error with anon connections and language check
|
2022-05-06 00:13:58 +02:00 |
|
Matthias
|
28b8e27698
|
Merge branch 'matmair/issue2385' of https://github.com/matmair/InvenTree into matmair/issue2385
|
2022-05-06 00:11:38 +02:00 |
|
Matthias
|
fe4b264ae1
|
Fix user check
|
2022-05-06 00:11:26 +02:00 |
|
Matthias Mair
|
6bd997ffad
|
Merge branch 'inventree:master' into matmair/issue2385
|
2022-05-05 11:26:25 +02:00 |
|
Oliver
|
1dee578907
|
Merge pull request #2931 from SchrodingersGat/more-api-functionality
Converting more forms to the API
|
2022-05-04 23:24:28 +10:00 |
|
Matthias Mair
|
a6bede877a
|
Merge branch 'inventree:master' into matmair/issue2385
|
2022-05-04 15:11:56 +02:00 |
|
Oliver Walters
|
82541ede32
|
More unit tests
- BuildOrderCancel
- StockItemInstall
- StockItemUninstall
|
2022-05-04 22:49:21 +10:00 |
|
Matthias
|
1a3d482e42
|
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2788
|
2022-05-04 12:33:21 +02:00 |
|
Matthias Mair
|
cf93ba7cf9
|
Merge branch 'inventree:master' into matmair/issue2385
|
2022-05-04 12:23:05 +02:00 |
|
Oliver Walters
|
5cf30a850d
|
Prune a lot of dead code
|
2022-05-04 17:01:19 +10:00 |
|
Oliver Walters
|
f0e8e32c8a
|
More refactoring
|
2022-05-03 17:27:21 +10:00 |
|
Matthias
|
e7b189ba29
|
fix templates
|
2022-05-02 22:41:24 +02:00 |
|