-
Notifications
You must be signed in to change notification settings - Fork 12
🏛️Product base types: add support for product base types in API #255
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
Merged
iLLiCiTiT
merged 32 commits into
develop
from
enhancement/254-product-base-types-add-support
Nov 18, 2025
Merged
Changes from 5 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b8e1050
:sparkles: add support for product base types
antirotor 1eeae55
:bug: remove the stray character in comment
antirotor 4d83ab8
:sparkles: add `productBaseType` to PRODUCT_FIELDS
antirotor ceff641
:recycle: better handling of product base type in entity operations
antirotor e3bc2c5
:sparkles: add product base type getters to init and linting
antirotor 3a96dd6
fix used function to create query
iLLiCiTiT cb4a9f9
remove unnecessary 'get_product_base_type_names' function
iLLiCiTiT 07bcdb3
Merge branch 'develop' into enhancement/254-product-base-types-add-su…
antirotor 67c4557
remove functions that are not needed
iLLiCiTiT 6813200
remove 'get_product_base_type_names' again
iLLiCiTiT 44d139a
remove 'get_product_base_types' from '_api'
iLLiCiTiT 819a69f
remove icon and color from product base types fields
iLLiCiTiT 26a3f84
remove unused 'ProductBaseTypeDict'
iLLiCiTiT 937ada3
remove 'productBaseType' fields handling
iLLiCiTiT 7d63720
handle 'productBaseType' field if passed in as is
iLLiCiTiT 0691d8e
remove 'get_product_base_types'
iLLiCiTiT 7d984af
added base of product base type support logic
iLLiCiTiT 818e762
implement product base type handling in entity hub
iLLiCiTiT a52c1f9
added product base type to products api methods
iLLiCiTiT 3dae224
change order of product_base_type argument
iLLiCiTiT 82291c6
change one more argument order
iLLiCiTiT 7c83f11
remove unused import
iLLiCiTiT 072bef1
:recycle: add check and more support in graphql
antirotor 16551af
Merge branch 'develop' into enhancement/254-product-base-types-add-su…
antirotor 0965474
Merge remote-tracking branch 'origin/develop' into enhancement/254-pr…
antirotor 735de48
Merge remote-tracking branch 'origin/enhancement/254-product-base-typ…
antirotor 10e49d7
:recycle: add server version for product base types
antirotor 5c04bad
Update ayon_api/operations.py
antirotor daef6b9
rename 'product_base_type_supported' to 'is_product_base_type_supported'
iLLiCiTiT da9c871
add 'productBaseType' only if is supported
iLLiCiTiT dae95dd
raise error if product base type is not supported but is passed in
iLLiCiTiT 9d31f0e
Merge branch 'develop' into enhancement/254-product-base-types-add-su…
iLLiCiTiT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.