summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński2017-05-0610-28/+36
|\
| * Refine inheritance model of extended CI/CD statusesGrzegorz Bizon2017-05-059-32/+16
| * Introduce generic manual action extended status classGrzegorz Bizon2017-05-053-6/+26
| * Use update build policy instead of new play policyGrzegorz Bizon2017-05-051-1/+1
| * Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-052-2/+23
| |\
| * | Extend action tooltop to show info about abilitiesGrzegorz Bizon2017-05-011-1/+5
| * | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-221-9/+8
| |\ \
| * \ \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-134-50/+292
| |\ \ \
| * | | | Use build policy to determine if user can play buildGrzegorz Bizon2017-04-121-1/+1
| * | | | Do not show play action if user not allowed to run itGrzegorz Bizon2017-04-061-1/+1
* | | | | Real time pipeline show actionZeger-Jan van de Weg2017-05-062-0/+34
| |_|_|/ |/| | |
* | | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+6
* | | | Fix lazy error handling of cron parserDosuken shinya2017-05-031-2/+17
| |_|/ |/| |
* | | 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