summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/build/step.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+0
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+13
|
* Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-041-3/+3
|
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil TrzciƄski2019-01-041-1/+0
| | | | | | | | | | | These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
* Enable frozen string for lib/gitlab/cigfyoung2018-10-261-0/+2
| | | | | | | | | | | | 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.
* Remove Ci::Build#timeoutTomasz Maczukin2018-03-281-2/+2
|
* Pass before_script and script as-is preserving arrayspass-before-script-as-isKamil Trzcinski2017-07-071-1/+2
|
* Fix after_script processing for Runners APIv4Tomasz Maczukin2017-03-231-7/+2
|
* Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-071-16/+6
|
* Add some fixes and refactoring after reviewTomasz Maczukin2017-03-021-0/+56