Allow sorting and filtering pipelines for pipeline schedule
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
What does this MR do and why?
Allow sorting and filtering pipelines for pipeline schedule
References
Filtering and sorting for pipeline schedule id ... (#369095)
Screenshots or screen recordings
No UI changes, API only
How to set up and validate locally
- Create a project with a
.gitlab-ci.yml
- Create a pipeline schedule
- Trigger the schedule multiple times
- Use https://docs.gitlab.com/api/pipeline_schedules/#get-all-pipelines-triggered-by-a-pipeline-schedule and try passing some of the new parameters. I tested with
sort
and expect the others to work fine as I'm re-using the existing finder
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #369095
Edited by Niklas van Schrick