Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week number #6439

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Week number #6439

merged 3 commits into from
Feb 7, 2024

Conversation

SchrodingersGat
Copy link
Member

@SchrodingersGat SchrodingersGat commented Feb 6, 2024

Copy link

netlify bot commented Feb 6, 2024

Deploy Preview for inventree-web-pui-preview canceled.

Name Link
🔨 Latest commit 10e7f2c
🔍 Latest deploy log https://app.netlify.com/sites/inventree-web-pui-preview/deploys/65c2c291fdfd2e00086e3cae

@SchrodingersGat SchrodingersGat added bug Identifies a bug which needs to be addressed stock Related to Stock models labels Feb 6, 2024
@SchrodingersGat SchrodingersGat added this to the 0.14.0 milestone Feb 6, 2024
Copy link
Member

@matmair matmair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

InvenTree/stock/models.py Show resolved Hide resolved
@SchrodingersGat SchrodingersGat merged commit fdd7026 into inventree:master Feb 7, 2024
27 checks passed
@SchrodingersGat SchrodingersGat deleted the week-number branch February 7, 2024 00:36
matmair added a commit to matmair/InvenTree that referenced this pull request Feb 7, 2024
* Add basic task for generating apidocs

* Fix SPECTACTULAR_SETTINGS

- Some provided options were not correct

* Update .gitignore

* Fix for duplicated API path

- `/api/plugins/activate` routed to PluginActivate view
- Must be associated with a specific plugin ID

* By default, fail if warnings are raised

* Use GenericAPIView for GetAuthToken

* Use GenericAPIView for RolesDetail endpoint

* Refactor more endpoints to use GenericApiView

* More API cleanup

* Add extra type hints for exposed methods

* Update RoleDetails endpoint

- Specify serializer
- Use RetrieveAPI class type

* More type hints

* Export API docs as part of CI

* add more api views docs

* even more docs

* extend tests to api-version

* simplify serializer

* and more docs

* fix serializer

* added more API docs

* clean diff

* Added APISearch base

* Mention the API version bump in CONTRIBUTION.md (inventree#6436)

* Mention the API version bump in CONTRIBUTION.md

* Update CONTRIBUTING.md

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>

* do not assume you know the user
he might be anonymously creating the schema ;-)

* set empty serializer where no input is needed

* Fix for build.js (inventree#6437)

- Catch potential empty build_detail attribute

* Maintenance Mode Fix (inventree#6422)

* Custom maintenance mode backend

* Implement check and retries

* Update debug formatting

* Use dummy model for schema generation

* fix OpenAPI docs section

* Week number (inventree#6439)

* Support week number for batch generation

* Bug fix - hour is not minute

* Update docs

* only run if needed

* remove schema task

* Add version check

* pin version

* fix QC order

* fix assign

* refactor order

* optimize compile times

* fix assign

* onyl use install

* more fixing

* use full update cycle

* revert python change

* use api_version

* run py

* why?

* Fix for issue 6442 (inventree#6443)

- Add null option to status field for stock adjustment
- Prevent stock adjustments from setting status to OK

* clean up output

* only check for api version diff if api_version was not touched

* add schema check again

* Postgresql fix (inventree#6441)

* Assume maintenance mode is *on* if database is inaccessible

* Specify ash shell

* Update psycopg requirements

* Style fixes

* style fix - backends.py

* Update tasks.py (inventree#6446)

* Update tasks.py

- Exclude temporary settings when exporting data

* Remove duplicate code

* use seperate filter for API

* increment api_version

* Added push step

---------

Co-authored-by: Oliver Walters <oliver.henry.walters@gmail.com>
Co-authored-by: Miklós Márton <martonmiklosqdev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies a bug which needs to be addressed documentation stock Related to Stock models
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FR] Allow week number to be used in auto batch generation
2 participants