Skip to content

Filtering of merge requests by deployments data

Yorick Peterse requested to merge filter-merge-requests-by-deployments into master

What does this MR do?

This adds support for filtering merge requests by the environment name and deployment times, in addition to the existing support of filtering merge requests by a deployment ID. This means you can now get merge requests that match an environment name, deployment ID, or are deployed before/after a given date and time. These filters can be combined as well.

Filtering merge requests by deployments data makes it easy to see what has been deployed, and when. In addition, you can apply all the other merge requests filters such as a list of labels to filter by.

See gitlab-com/gl-infra/delivery#1246 (closed) for more information.

Feature flag rollout issue: #267561 (closed)

Screenshots

Filtering by environment Filtering by date Filtering at the group level
env date group

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

TODO

  • Clean up finder code/WHERE EXISTS
  • Add frontend filter support (with a date/time picker?)
  • Add documentation
  • Add API parameter support
  • Add screenshots
  • Hide all this behind a feature flag
Edited by Yorick Peterse

Merge request reports