summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Make sure @stream.each_line would tag Encoding.default_externalLin Jen-Shin2017-04-171-4/+14
* | | Make sure we're giving Encoding.default_externalLin Jen-Shin2017-04-171-3/+9
* | | Update tests for the fact that we would skip one linefix-trace-seeking-readlineLin Jen-Shin2017-04-131-3/+3
* | | After Trace#limit, we seek to the next line in caseLin Jen-Shin2017-04-131-1/+21
| |/ |/|
* | Return nil as coverage instead of a File objectzj-fix-coverage-bugZ.J. van de Weg2017-04-122-7/+19
* | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński2017-04-061-0/+116
|\ \
| * | Implement a offset calculation on cron_parser_specShinya Maeda2017-04-061-1/+1
| * | Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-14/+14
| * | Separate cron_valid? and cron_time_zone_valid?Shinya Maeda2017-04-061-13/+25