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

13477 Commits

Author SHA1 Message Date
9795abcb9e use relativ action references 2022-05-28 00:41:29 +02:00
9c80be52b3 continue on error 2022-05-28 00:30:30 +02:00
6bac19daff update references 2022-05-28 00:27:59 +02:00
899e5b49c8 remove docstyle till that is fixed 2022-05-28 00:24:55 +02:00
4153882543 move setup keys back to not disturbe tests 2022-05-28 00:06:50 +02:00
f35d618b6b refactor import export tests 2022-05-27 23:36:14 +02:00
4ffad66191 revert back to simple wheel 2022-05-27 23:35:21 +02:00
d37f66f17c switch to install 2022-05-27 23:22:26 +02:00
0b01b45d7b install wheel by python 2022-05-27 23:18:57 +02:00
94e8dd3af2 no relative paths 2022-05-27 23:14:16 +02:00
d129eb6610 fix boolean 2022-05-27 23:12:36 +02:00
b120a297c5 make code cleaner 2022-05-27 23:03:20 +02:00
11ffd41745 update input checks 2022-05-27 22:44:52 +02:00
38ac32825f remove os from cache 2022-05-27 22:38:38 +02:00
7aa983cb0c add bash statements 2022-05-27 22:36:49 +02:00
fdaaf7ecf4 resturcture 2022-05-27 22:33:59 +02:00
f5f7b36926 switch to action 2022-05-27 22:30:35 +02:00
550a2480b5 update reference 2022-05-27 22:11:47 +02:00
deb361f70c refactor setup into workflow 2022-05-27 22:08:55 +02:00
a379813711 do not fail on docstring 2022-05-27 22:06:36 +02:00
6bca3762c9 update flake call 2022-05-27 21:57:41 +02:00
80d0d38350 Add seperate docstring test 2022-05-27 21:29:15 +02:00
13c6b29bb3 ignore docstyle errors 2022-05-27 21:28:11 +02:00
0dfa39ecea Github can't do this right now 2022-05-27 21:16:31 +02:00
5c3669aa00 use matrix for os 2022-05-27 21:03:08 +02:00
3a7732003e remove incidential change 2022-05-27 20:44:23 +02:00
0dd8f02506 fix references 2022-05-27 20:43:31 +02:00
31575a03c1 fix runner version 2022-05-27 20:39:53 +02:00
0bbe8586bf refactor names to be similar 2022-05-27 20:36:41 +02:00
e56a75e255 use python3 2022-05-27 20:33:02 +02:00
1eb291555b make setup actions more similar 2022-05-27 20:31:59 +02:00
e5f6fcf6bd Use invoke instead of static references 2022-05-27 20:24:03 +02:00
d3011e8127 just use full update 2022-05-27 20:22:02 +02:00
7aea8894a0 move regular settings up into general envs 2022-05-27 20:16:36 +02:00
7d27f0842b use step and cache for python setup 2022-05-27 20:12:31 +02:00
ca0cba36c2 Use the same code for python setup everywhere 2022-05-27 20:10:51 +02:00
9dd77858fd make template matching simpler 2022-05-27 20:05:40 +02:00
a836a1b5a0 also wait on precommit 2022-05-27 20:02:35 +02:00
aced415802 rename pipeline steps 2022-05-27 20:01:33 +02:00
793009215c fix style errors 2022-05-27 19:54:44 +02:00
4a8e4b0bfb Add locales to excludes 2022-05-27 19:49:24 +02:00
773a162179 exclude static 2022-05-27 19:06:08 +02:00
d48500dbb5 Add pre-commit to the stack 2022-05-27 18:52:34 +02:00
09a4fab0d6 Adds 'quarantine' code for StockItemStatus (#3084)
* Adds 'quarantine' code for StockItemStatus

- Marks item as "unavailable"
- Removes unused code from StockItemStatus class

* Add migration file
2022-05-27 15:12:15 +10:00
6c7a80c141 Check user permissions before performing search (#3083)
* Check user permissions before performing search

* JS linting
2022-05-27 13:26:45 +10:00
640a5d0f24 Improve error management for order price calculation (#3075)
* Improve error management for order price calculation

- If there are missing exchange rates, it throws an error
- Very much an edge case

* Style fixes

* Add warning message if total order price cannot be calculated

* price -> cost
2022-05-27 13:26:37 +10:00
dcffd9a3cf Add codeowners (#3079)
* Add codeowners

* use direct user handles
2022-05-27 11:04:40 +10:00
d1c92a9eda Update version.py
Fix typo?
2022-05-26 18:24:01 +10:00
7ccc8ad10d Update version.py
Bump version number to indicate dev candidate for 0.8.0
2022-05-26 18:23:43 +10:00
643df4761d Enable 'tree view' for build order table (#3070)
* Enable 'tree view' for build order table

* Ensure we pass locale code to the build table

* Adjust button class based on current context

* Fix display of 'child builds' table on build page

* Force a rebuild of the entire table when the filters are refreshed

* Refactor PurchaseOrder table also

* Refactor existing SalesOrder table also

* JS linting
2022-05-26 15:41:53 +10:00