An error occurred fetching the project authors.
- 02 Jun, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 20 May, 2016 1 commit
-
-
Jeroen Jacobs authored
-
- 13 May, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 10 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 09 May, 2016 1 commit
-
-
Jeroen van Baarsen authored
In 8278b763 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
-
- 08 May, 2016 1 commit
-
-
Connor Shea authored
This reports uses of `File.exists?` and `Dir.exists?`, which were both deprecated in Ruby and will eventually be removed in favor of `.exist?`. Also fixes all existing uses of the deprecated methods.
-
- 06 May, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- 20 Apr, 2016 1 commit
-
-
Douwe Maan authored
-
- 19 Apr, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12 Apr, 2016 1 commit
-
-
Felipe Artur authored
-
- 11 Apr, 2016 2 commits
-
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
- 01 Apr, 2016 1 commit
-
-
Yorick Peterse authored
These methods are called quite often in loops so by memoizing their output we can reduce timings a bit.
-
- 30 Mar, 2016 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 29 Mar, 2016 1 commit
-
-
Abhi Rao authored
Fixes #14692
-
- 20 Mar, 2016 1 commit
-
-
Douwe Maan authored
-
- 19 Mar, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- 18 Mar, 2016 2 commits
-
-
Rémy Coutable authored
-
Rémy Coutable authored
We have to ensure source_sha and target_sha are not nil before calling Gitlab::Git::Commit.between.
-
- 16 Mar, 2016 1 commit
-
-
Pierre de La Morinerie authored
`MergeRequest#source_sha` is expected to return the sha of the source branch last commit. But when a open Merge Request has no diff (e.g. all commits have already been merged to the target branch), `merge_request.source_sha` incorrectly returns `nil`. This was un-noticed before – but now that !2217 has been merged, it makes `Gitlab::Git::Commit.between` raise an "Unexpected nil argument" exception. This fixes the crash, by making sure that `source_sha` returns a correct result even when there is no diff available.
-
- 11 Mar, 2016 2 commits
-
-
Baldinof authored
-
Yorick Peterse authored
The OR condition for source_project_id/target_project_id leads to a query plan that performs rather poorly on PostgreSQL due to the use of sub-queries. Because Rails offers no easy alternative for this particular problem we're forced to using a UNION for both conditions. The resulting query performs much faster than just using an OR.
-
- 07 Mar, 2016 1 commit
-
-
Rubén Dávila authored
-
- 05 Mar, 2016 1 commit
-
-
Rubén Dávila authored
Make methods return ActiveRecord Relations instead of Arrays.
-
- 04 Mar, 2016 1 commit
-
-
Jacob Schatz authored
Button full width on phone on MR/issue.
-
- 03 Mar, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Pierre de La Morinerie authored
-
- 27 Feb, 2016 1 commit
-
-
Douwe Maan authored
-
- 19 Feb, 2016 9 commits
-
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Rubén Dávila authored
* Not required to run hooks since it's an internal commit
-
Rubén Dávila authored
-
Rubén Dávila authored
-