summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '30410-revert-9347-and-10079' into 'master'Douwe Maan2017-05-301-6/+0
|\
| * Don't allow to pass a user to ProjectWiki#http_url_to_repoRémy Coutable2017-05-301-6/+0
* | Enable Gitaly by default in GitLab 9.3Jacob Vosmaer2017-05-302-2/+2
* | Merge branch '19107-404-when-creating-new-milestone-or-issue-for-project-that...Douwe Maan2017-05-301-1/+7
|\ \
| * | 'New issue'/'New merge request' dropdowns should show only projects with issu...19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-301-1/+7
* | | Merge branch '33032-invalid-you-directly-addressed-yourself-todo-when-using-u...Grzegorz Bizon2017-05-301-2/+3
|\ \ \ | |_|/ |/| |
| * | Fix /unsubscribe slash command creating extra todos33032-invalid-you-directly-addressed-yourself-todo-when-using-unsubscribeSean McGivern2017-05-301-2/+3
* | | Merge branch '32916-browser-notifications-for-pipeline-running-in-a-mr-is-gon...Fatih Acet2017-05-301-0/+3
|\ \ \ | |/ / |/| |
| * | Add rubocop:disable to gon_helper.rb32916-browser-notifications-for-pipeline-running-in-a-mr-is-goneLuke "Jared" Bennett2017-05-261-0/+2
| * | Restore notifications to MR widgetLuke "Jared" Bennett2017-05-261-0/+1
* | | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-298-4/+344
|\ \ \
| * | | Hide nested group UI/API support for MySQLYorick Peterse2017-05-176-7/+24
| * | | Use CTEs for nested groups and authorizationsYorick Peterse2017-05-174-0/+323
* | | | 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