- 18 Mar, 2016 1 commit
-
-
Yorick Peterse authored
This builds on the changes introduced in https://gitlab.com/gitlab-org/gitlab_git/merge_requests/72 and results in merge requests with large diffs (e.g. due to them containing minified CSS) loading much faster.
-
- 17 Mar, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 16 Mar, 2016 1 commit
-
-
Rubén Dávila authored
-
- 12 Mar, 2016 3 commits
-
-
Douwe Maan authored
This reverts merge request !3191
-
Stan Hu authored
- 11 Mar, 2016 3 commits
-
-
Yorick Peterse authored
This spec was still passing an ID to the #initialize method instead of a Project instance.
-
Yorick Peterse authored
This removes the need for plucking snippet IDs into memory.
-
Yorick Peterse authored
Instead of plucking IDs this class now uses ActiveRecord::Relation objects. Plucking IDs is problematic as searching for projects can lead to a huge amount of IDs being loaded into memory only to be used as an argument for another query (instead of just using a sub-query).
-
- 10 Mar, 2016 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 07 Mar, 2016 1 commit
-
-
Iuri de Silvio authored
-
- 03 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 18 Feb, 2016 4 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
Douwe Maan authored
This reverts commit c04e22fb, reversing changes made to 0feab326.
-
Patricio Cano authored
-
- 15 Feb, 2016 2 commits
-
-
Robert Speicher authored
Closes #13469
-
Robert Speicher authored
-
- 12 Feb, 2016 1 commit
-
-
Ben Boeckel authored
- Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533.
-
- 11 Feb, 2016 1 commit
-
-
Kirill Zaitsev authored
- Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`, `path_with_namespace` and `default_branch` in `project` in push, issue, merge-request and note webhooks data - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in favor of `git_http_url` in `project` for push, issue, merge-request and note webhooks data - Deprecate the `repository` key in push, issue, merge-request and note webhooks data, use `project` instead
-
- 05 Feb, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
Also remove the spec for it
-
Zeger-Jan van de Weg authored
-
- 02 Feb, 2016 3 commits
-
-
Robert Speicher authored
Closes #12900
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
Jacob Vosmaer authored
-
- 01 Feb, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 30 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 29 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 28 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 26 Jan, 2016 1 commit
-
-
Blake Hitchcock authored
The pattern in the `::reference_pattern` class method in the ExternalIssue model does not match all valid forms of JIRA project names. I have updated the regex to match JIRA project names with numbers and underscores. More information on valid JIRA project names can be found here: https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html * The first character must be a letter, * All letters used in the project key must be from the Modern Roman Alphabet and upper case, and * Only letters, numbers or the underscore character can be used.
-
- 25 Jan, 2016 1 commit
-
-
Yorick Peterse authored
This ensures that an instrumented method that doesn't take arguments reports an arity of 0, instead of -1. If Ruby had a proper method for finding out the required arguments of a method (e.g. Method#required_arguments) this would not have been an issue. Sadly the only two methods we have are Method#parameters and Method#arity, and both are equally painful to use. Fixes gitlab-org/gitlab-ce#12450
-
- 20 Jan, 2016 5 commits
-
-
Douglas Barbosa Alexandre authored
-
Kamil Trzcinski authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 19 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-