summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/build
Commit message (Expand)AuthorAgeFilesLines
* Disable JIT resource creation for project clusters60500-disable-jit-kubernetes-resource-creation-for-project-level-clustersTiger2019-04-161-1/+3
* Allow to use untrusted Regexp via feature flagKamil Trzciński2019-04-041-1/+1
* Add port section to CI Image objectFrancisco Javier López2019-04-032-1/+41
* Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot2019-04-021-2/+2
|\
| * Make CI refs matching to to use UntrustedRegexpKamil Trzciński2019-03-151-2/+2
* | Don't recreate Kubernetes namespaces if they existTiger2019-03-202-7/+9
* | Create one Kubernetes namespace for a deploymentTiger2019-03-202-17/+7
* | Add build prerequisite for Kubernetes namespacesTiger2019-03-202-1/+49
* | Create framework for build prerequisitesTiger2019-03-202-0/+60
* | Run rubocop -aNick Thomas2019-03-131-1/+1
|/
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-062-2/+2
* Add suffix for merge request eventShinya Maeda2019-03-011-2/+6
* Support `only: changes:` on MR pipelinesHiroyuki Sato2019-02-131-1/+1
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-1/+0
* Fix MR pipelines run on only: refexShinya Maeda2018-12-111-4/+8
* Add glob for CI changes detectionKirill Zaitsev2018-11-151-1/+1
* Enable frozen string for lib/gitlab/cigfyoung2018-10-2615-0/+30
* Merge branch 'sh-pages-eof-error' into 'master'Grzegorz Bizon2018-10-231-2/+5
|\
| * Fix EOF detection with CI artifacts metadataStan Hu2018-10-181-2/+5
* | Make all legacy security reports to use raw formatuse-raw-file-formatKamil Trzciński2018-10-163-46/+75
|/
* Add frozen strong literal directive to policy changes classGrzegorz Bizon2018-10-021-0/+2
* Match a dot in paths configured for only: changesGrzegorz Bizon2018-10-021-1/+3
* Add only/except pipeline build policy for `changes`Grzegorz Bizon2018-10-021-0/+21
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Squashed commit of the following:Shinya Maeda2018-08-021-0/+46
* Access metadata directly from Object StorageKamil Trzciński2018-07-091-4/+15
* Fix build variables policy after renaming methodsGrzegorz Bizon2018-03-301-1/+1
* Merge branch 'master' into 'feature/gb/variables-expressions-in-only-except'Grzegorz Bizon2018-03-291-2/+2
|\
| * Remove Ci::Build#timeoutTomasz Maczukin2018-03-281-2/+2
* | Decouple build variables from persisted environmentGrzegorz Bizon2018-03-271-2/+1
* | Expose evaluable variables method from build objectGrzegorz Bizon2018-03-231-3/+2
* | Integrate build seeds with variables expressions policyGrzegorz Bizon2018-03-234-5/+5
* | Integration variables collections with expressionsGrzegorz Bizon2018-03-231-1/+5
* | Integrate variables policy with new pipeline servicesGrzegorz Bizon2018-03-234-4/+4
* | Add support for checking attributes in build policiesGrzegorz Bizon2018-03-014-5/+5
* | Add build policy for pipeline expressionsGrzegorz Bizon2018-02-281-0/+22
|/
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-163-0/+5
* Raise exception when initializing unknown policyGrzegorz Bizon2017-09-181-5/+1
* Do not pass project path from YAML processorGrzegorz Bizon2017-09-183-9/+9
* Simplify pipeline source policy pattern matchingGrzegorz Bizon2017-09-181-9/+2
* Add specs for CI/CD job policy refs specificationGrzegorz Bizon2017-09-181-1/+1
* Remove YAML processor refactoring stubs and fix specsGrzegorz Bizon2017-09-181-1/+1
* Extract job refs policy specs into separate classGrzegorz Bizon2017-09-181-0/+50
* Use CI/CD job policy specification in YAML processorGrzegorz Bizon2017-09-182-3/+19
* Implement CI/CD kubernetes policy specificationGrzegorz Bizon2017-09-182-0/+47
* Remove unneeded string interpolation from entry classGrzegorz Bizon2017-09-061-1/+1
* Extract a class that represents artifacts file pathGrzegorz Bizon2017-09-052-122/+173
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Pass before_script and script as-is preserving arrayspass-before-script-as-isKamil Trzcinski2017-07-071-1/+2