2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00
Commit Graph

7820 Commits

Author SHA1 Message Date
76c28e60d3 fixing typo 2021-09-13 20:50:26 +02:00
0d6828f4a8 PEP fix 2021-09-13 00:57:49 +02:00
4736c3187c more coverage 2021-09-13 00:55:21 +02:00
e73bf7be23 tests for base functions 2021-09-13 00:16:41 +02:00
ca3e9709e1 rueset for messafe 2021-09-12 22:46:41 +02:00
4baf714c85 let tasks run async 2021-09-12 22:26:20 +02:00
0e2db232ae save messages 2021-09-12 22:24:25 +02:00
e2bb5e978b fix hmac 2021-09-12 19:25:36 +02:00
440311cddb ruleset 2021-09-12 17:36:57 +02:00
68ca672937 hmac verification 2021-09-12 16:49:47 +02:00
5bf9561984 refactor 2021-09-12 16:32:40 +02:00
f600083dee initial webhook view #2036 2021-09-12 16:14:06 +02:00
71ca60d679 Merge pull request #2044 from SchrodingersGat/new-line-item
Bug fix - "Add line item" button
2021-09-08 14:32:51 +10:00
b9b23a3853 bug fix 2021-09-08 14:14:14 +10:00
829dd0d637 Merge pull request #2043 from SchrodingersGat/received-stock-items
Fixes for purchase order stock table
2021-09-08 13:29:05 +10:00
387680fbcd More linting 2021-09-08 13:13:40 +10:00
20788bb559 Bump pillow version for security fix 2021-09-08 13:02:49 +10:00
a32a30de52 javascript linting 2021-09-08 13:02:03 +10:00
1a21576f28 Adds separate option for "prevent_new_stock" to stock_table 2021-09-08 12:57:42 +10:00
ba787a0485 Merge pull request #2041 from SchrodingersGat/metadata-fixes
Fix OPTIONS request lookup time
2021-09-08 12:52:00 +10:00
8368798280 Move po-line-item-table into javascript file
- for better linting
2021-09-08 12:51:49 +10:00
6012855ec4 PEP fixes 2021-09-08 12:24:33 +10:00
919b39515f Improve instance lookup for metadata layer
- Existing call to get_object() could take > 20 seconds in some cases
- Not really sure why, some issue with the DRF library
- Was probably parsing the entire queryset rather than doing a PK lookup
- Instead, directly use the provided pk to get the model
2021-09-08 12:18:07 +10:00
22aa0a03c9 Merge pull request #2039 from SchrodingersGat/requirements
Re-add gunicorn to requirements file
2021-09-08 08:48:20 +10:00
84528df6f8 Re-add gunicorn to requirements file 2021-09-08 08:01:05 +10:00
a70f4c86eb Merge pull request #2013 from SchrodingersGat/receive-via-api
Receive via api
2021-09-07 23:56:44 +10:00
f349dc01ea JS lint 2021-09-07 23:41:13 +10:00
f38bf6e20a Adds unit testing for barcode field 2021-09-07 23:34:14 +10:00
bf05c9cfae Adds "barcode" field to POLineItem receive serializer 2021-09-07 23:06:36 +10:00
ccb191e5b1 Bump API version 2021-09-07 23:06:17 +10:00
50ae331afd Merge pull request #2034 from SchrodingersGat/build-complete-scheduling
Build completion scheduling
2021-09-07 22:51:52 +10:00
125554c53f Merge remote-tracking branch 'upstream/master' into receive-via-api
# Conflicts:
#	InvenTree/templates/js/dynamic/inventree.js
#	InvenTree/templates/js/translated/forms.js
#	InvenTree/templates/js/translated/tables.js
2021-09-07 22:34:00 +10:00
ecc7bd2d5b Unit test fixes 2021-09-07 22:27:39 +10:00
5ab4be7025 Unit test fixes 2021-09-07 17:36:53 +10:00
918106c225 Adds a background task to remove StockItem objects which are scheduled for deletion 2021-09-07 16:45:58 +10:00
7d3cd03d6c Add "scheduled_for_deletion" field to StockItem
- If set to True, this StockItem will be deleted (soon) by the background worker
- As deletion takes significant time, this prevents delete operations from blocking the UI
2021-09-07 16:28:57 +10:00
4b1c2677c5 Update README.md 2021-09-06 09:42:51 +10:00
8b6ebc092a Merge pull request #2033 from SchrodingersGat/clip.html-fix
Run HTML linting as .github action
2021-09-04 09:43:14 +10:00
f363c0f084 Fix workflow file 2021-09-04 09:22:52 +10:00
c7d6b985bd LINT ALL THE THINGS 2021-09-04 09:08:46 +10:00
42637ddefa more linting 2021-09-04 08:59:02 +10:00
9b001cd298 Another fix 2021-09-04 08:48:34 +10:00
f0e5d1984c Fix for about.html 2021-09-04 08:46:30 +10:00
0a8365e3bc Fix for clip.html 2021-09-04 08:45:06 +10:00
514db57c0c Run HTML linting as .github actino 2021-09-04 08:31:47 +10:00
c275bf8d98 Merge pull request #2026 from inventree/js-linting
Js linting
2021-09-03 23:35:14 +10:00
e5872f4b67 improve js debug comment 2021-09-03 23:16:35 +10:00
888fa51cd7 lots of linting fixes for JS files 2021-09-03 22:54:17 +10:00
3db830e7cd Merge pull request #2031 from SchrodingersGat/polineitem-destination
Fix on_delete for PurchaseOrderLineItem.destination
2021-09-02 11:37:54 +10:00
5d703af932 Add migration file 2021-09-02 11:11:25 +10:00