summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Remove unused expressions policy from ci/cd configfeature/gb/add-complex-jobs-only-except-config-policyGrzegorz Bizon2017-08-301-20/+0
* Raise exception when simplifiable ci entry incompleteGrzegorz Bizon2017-08-301-0/+13
* Add specs for attributable aspect of ci config entryGrzegorz Bizon2017-08-251-5/+22
* Fix Rubocop offense in CI/CD only/except policy classGrzegorz Bizon2017-08-251-1/+1
* Improve reporting of a CI/CD entry config locationGrzegorz Bizon2017-08-252-2/+2
* Use only/except policy that returns an arrayGrzegorz Bizon2017-08-251-1/+1
* Fix CI/CD trigger policy default valueGrzegorz Bizon2017-08-251-0/+6
* Add specs for a simplifiable CI/CD entry aspectGrzegorz Bizon2017-08-251-0/+75
* Implement complex only/except policy CI/CD configGrzegorz Bizon2017-08-251-0/+26
* Make it possible to define CI/CD config strategiesGrzegorz Bizon2017-08-251-31/+36
* Use aspect-oriented design in CI/CD config entriesGrzegorz Bizon2017-08-242-30/+16
* Rename CI/CD job triggering policy class to PolicyGrzegorz Bizon2017-08-241-2/+2
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-023-3/+3
* Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-254-11/+26
|\
| * Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-202-0/+46
| |\
| * | Instead of adding master, stub_not_protect_default_branchLin Jen-Shin2017-07-184-10/+16
| * | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-174-28/+85
| |\ \
| * | | Update tests due to permission changesLin Jen-Shin2017-07-044-11/+20
* | | | Upgrade the re2 gem to 1.1.0Nick Thomas2017-07-241-0/+14
* | | | Short-circuit build coverage extraction for empty regexesNick Thomas2017-07-221-0/+22
* | | | Fix the gcovr coverage regex by removing line separators before scanningNick Thomas2017-07-211-0/+7
| |_|/ |/| |
* | | Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński2017-07-201-0/+39
|\ \ \
| * | | 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-0/+39
| | |/ | |/|
* | | Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'Douwe Maan2017-07-191-0/+7
|/ /
* | Pass before_script and script as-is preserving arrayspass-before-script-as-isKamil Trzcinski2017-07-071-10/+39
* | Introduce cache policies for CI jobsNick Thomas2017-07-053-18/+46
|/
* Fix rubocop offenseschange-extended-docker-configuration-syntaxTomasz Maczukin2017-07-022-5/+5
* Make entrypoint and command keys to be array of stringsTomasz Maczukin2017-07-022-5/+5
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-6/+6
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-1415-25/+75
* Merge branch 'feature/add-support-for-services-configuration' into 'master'Grzegorz Bizon2017-06-146-65/+281
|\
| * Send new configuration options with job's payloadTomasz Maczukin2017-06-121-8/+53
| * Add support for docker image configuration in .gitlab-ci.ymlTomasz Maczukin2017-06-125-57/+228
* | Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-131-1/+8
|/
* Improve specs for pipeline and pipeline seedsGrzegorz Bizon2017-06-051-1/+1
* Add assertions about new pipeline stage in specsGrzegorz Bizon2017-06-051-0/+4
* Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-054-5/+55
|\
| * Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-312-3/+12
| |\
| | * Fix build factory specs related to protected actionsGrzegorz Bizon2017-05-311-1/+4
| | * Fix play status specs related to protected actionsGrzegorz Bizon2017-05-311-2/+8
| * | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-261-1/+42
| |\ \ | | |/
| | * Use force_encoding when regex contains UTF-8 charShinya Maeda2017-05-241-3/+3
| | * Use each_line. Avoid comparison of partial. Add UTF-8 spec.Shinya Maeda2017-05-241-0/+11
| | * Fix reverse_line from chunk basedShinya Maeda2017-05-241-0/+22
| | * ReproducedShinya Maeda2017-05-241-2/+10
| * | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
| |/
* | Fix invalid conditional in pipeline create serviceGrzegorz Bizon2017-06-021-2/+1
* | Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-022-66/+54