Releases: shotgunsoftware/tk-multi-data-validation
Releases · shotgunsoftware/tk-multi-data-validation
v0.3.1
What's Changed
- Clean-up Azure flags by @carlos-villavicencio-adsk in #33
- Option to turn on/off auto-refresh feature by @staceyoue in #35
- Allow detail items to be multi-selected and perform bulk actions by @staceyoue in #36
- Improved error handling by @staceyoue in #34
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- New progress bar that runs during validation or fix operations by @staceyoue in #32
- New hook option to update the app based on DCC events by @staceyoue in #32
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Rebranding by @juanburgosautoglb in #30
New Contributors
- @juanburgosautoglb made their first contribution in #30
Full Changelog: v0.1.6...v0.2.0
v0.1.6
What's Changed
- Updates to developer documentation links by @shaynacohen in #25
- Update badges and include Python 3.10 by @carlos-villavicencio-adsk in #24
- Add SECURITY.md file by @carlos-villavicencio-adsk in #26
- Fix filter save/restore by @staceyoue in #27
- Add app settings for display name and dialog/panel mode by @staceyoue in #28
- Update badges by @carlos-villavicencio-adsk in #31
New Contributors
- @shaynacohen made their first contribution in #25
- @carlos-villavicencio-adsk made their first contribution in #24
Full Changelog: v0.1.5...v0.1.6
v0.1.5
2023-Jul-6
What's Changed
- Improvements to loading rule logic
- Alias Viewport not refreshed after running some fixes
Full Changelog: v0.1.4...v0.1.5
v0.1.4
2023-Feb-24
-
Fix retry attempt to resolve all rules.
- Sometimes executing a fix for a rule may introduce new errors to rules that have already been "fixed". Dependencies can be set up to avoid this issue but we will also try to be smart and attempt to retry to resolve. In the event that we retry to resolve, we need to fetch dependencies since this time around we do not have all rules available, only the error rules
-
Allow creating a notifier when creating the manager.
- Allow creating a notifier when creating the manager.
- Notifier is required to send signals from manager to the widget.
- Wrap imports that use Qt in try/except for pytests to work.
-
Only add the dependency if it is included in the settings and there is data for it.
v0.1.3
- Return specific brush for item and group item
- Return None instead of an empty list for errors
- Handle special case where rule does not have a check but does have a fix
- Fix logic for details overlay message
- Extend unit test coverage
v0.1.2
- Add abstract method that subclass must implement to sanitize values returned by check (validate) functions
- Add option to pre validate before executing a rule's fix
- Pass error data consistently to fix/action functions
- Improve error and warning messages displayed for rules
- Improve dependency handling.
- Add a hook to customize the app display
- Clean and style the overlay widget
- Show message based on if a group item is selected
- Show warning messages in details overlay
- Allow docking of the app
- Replace 'kwargs' property with 'get_kwargs' that is a function that returns dynamic dict of keyword arguments
- Modify the 'Show Details' menu action to toggle Show/Hide based on if the details is showing or not
- Add custom exception class for specific data validation errors
- Allow validate/fix rules by grouping
v0.1.1
- Improve handling resolving data validation that have dependencies
- Improve error message reporting to user
- Handle
ValidationRule
check function to return dict (in addition to object) type - Minor UI fixes
- Expose the
ValidationWidget
class through the app (or other EAF to access) - Rename hook
data_validator.py
=>data_validation.py
. - Rename app title
Scene Data Validation
=>Data Validation