summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gitaly-init-default' into 'master'Douwe Maan2017-05-291-0/+2
|\
| * Duplicate gitaly init variables in 'default' fileJacob Vosmaer2017-05-261-0/+2
* | Merge branch 'dm-dependency-value-regex' into 'master'Grzegorz Bizon2017-05-262-5/+5
|\ \
| * | Don't allow spaces in dependency linker value regexDouwe Maan2017-05-252-5/+5
* | | Merge branch '31459-fix-transient-error-caused-by-small-timeout-also-adapt-te...Grzegorz Bizon2017-05-261-8/+9
|\ \ \
| * | | Move helpers to spec file, use const's instead of helper methodsPawel Chojnacki2017-05-251-8/+4
| * | | Fix transient CI errors by increasing command execution timeouts from 1s to 30sPawel Chojnacki2017-05-171-5/+10
* | | | Merge branch '31448-jira-urls' into 'master'Grzegorz Bizon2017-05-261-1/+7
|\ \ \ \
| * | | | Add API URL to JIRA settings31448-jira-urlsJarka Kadlecova2017-05-261-1/+7
| | |_|/ | |/| |
* | | | Merge branch 'diffcollection-no-restarts' into 'master'Douwe Maan2017-05-261-18/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Use the iterator inside DiffCollection only onceJacob Vosmaer2017-05-241-18/+21
* | | | Merge branch '31556-ci-coverage-paralel-rspec' into 'master'Kamil TrzciƄski2017-05-261-23/+28
|\ \ \ \
| * | | | Resolve static analysys. Use until instead of negative whileShinya Maeda2017-05-251-2/+2
| * | | | Adopt ayufan scriptShinya Maeda2017-05-241-12/+13
| * | | | put force_encoding in def reverse_lineShinya Maeda2017-05-241-3/+3
| * | | | Append gurad clause. remove unless debris.emptyShinya Maeda2017-05-241-1/+3
| * | | | Avoid tap. Use unless&empty.Shinya Maeda2017-05-241-7/+5
| * | | | Improve calc_read_sizeShinya Maeda2017-05-241-6/+2
| * | | | Optimize reverse_lineShinya Maeda2017-05-241-12/+13
| * | | | much betterShinya Maeda2017-05-241-7/+1
| * | | | Refer reverse_line from read_last_linesShinya Maeda2017-05-241-22/+7
| * | | | Use force_encoding(regex.encoding)Shinya Maeda2017-05-241-2/+2
| * | | | Use force_encoding when regex contains UTF-8 charShinya Maeda2017-05-241-1/+1
| * | | | Use each_line. Avoid comparison of partial. Add UTF-8 spec.Shinya Maeda2017-05-241-5/+3
| * | | | Fix reverse_line from chunk basedShinya Maeda2017-05-241-2/+17
| * | | | Fix while trueShinya Maeda2017-05-241-13/+8
| * | | | Add reverse_lineShinya Maeda2017-05-241-1/+21
* | | | | Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher2017-05-257-41/+76
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Address feedbackDouwe Maan2017-05-251-1/+1
| * | | | Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-233-31/+57
| * | | | Clean up diff renderingDouwe Maan2017-05-231-0/+2
| * | | | Rename Diff::File {old,new}_ref to {old,new}_shaDouwe Maan2017-05-232-7/+7
| * | | | Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan2017-05-233-8/+15
* | | | | Merge branch '32851-fix-postgres-9-1' into 'master'Douwe Maan2017-05-251-1/+34
|\ \ \ \ \
| * | | | | Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas2017-05-251-1/+34
* | | | | | Merge branch '32748-emails-are-being-sent-with-the-wrong-language' into 'master'Douwe Maan2017-05-252-7/+28
|\ \ \ \ \ \
| * | | | | | Bugfix: Always use the default language when generating emails.32748-emails-are-being-sent-with-the-wrong-languageRuben Davila2017-05-252-7/+28
* | | | | | | Merge branch 'dm-more-dependency-linkers' into 'master'Grzegorz Bizon2017-05-2515-60/+350
|\ \ \ \ \ \ \
| * | | | | | | Add regexp_for_value helper methoddm-more-dependency-linkersDouwe Maan2017-05-253-40/+25
| * | | | | | | Cartfile git and binary methods cannot take a GitHub repoDouwe Maan2017-05-251-8/+2
| * | | | | | | Autolink package names in requirements.txtDouwe Maan2017-05-232-0/+18
| * | | | | | | Autolink package names in Godeps.jsonDouwe Maan2017-05-232-0/+27
| * | | | | | | Autolink package names in CartfileDouwe Maan2017-05-232-0/+21
| * | | | | | | Autolink package names in podspec.jsonDouwe Maan2017-05-232-0/+33
| * | | | | | | Autolink package names in podspecDouwe Maan2017-05-232-0/+25
| * | | | | | | Autolink package names in PodfileDouwe Maan2017-05-233-0/+26
| * | | | | | | Autolink package names in composer.jsonDouwe Maan2017-05-232-0/+19
| * | | | | | | Autolink package names in package.jsonDouwe Maan2017-05-234-0/+112
| * | | | | | | Autolink package names in gemspecDouwe Maan2017-05-232-1/+20
| * | | | | | | Refactor DependencyLinker::BaseLinkerDouwe Maan2017-05-233-59/+70
| | |_|/ / / / | |/| | | | |