summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Change from double click to single click to open dropdownch-test-2Clement Ho2017-06-064-5/+55
* 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
| * | Dry up next_time_from. Move cron_parser_spec to appropriate location.Shinya Maeda2017-04-061-0/+104
| |/
* | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-063-52/+417
|/
* Merge branch '12818-expose-simple-cicd-status-endpoints-with-status-serialize...Kamil Trzciński2017-03-279-0/+41
|\
| * Revert adding favicon to extended statuses. Change extended statues specs to ...Shinya Maeda2017-03-233-11/+1
| * Fix unchanged structure. Add favicon for 'failed_allowed' and 'success_warnin...Shinya Maeda2017-03-232-0/+10
| * Add favicon spec for factory_specShinya Maeda2017-03-231-0/+9
| * Add spec for spec/lib/gitlab/ci/statusShinya Maeda2017-03-238-0/+32
* | Fix after_script processing for Runners APIv4Tomasz Maczukin2017-03-231-1/+1
|/
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-2/+2
* Add specs for an extended blocked pipeline statusfeature/gb/verbosify-blocked-pipeline-statusGrzegorz Bizon2017-03-081-0/+42
* Adjust specs for core pipeline detailed statusesGrzegorz Bizon2017-03-081-2/+24
* Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-072-0/+106
|\
| * Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-072-22/+43
| * Fix rubocop offensesTomasz Maczukin2017-03-062-2/+2
| * Add some fixes and refactoring after reviewTomasz Maczukin2017-03-022-0/+85
* | Merge remote-tracking branch 'upstream/master' into set-default-cache-key-for...Lin Jen-Shin2017-03-0714-35/+119
|\ \
| * | Improve specs for detailed statuses with manual actionsGrzegorz Bizon2017-03-0611-33/+34