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

14299 Commits

Author SHA1 Message Date
c6d3cd9bae Add content panel 2022-05-18 13:25:00 +02:00
fc3e61df24 Add sidebar item 2022-05-18 13:24:59 +02:00
09a7627788 Add API URLs 2022-05-18 13:24:59 +02:00
69ba271bf7 Add API endpoints 2022-05-18 13:24:58 +02:00
3ee32374b4 Add serializer 2022-05-18 13:24:58 +02:00
a373e669cd Add permission 2022-05-18 13:24:58 +02:00
c608778a1b Add migration 2022-05-18 13:24:57 +02:00
67c675d1a6 Add ManufacturerPartAttachment class 2022-05-18 13:24:50 +02:00
146335730e Merge pull request #3026 from SchrodingersGat/plugin-panel-error-catch
Catch errors when rendering custom plugin panels
2022-05-18 17:26:21 +10:00
4ceb35a43f Fix PEP issue 2022-05-18 17:00:20 +10:00
6147afe35f Catch errors when rendering custom plugin panels 2022-05-18 16:54:57 +10:00
bb83c0d53e Merge pull request #3025 from SchrodingersGat/docker-ci-fix
Docker ci fix
2022-05-18 16:15:59 +10:00
2fde482eab Simplify steps 2022-05-18 15:39:58 +10:00
3e05c5fde1 Bring docker containers down 2022-05-18 15:12:19 +10:00
ea3133be1d Combine docker-build and docker-test CI steps
- We are building anyway, may as well test
2022-05-18 15:11:37 +10:00
fd2ec03fab Merge pull request #2993 from SchrodingersGat/webp-support
webp image support
2022-05-18 14:43:28 +10:00
f53c8865ad Only run docker build on push 2022-05-18 14:14:40 +10:00
810671f423 Yet another fix 2022-05-18 13:40:57 +10:00
0f1dd3fe65 Same fix for config file test 2022-05-18 13:02:23 +10:00
e57087de63 Fix unit test 2022-05-18 12:19:10 +10:00
3b53260d75 Allow some variation in unit test 2022-05-18 11:51:14 +10:00
2cfa4c0a16 Merge remote-tracking branch 'matmair/webp-support' into webp-support
# Conflicts:
#	InvenTree/InvenTree/tests.py
2022-05-18 11:13:26 +10:00
21750c92d3 remove branch from test 2022-05-18 02:33:09 +02:00
c4208782c5 Update docker_test.yaml 2022-05-18 02:31:04 +02:00
9a0189b6bb fix env name 2022-05-18 02:30:07 +02:00
bdf28b72df fix default 2022-05-18 02:25:44 +02:00
4ac7d9626c add missing test from merge back in 2022-05-18 02:07:28 +02:00
9b37760856 fix assertations 2022-05-18 02:06:00 +02:00
a570dab5e5 generalise function to make new methods simpler 2022-05-18 02:04:15 +02:00
ca7fb691ac make change patch simpler 2022-05-18 02:02:14 +02:00
9f0b00cc0e replace old function 2022-05-18 02:01:52 +02:00
6e19187929 add missing import 2022-05-18 02:01:25 +02:00
dc4affb3c5 Merge branch 'webp-support' of https://github.com/matmair/InvenTree into webp-support 2022-05-18 01:58:44 +02:00
278c9dbf05 Merge branch 'master' of https://github.com/inventree/InvenTree into webp-support 2022-05-18 01:55:41 +02:00
67733fa37b Merge branch 'inventree:master' into not-working-tests 2022-05-18 01:54:00 +02:00
db75c31f6d Translation merge (#3022)
* updated translation base

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-18 08:27:42 +10:00
b6c2ade940 Add unit test for downloading Part data 2022-05-18 07:52:29 +10:00
1c6d79451e Don't decode downloaded .xls file 2022-05-18 07:25:43 +10:00
a40f189c7a Use unierest mock for env setting 2022-05-17 19:23:50 +02:00
c5b14944a1 Unit tests for downloading BuildOrder data 2022-05-18 00:31:43 +10:00
0d078768fe Unit tests for downloading PurchaseOrder data 2022-05-18 00:08:11 +10:00
a6be0b32c6 Add unit tests for exporting SalesOrder data 2022-05-17 23:48:58 +10:00
3488da19b0 Return data as a list of dict objects 2022-05-17 23:47:09 +10:00
a44267c306 bug fix 2022-05-17 23:22:40 +10:00
920e7e0bb7 Adds helper function to process and validate a downloaded .csv file 2022-05-17 23:21:30 +10:00
55000d5c48 Add ability to download file as StringIO or BytesIO 2022-05-17 22:28:46 +10:00
fd9f25dc0d Adds helper function for testing a file download via the api 2022-05-17 21:26:33 +10:00
a8eef0870c Merge pull request #3010 from SchrodingersGat/shipment-assign-fix
SalesOrderShipment allocation fix
2022-05-17 20:25:57 +10:00
d16a880417 Update README.md
Add link to coveralls badge
2022-05-17 20:19:12 +10:00
f4b470c396 Merge remote-tracking branch 'inventree/master' into shipment-assign-fix 2022-05-17 18:48:57 +10:00