An error occurred fetching the project authors.
- 19 Mar, 2016 1 commit
-
-
Stan Hu authored
Closes #13856
-
- 18 Mar, 2016 3 commits
-
-
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 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
-
Geoffrey Lalonde 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 17 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
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
Fixes #13261
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Rémy Coutable authored
1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
-
Hiroyuki Sato authored
-
Rémy Coutable authored
[ci skip]
-
Timothy Andrew authored
1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
-
Rémy Coutable authored
This reverts commit 01160fc0, reversing changes made to 4bff9daf.
-
Kamil Trzcinski authored
-
Rémy Coutable authored
Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found
-
- 14 Mar, 2016 2 commits
- 13 Mar, 2016 4 commits
-
-
Zeger-Jan van de Weg authored
Also incorporates the review into this, mainly spec changes.
-
Zeger-Jan van de Weg authored
-
tiagonbotelho authored
-
Zeger-Jan van de Weg authored
-
- 12 Mar, 2016 5 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
-
Douwe Maan authored
This reverts merge request !3191
-
Stan Hu authored
Closes #13805
- 11 Mar, 2016 2 commits
-
-
Yorick Peterse authored
-
Artem Sidorenko authored
This would work independenty from location and configuration https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/662#note_3973448
-