summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | Ignore job by default if it is a manual actionGrzegorz Bizon2017-03-063-0/+83
| * | Fix specs for detailed statuses for manual actionsGrzegorz Bizon2017-03-061-2/+2
| |/
* | No need to set cache:key if no path was specifiedLin Jen-Shin2017-03-032-6/+3
* | Only test against the default key, feedback:Lin Jen-Shin2017-03-031-3/+2
* | Restore Unspecified and we could discuss laterLin Jen-Shin2017-03-031-0/+32
* | Set default cache key for jobs, detail:Lin Jen-Shin2017-03-027-38/+30
|/
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-2331-169/+169
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-2332-175/+175
* Fix new offensesDouwe Maan2017-02-233-8/+8
* Enable Style/WordArrayDouwe Maan2017-02-234-12/+12
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-2332-167/+167
* Fix code for copsDouwe Maan2017-02-233-8/+8
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-233-3/+3
* Enable Style/DotPositionDouwe Maan2017-02-2331-161/+161
* Remove coverage entry from global CI/CD optionsGrzegorz Bizon2017-02-041-6/+6
* Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan2017-02-023-6/+79
|\
| * Make more code improvements around the '/' stripping logicLeandro Camargo2017-01-252-3/+3
| * Force coverage value to always be surrounded by '/'Leandro Camargo2017-01-251-11/+6
| * Improve specs styles/organization and add some more specsLeandro Camargo2017-01-252-13/+30
| * Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-251-7/+7
| * Add specs to cover the implemented feature and fix a small bugLeandro Camargo2017-01-253-5/+66
* | Merge branch '25910-convert-manual-action-icons-to-svg-to-propperly-position-...Kamil Trzciński2017-01-314-4/+4
|\ \
| * | Fix broken testsFilipa Lacerda2017-01-254-4/+4
| |/
* | Make sure TraceReader uses Encoding.default_externalfix-trace-reader-encodingLin Jen-Shin2017-01-261-2/+14
|/