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-05-24Resolve static analysys. Use until instead of negative whileShinya Maeda
2017-05-24Adopt ayufan scriptShinya Maeda
2017-05-24put force_encoding in def reverse_lineShinya Maeda
2017-05-24Append gurad clause. remove unless debris.emptyShinya Maeda
2017-05-24Avoid tap. Use unless&empty.Shinya Maeda
2017-05-24Improve calc_read_sizeShinya Maeda
2017-05-24Optimize reverse_lineShinya Maeda
2017-05-24much betterShinya Maeda
2017-05-24Refer reverse_line from read_last_linesShinya Maeda
2017-05-24Use force_encoding(regex.encoding)Shinya Maeda
2017-05-24Use force_encoding when regex contains UTF-8 charShinya Maeda
2017-05-24Use each_line. Avoid comparison of partial. Add UTF-8 spec.Shinya Maeda
2017-05-24Fix reverse_line from chunk basedShinya Maeda
2017-05-24Fix while trueShinya Maeda
2017-05-24Add reverse_lineShinya Maeda
2017-05-15Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński
2017-05-10Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler from...Dosuken shinya
2017-05-07Allow numeric values in gitlab-ci.ymlblackst0ne
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński
2017-05-06Real time pipeline show actionZeger-Jan van de Weg
2017-05-05Refine inheritance model of extended CI/CD statusesGrzegorz Bizon
2017-05-05Introduce generic manual action extended status classGrzegorz Bizon
2017-05-05Use update build policy instead of new play policyGrzegorz Bizon
2017-05-05Merge commit '3a2b60f7' from 'master'Grzegorz Bizon
2017-05-04Add artifact file page that uses the blob viewerDouwe Maan
2017-05-03Fix lazy error handling of cron parserDosuken shinya
2017-05-01Extend action tooltop to show info about abilitiesGrzegorz Bizon
2017-04-22Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon
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-13Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon
2017-04-12Use build policy to determine if user can play buildGrzegorz Bizon
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-06Do not show play action if user not allowed to run itGrzegorz Bizon
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