summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Improves support for long build traces:Filipa Lacerda2017-04-181-1/+1
* Use &. because rubocop. Seriously I don't think this makes senseLin Jen-Shin2017-04-181-1/+1
* Just enforce the output encoding for Ansi2htmlLin Jen-Shin2017-04-181-10/+3
* Set the encoding in c'tor and explain why it's finefix-trace-encodingLin Jen-Shin2017-04-171-8/+8
* Only set the encoding before passing to Ansi2htmlLin Jen-Shin2017-04-172-5/+8
* Don't try to read if there's no traceLin Jen-Shin2017-04-171-0/+2
* Make sure @stream.each_line would tag Encoding.default_externalLin Jen-Shin2017-04-171-0/+2
* Make sure we're giving Encoding.default_externalLin Jen-Shin2017-04-171-2/+2
* Don't seek at all if the log is small anywayLin Jen-Shin2017-04-131-5/+3
* After Trace#limit, we seek to the next line in caseLin Jen-Shin2017-04-131-0/+1
* Return nil as coverage instead of a File objectzj-fix-coverage-bugZ.J. van de Weg2017-04-121-1/+4
* Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński2017-04-061-0/+34
|\
| * Improve instantiate recursion in cron_parser.rbShinya Maeda2017-04-061-2/+2
| * Add empty line in cron_parser.rbShinya Maeda2017-04-061-1/+1
| * Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-7/+7
| * Ommit begin block in try_parse_cronShinya Maeda2017-04-061-5/+3
| * Separate cron_valid? and cron_time_zone_valid?Shinya Maeda2017-04-061-4/+6
| * Dry up next_time_from. Move cron_parser_spec to appropriate location.Shinya Maeda2017-04-061-5/+1
| * Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-061-0/+38
* | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-063-50/+255
|/
* Merge branch '12818-expose-simple-cicd-status-endpoints-with-status-serialize...Kamil Trzciński2017-03-279-0/+36
|\
| * Revert adding favicon to extended statuses. Change extended statues specs to ...Shinya Maeda2017-03-232-8/+0
| * Fix unchanged structure. Add favicon for 'failed_allowed' and 'success_warnin...Shinya Maeda2017-03-232-0/+8
| * Add spec for spec/lib/gitlab/ci/statusShinya Maeda2017-03-231-0/+4
| * Roolback unneccesary changesShinya Maeda2017-03-231-1/+1
| * Remove def favicon from extended statusShinya Maeda2017-03-232-8/+0
| * change favicon nameShinya Maeda2017-03-239-9/+9
| * Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda2017-03-231-0/+4
| * Add api points for ci cd status. Add favicon.Shinya Maeda2017-03-239-0/+36
* | Fix after_script processing for Runners APIv4Tomasz Maczukin2017-03-231-7/+2
|/
* Verbosify blocked pipeline status descriptionGrzegorz Bizon2017-03-082-1/+25
* Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-072-0/+79
|\
| * Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-072-18/+7
| * Add some fixes and refactoring after reviewTomasz Maczukin2017-03-024-64/+90
| * Fix rubocop offensesTomasz Maczukin2017-03-021-3/+3
| * Update step data namingTomasz Maczukin2017-03-021-12/+10
| * Fix rubocop offensesTomasz Maczukin2017-03-022-2/+2
| * Refactor JobRequest response structureTomasz Maczukin2017-03-022-0/+66
* | Merge remote-tracking branch 'upstream/master' into set-default-cache-key-for...Lin Jen-Shin2017-03-074-25/+29
|\ \
| * | Improve specs for detailed statuses with manual actionsGrzegorz Bizon2017-03-062-24/+0
| * | Ignore job by default if it is a manual actionGrzegorz Bizon2017-03-061-1/+10
| * | Reinstitute a core `manual` status for manual actionsGrzegorz Bizon2017-03-061-3/+3
| * | Introduce core status for blocked manual actionsGrzegorz Bizon2017-03-061-3/+3
| * | Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-4/+0
| * | Make manual actions blockingKamil Trzcinski2017-03-062-0/+23
| |/
* | No need to set cache:key if no path was specifiedLin Jen-Shin2017-03-031-4/+0
* | Restore Unspecified and we could discuss laterLin Jen-Shin2017-03-033-20/+26
* | Fix tests for added default cache keyLin Jen-Shin2017-03-031-2/+12
* | Set default cache key for jobs, detail:Lin Jen-Shin2017-03-026-24/+32
|/
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-014-4/+4