summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* adds changelogMaxim Rydkin2017-09-121-4/+4
* move `lib/ci/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb`Maxim Rydkin2017-09-121-0/+12
* move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin2017-09-121-0/+253
* move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin2017-09-121-0/+13
* move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb`Maxim Rydkin2017-09-121-0/+118
* move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb`Maxim Rydkin2017-09-122-2/+335
* Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into feature/gb/downl...Grzegorz Bizon2017-09-062-0/+30
|\
| * Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-041-1/+8
| |\
| * | Change CI/CD kubernetes policy keyword to `active`Grzegorz Bizon2017-09-011-1/+1
| * | Change kubernetes job policy allowed valuesGrzegorz Bizon2017-08-312-1/+9
| * | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-311-2/+6
| |\ \
| * | | Check if kubernetes required before creating a jobGrzegorz Bizon2017-08-261-6/+5
| * | | Use new complex only/except policy internal schemeGrzegorz Bizon2017-08-261-0/+4
* | | | 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
| |_|/ |/| |
* | | Add the rest of specsShinya Maeda2017-09-031-5/+7
* | | Add spec. Fix runner setting page. It worked.Shinya Maeda2017-09-031-1/+1
* | | Update application code by the db schema changeShinya Maeda2017-09-031-1/+6
| |/ |/|
* | Remove unused expressions policy from ci/cd configfeature/gb/add-complex-jobs-only-except-config-policyGrzegorz Bizon2017-08-301-19/+0
* | Simplify code for appending strategies in CI/CD configGrzegorz Bizon2017-08-301-2/+2
* | Raise exception when simplifiable ci entry incompleteGrzegorz Bizon2017-08-301-0/+4
|/
* Add specs for attributable aspect of ci config entryGrzegorz Bizon2017-08-251-1/+3
* Improve reporting of a CI/CD entry config locationGrzegorz Bizon2017-08-254-12/+10
* Simplify ci config entry validator implementationGrzegorz Bizon2017-08-251-7/+2
* Use only/except policy that returns an arrayGrzegorz Bizon2017-08-251-4/+0
* Fix CI/CD trigger policy default valueGrzegorz Bizon2017-08-251-0/+3
* Implement complex only/except policy CI/CD configGrzegorz Bizon2017-08-252-4/+28
* Make it possible to define CI/CD config strategiesGrzegorz Bizon2017-08-252-4/+52
* Use aspect-oriented design in CI/CD config entriesGrzegorz Bizon2017-08-244-7/+20
* Rename CI/CD job triggering policy class to PolicyGrzegorz Bizon2017-08-242-3/+3
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Short-circuit build coverage extraction for empty regexesNick Thomas2017-07-221-1/+1
* Fix the gcovr coverage regex by removing line separators before scanningNick Thomas2017-07-211-0/+1
* Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński2017-07-201-3/+7
|\
| * Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon2017-07-191-1/+1
| * Add a new `retry` CI/CD configuration keywordGrzegorz Bizon2017-07-171-3/+7
* | Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'Douwe Maan2017-07-191-2/+2
|/
* Pass before_script and script as-is preserving arrayspass-before-script-as-isKamil Trzcinski2017-07-071-1/+2
* Merge branch '33772-readonly-gitlab-ci-cache' into 'master'Kamil Trzciński2017-07-061-2/+12
|\
| * Introduce cache policies for CI jobsNick Thomas2017-07-051-2/+12
* | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-057-22/+7
|/
* Make entrypoint and command keys to be array of stringsTomasz Maczukin2017-07-022-3/+3
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Merge branch 'feature/add-support-for-services-configuration' into 'master'Grzegorz Bizon2017-06-145-4/+104
|\
| * Remove Gitlab::Ci::Config::Entry::DockerImageTomasz Maczukin2017-06-123-34/+23
| * Send new configuration options with job's payloadTomasz Maczukin2017-06-121-2/+9
| * Add support for docker image configuration in .gitlab-ci.ymlTomasz Maczukin2017-06-125-2/+106
* | Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-131-1/+1
* | Allow to access pipelines even if they are disabled, but only present jobs an...Kamil Trzcinski2017-06-131-0/+4
|/
* Translate project & repository pagesBob Van Landuyt2017-06-0710-20/+20