cloud-pipeline
cloud-pipeline copied to clipboard
Issue #2757: [API] Runs filter by tags
The current PR provides implementation for issue #2757
This PR implements an ability to filter runs by tags via POST /run/filter method:
- a new field
tagsadded toPOST /run/filterrequest body - a new db index added for pipeline_run table for tags jsonb column