2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-10 18:57:00 +00:00
Commit Graph

13478 Commits

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

* JS linting
2022-05-27 13:26:45 +10:00
Oliver 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
Matthias Mair dcffd9a3cf Add codeowners (#3079)
* Add codeowners

* use direct user handles
2022-05-27 11:04:40 +10:00
Oliver d1c92a9eda Update version.py
Fix typo?
2022-05-26 18:24:01 +10:00
Oliver 7ccc8ad10d Update version.py
Bump version number to indicate dev candidate for 0.8.0
2022-05-26 18:23:43 +10:00