summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* Send new configuration options with job's payloadTomasz Maczukin2017-06-121-2/+9
* Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+6
* Fix after_script processing for Runners APIv4Tomasz Maczukin2017-03-231-7/+2
* Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-072-18/+7
* Add some fixes and refactoring after reviewTomasz Maczukin2017-03-024-64/+90
* Fix rubocop offensesTomasz Maczukin2017-03-021-3/+3
* Update step data namingTomasz Maczukin2017-03-021-12/+10
* Fix rubocop offensesTomasz Maczukin2017-03-022-2/+2
* Refactor JobRequest response structureTomasz Maczukin2017-03-022-0/+66
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Stylistic tweaksDouwe Maan2017-02-231-2/+2
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Add Gitlab::Ci::Build::Credentials module with build credentials abstractionTomasz Maczukin2016-11-214-16/+64
* Send credentials array with build dataTomasz Maczukin2016-11-211-0/+16
* Enable Style/WhileUntilDo rubocop style copstyle/enable-while-until-do-rubocop-style-copGrzegorz Bizon2016-05-301-1/+1
* Add method that calculates total size for artifacts subfolderci/recursive-artifacts-entriesKamil Trzcinski2016-01-202-3/+12