Commit graph

6 commits

Author SHA1 Message Date
Francisco Javier López
6ee1d8cf77 Add port section to CI Image object
In order to implement https://gitlab.com/gitlab-org/gitlab-ee/issues/10179
we need several modifications on the CI config file. We are
adding a new ports section in the default Image object.

Each of these ports will accept: number, protocol and name.

By default this new configuration will be only enabled in
the Web IDE config file.
2019-04-03 09:50:54 +00: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
Jacopo
181cd299f9 Adds Rubocop rule for line break after guard clause
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-11-16 17:58:29 +01:00
Tomasz Maczukin
c70e9f2ed1
Send new configuration options with job's payload 2017-06-12 12:58:35 +02:00
Tomasz Maczukin
32b09b8847
Add minor refactoring 2017-03-07 12:30:34 +01:00
Tomasz Maczukin
5c1aa5fb65
Add some fixes and refactoring after review 2017-03-02 17:48:00 +01:00