Commit Graph

5 Commits

Author SHA1 Message Date
Kamil Trzciński 93e9518215 Require `needs:` to be present
This changes the `needs:` logic to require
that all jobs to be present. Instead of skipping
do fail the pipeline creation if `needs:` dependency
is not found.
2019-08-13 15:07:21 +02:00
gfyoung 06892e88f5 Enable frozen string for lib/gitlab/ci
Enables frozen string for the following:

* lib/gitlab/ci/*.rb
* lib/gitlab/ci/build/**/*.rb
* lib/gitlab/ci/config/**/*.rb
* lib/gitlab/ci/pipeline/**/*.rb
* lib/gitlab/ci/reports/**/*.rb

Partially addresses #47424.
2018-10-26 16:36:42 -07:00
Grzegorz Bizon 6f20134d71 Remove legacy service for creating pipeline stages 2018-03-21 10:12:01 +01:00
Grzegorz Bizon ad61a18154 Support building all pipeline resource before saving 2018-03-21 09:53:26 +01:00
Grzegorz Bizon d16bb44726 Start building abstraction over pipeline seeds 2018-03-21 09:03:03 +01:00