pull#17
Merged
krishnaavril merged 59 commits intoJun 6, 2026
Merged
Conversation
Add support for organizing version lists under parent folders and checking for existing lists before creation. Extract helper methods for managing list folders, creating lists, and updating list items. Replace timestamp-based naming with direct list configuration.
Remove outdated TODO comment and reorganize imports alphabetically. Update class docstring to end with period.
Add support for `versionListsTemplates` instance data alongside profile-based configuration. Allow processing multiple list templates with custom template data. Replace `response.json()` calls with `response.data` for consistency across both plugins.
Skip processing lists with no version IDs. Add TODO comments for future ayon_api compatibility. Extract create_entity_list_item as a module-level function and adjust parameter order in _create_entity_list_helper.
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
…ated-in-new-list' into feature/YN-0770-csv-ingest-populated-in-new-list
… around the 1.14.0 cutoff
The collection plugin now only processes profiles and skips template formatting, delegating that to the integration plugin. The integration plugin now handles all template formatting for list names and parent folders before creating or updating lists.
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
Remove unused imports from typing The `Any` and `Generator` imports are no longer used in this module.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Move the existing version lists check before profile lookup to exit early if lists are already present, avoiding unnecessary profile retrieval.
The default_factory approach is more explicit and avoids potential issues with mutable defaults.
- Add early continue if version_lists is empty to avoid redundant checks - Rename template_keys to template_data for clarity since it contains data for template formatting, not just keys
…ated-in-new-list' into feature/YN-0770-csv-ingest-populated-in-new-list
When a review is successfully uploaded, mark the instance with hasWebreview. Skip adding versions to review-session lists if no webreview was created for that instance.
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
…flow_host Add Extract Thumbnail to workflow host
…oduct_base_types_2 Load placeholders filter on product base types
…ted-in-new-list Integrate published versions into AYON entity lists
e51cdd7
into
LittleBlackStarVisualEffects:releases
4 of 8 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changelog Description
Paragraphs contain detailed information on the changes made to the product or service, providing an in-depth description of the updates and enhancements. They can be used to explain the reasoning behind the changes, or to highlight the importance of the new features. Paragraphs can often include links to further information or support documentation.
Additional info
Paragraphs of text giving context of additional technical information or code examples.
Testing notes: