Skip to content

Add branch status tasks

Robert Speicher requested to merge rs-security-build-status into master

Closes https://gitlab.com/gitlab-org/release/framework/issues/159


9daa5d1d - Add Versions class

This extracts all of the methods from the SecurityPreparationService class in order to make them more reusable.

9e7f9a2a - Add BranchStatus class

This class can be used to fetch the dev.gitlab.org pipeline status for a specified version across all of our relevant projects.

This will be useful for example during a security release where we often need to check the build status of 3 stable branches across at least three different projects.

342a118e - Add ChatOps notification for branch status

58397714 - Add Rake tasks for branch status


Security output:

image

Specific version output:

image

Edited by Robert Speicher

Merge request reports