Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-29Fix CI_COMMIT_REF_NAME and SLUG variableShinya Maeda
With Pipelines for Merge Requests feature, users cannout keep using $CI_COMMIT_REF_NAME and _SLUG predefined variables for dynamic environments. We fix this problem by explicitly looking at the source ref.
2019-03-02Extract scoped CI/CD variables to a separate concernGrzegorz Bizon
This commits extract code responsible for calculating essential CI/CD variables to a separate concern. This makes it possible to share this code between a `Ci::Build` and a `Ci::Bridge`. We might want to refactor this to use composition instead of inheritance.
2019-03-02Move ref slug helper to HasRef moduleGrzegorz Bizon
2019-01-25Extract common `when` code between CI/CD processablesGrzegorz Bizon
2019-01-25Implement default `when` for bridge jobs as `on_success`Grzegorz Bizon
2019-01-25Use generic commit status as a tmp partial for a bridgeGrzegorz Bizon
2019-01-25Make CI/CD bridge job a pipeline processable entityGrzegorz Bizon
2019-01-25Connect CI/CD bridge jobs to trigger requests tooGrzegorz Bizon
2018-12-12Simplify CI/CD bridge classGrzegorz Bizon
2018-12-12Add basic implementation of CI/CD bridge jobGrzegorz Bizon