Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-18Improves support for long build traces:Filipa Lacerda
2017-04-18Use &. because rubocop. Seriously I don't think this makes senseLin Jen-Shin
2017-04-18Just enforce the output encoding for Ansi2htmlLin Jen-Shin
2017-04-17Set the encoding in c'tor and explain why it's fineLin Jen-Shin
2017-04-17Only set the encoding before passing to Ansi2htmlLin Jen-Shin
2017-04-17Don't try to read if there's no traceLin Jen-Shin
2017-04-17Make sure @stream.each_line would tag Encoding.default_externalLin Jen-Shin
2017-04-17Make sure we're giving Encoding.default_externalLin Jen-Shin
2017-04-13Don't seek at all if the log is small anywayLin Jen-Shin
2017-04-13After Trace#limit, we seek to the next line in caseLin Jen-Shin
2017-04-12Return nil as coverage instead of a File objectZ.J. van de Weg
2017-04-06Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-04-06Improve instantiate recursion in cron_parser.rbShinya Maeda
2017-04-06Add empty line in cron_parser.rbShinya Maeda
2017-04-06Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda
2017-04-06Ommit begin block in try_parse_cronShinya Maeda
2017-04-06Separate cron_valid? and cron_time_zone_valid?Shinya Maeda
2017-04-06Dry up next_time_from. Move cron_parser_spec to appropriate location.Shinya Maeda
2017-04-06Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda
2017-03-27Merge branch '12818-expose-simple-cicd-status-endpoints-with-status-serialize...Kamil Trzciński
2017-03-23Fix after_script processing for Runners APIv4Tomasz Maczukin
2017-03-23Revert adding favicon to extended statuses. Change extended statues specs to ...Shinya Maeda
2017-03-23Fix unchanged structure. Add favicon for 'failed_allowed' and 'success_warnin...Shinya Maeda
2017-03-23Add spec for spec/lib/gitlab/ci/statusShinya Maeda
2017-03-23Roolback unneccesary changesShinya Maeda
2017-03-23Remove def favicon from extended statusShinya Maeda
2017-03-23change favicon nameShinya Maeda
2017-03-23Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda
2017-03-23Add api points for ci cd status. Add favicon.Shinya Maeda
2017-03-08Verbosify blocked pipeline status descriptionGrzegorz Bizon
2017-03-07Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński
2017-03-07Add minor refactoringTomasz Maczukin
2017-03-07Merge remote-tracking branch 'upstream/master' into set-default-cache-key-for...Lin Jen-Shin
2017-03-06Improve specs for detailed statuses with manual actionsGrzegorz Bizon
2017-03-06Ignore job by default if it is a manual actionGrzegorz Bizon
2017-03-06Reinstitute a core `manual` status for manual actionsGrzegorz Bizon
2017-03-06Introduce core status for blocked manual actionsGrzegorz Bizon
2017-03-06Refactor code related to pipeline blocking actionsGrzegorz Bizon
2017-03-06Make manual actions blockingKamil Trzcinski
2017-03-03No need to set cache:key if no path was specifiedLin Jen-Shin
2017-03-03Restore Unspecified and we could discuss laterLin Jen-Shin
2017-03-02Add some fixes and refactoring after reviewTomasz Maczukin
2017-03-02Fix rubocop offensesTomasz Maczukin
2017-03-02Update step data namingTomasz Maczukin
2017-03-02Fix rubocop offensesTomasz Maczukin
2017-03-02Refactor JobRequest response structureTomasz Maczukin
2017-03-02Fix tests for added default cache keyLin Jen-Shin
2017-03-02Set default cache key for jobs, detail:Lin Jen-Shin
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern