mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
- Added InputOutputValidationException to represent Inputs/Outputs validation issues and added handler to it in ErrorsController - Added support for throwing multiple constraint violations for the same input - Added support for throwing multiple constraints at MultiselectInput - Refactored exception handling at FlowInputOutput - Added merge() function to combine constraint violation messages and added test for it at InputsTest - Fixed the failed tests