summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Return stage seeds object from YAML processorGrzegorz Bizon2017-05-311-0/+4
* | Refine pipeline stages seeds classGrzegorz Bizon2017-05-312-47/+62
* | Add stage seed class that represents attributesGrzegorz Bizon2017-05-301-0/+47
|/
* Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński2017-05-152-2/+10
|\
| * Allow numeric values in gitlab-ci.ymlblackst0ne2017-05-072-2/+10
* | Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* | Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński2017-05-064-41/+117
|\ \
| * | Add specs for extended status for manual actionsGrzegorz Bizon2017-05-051-0/+56
| * | Refine inheritance model of extended CI/CD statusesGrzegorz Bizon2017-05-052-6/+2
| * | Introduce generic manual action extended status classGrzegorz Bizon2017-05-052-37/+31
| * | Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-052-9/+90
| |\ \
| * \ \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-032-5/+5
| |\ \ \
| * | | | Extend action tooltop to show info about abilitiesGrzegorz Bizon2017-05-012-30/+37
| * | | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-221-5/+60
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-134-52/+545
| |\ \ \ \
| * | | | | Fix detailed build status specs for manual actionsGrzegorz Bizon2017-04-131-1/+1
| * | | | | Fix specs for build status factory and manual statusGrzegorz Bizon2017-04-061-1/+16
| * | | | | Do not show play action if user not allowed to run itGrzegorz Bizon2017-04-061-2/+10
* | | | | | Real time pipeline show actionZeger-Jan van de Weg2017-05-062-0/+33
| |_|_|_|/ |/| | | |
* | | | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+11
* | | | | Fix lazy error handling of cron parserDosuken shinya2017-05-031-9/+79
| |_|_|/ |/| | |
* | | | Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-012-5/+5
| |_|/ |/| |
* | | Just enforce the output encoding for Ansi2htmlLin Jen-Shin2017-04-181-1/+20
* | | Set the encoding in c'tor and explain why it's finefix-trace-encodingLin Jen-Shin2017-04-171-1/+1
* | | Restore nil for streamLin Jen-Shin2017-04-171-1/+1
* | | Only set the encoding before passing to Ansi2htmlLin Jen-Shin2017-04-171-7/+7