Commit Graph

12 Commits

Author SHA1 Message Date
GitLab Bot 92849dc177 Add latest changes from gitlab-org/gitlab@master 2023-11-24 15:12:40 +00:00
GitLab Bot 34a59635a9 Add latest changes from gitlab-org/gitlab@master 2023-11-16 09:13:14 +00:00
GitLab Bot 3f9e76c30f Add latest changes from gitlab-org/gitlab@master 2023-11-15 15:14:09 +00:00
GitLab Bot ed50918678 Add latest changes from gitlab-org/gitlab@master 2022-11-02 12:11:04 +00:00
GitLab Bot cdda3d117c Add latest changes from gitlab-org/gitlab@master 2022-06-08 12:08:46 +00:00
GitLab Bot 56c37d6e4b Add latest changes from gitlab-org/gitlab@master 2021-10-22 15:19:11 +00:00
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