gitlab-org--gitlab-foss/app/models/concerns/ci
Grzegorz Bizon 552a32c015 Extract scoped CI/CD variables to a separate concern
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-02 21:03:41 +01:00
..
contextable.rb Extract scoped CI/CD variables to a separate concern 2019-03-02 21:03:41 +01:00
metadatable.rb Extract processable metadata to a separate concern 2019-01-29 12:46:50 +01:00
processable.rb Require scoped variables for a CI/CD processable entity 2019-03-02 14:59:43 +01:00