mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
fix(backend): repair remaining schema generation errors (#9453)
* Remove hardcoded currency enum from schema * Convert schema custom key enums to int to allow customized keys to validate * Convert stock status key enums to int to allow customizations to validate in schema * api version bump * fix remaining operationId errors * fix errors * fix another error * fix missing model * ensure we do not ignore warnings anymore * Restore enumerated help text for currencies * Remove commented block of old code * Restore custom key enumerated values to schema documentation * Restore status key enumeration to schema documentation * fix more enums * Add debug definitions for schema generation * fix schema generation for PluginRelationSerializer * add migrations * fix enum names for allauth schema duplications * bump api version --------- Co-authored-by: Joe Rogers <1337joe@gmail.com>
This commit is contained in:
1
.github/workflows/qc_checks.yaml
vendored
1
.github/workflows/qc_checks.yaml
vendored
@ -193,7 +193,6 @@ jobs:
|
||||
diff -u src/backend/InvenTree/schema.yml api.yaml && echo "no difference in API schema " || exit 2
|
||||
- name: Check schema - including warnings
|
||||
run: invoke dev.schema
|
||||
continue-on-error: true
|
||||
- name: Extract version for publishing
|
||||
id: version
|
||||
if: github.ref == 'refs/heads/master' && needs.paths-filter.outputs.api == 'true'
|
||||
|
Reference in New Issue
Block a user