An error occurred fetching the project authors.
- 28 Mar, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
-
Stan Hu authored
Closes #14676
-
- 25 Mar, 2016 2 commits
-
-
Stan Hu authored
Closes #14580
-
Grzegorz Bizon authored
Closes #14528
-
- 24 Mar, 2016 3 commits
-
-
Elias Werberich authored
Fixes #14585.
-
Douglas Barbosa Alexandre authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 Mar, 2016 7 commits
-
-
Alfredo Sumaran authored
-
Rémy Coutable authored
[ci skip]
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Rémy Coutable authored
-
Grzegorz Bizon authored
-
- 22 Mar, 2016 2 commits
-
-
Rémy Coutable authored
[ci skip]
-
Drew Blessing authored
-
- 21 Mar, 2016 3 commits
-
-
Douglas Barbosa Alexandre authored
The `non_archived` scope applied here https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/controllers/conc erns/issues_action.rb#L5 overrides the previous `ORDER BY` applied inside the IssuesFinder, with the default scope of the Project model, resulting in SQL errors.
-
James Lopez authored
-
Zeger-Jan van de Weg authored
-
- 20 Mar, 2016 1 commit
-
-
Stan Hu authored
Sites that use http:// for the external_url should always display HTTP on the clone bar. Similarly, sites that use https:// should show HTTPS.
-
- 19 Mar, 2016 3 commits
-
-
Stan Hu authored
Closes #3769 Closes #14327
-
Grzegorz Bizon authored
-
Stan Hu authored
Closes #13856
-
- 18 Mar, 2016 4 commits
-
-
Rémy Coutable authored
-
Rémy Coutable authored
Before displaying the "diverged commits" note, we're checking if the MR is open, but we should check if it's mergeable instead because this check ensure the source and target branches exist. This was introduced by !2217 and fixes #14388.
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
[ci skip]
-
- 17 Mar, 2016 4 commits
-
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
-
Geoffrey Lalonde authored
-
Douwe Maan authored
-
- 16 Mar, 2016 3 commits
-
-
Hiroyuki Sato authored
-
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.
-
Daniel Carraro authored
-
- 15 Mar, 2016 6 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
The feature spec now also tests the absence of the new branch button
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-