Skip to content

Filter deployments using the environment & status

Yorick Peterse requested to merge deployments-api-filters into master

What does this MR do?

This adds support to DeploymentsFinder and the deployments API for filtering deployments using an environment name and/or deployment status. This for example allows one to get all successful deployments for the "production" environment, without having to filter out deployments manually.

Does this MR meet the acceptance criteria?

Conformity

Merge request reports