- Jul 07, 2017
-
-
- Jul 06, 2017
-
-
Yorick Peterse authored
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
-
- Jun 21, 2017
-
-
- Jun 20, 2017
-
-
Toon Claes authored
To make it simpler to assign users to an Issuable, make MergeRequest support the attribute `assignee_ids`.
-
Toon Claes authored
Avoid conflicts when merge CE to EE by backporting code from EE. Instead of checking in `SlashCommands::InterpretService` what the issuable the type of the issuable is, ask the issuable if it is capable to do those thing and implement it in the issuable itself. The issuable will check if it's possible and if the licensed feature is available. This should also make it easier to ever add multiple assignees to MergeRequests.
-
- Jun 16, 2017
-
-
Felipe authored
-
- May 31, 2017
-
-
Luke Bennett authored
-
- May 05, 2017
-
-
Valery Sizov authored
-
- May 04, 2017
-
-
Valery Sizov authored
-
blackst0ne authored
-
- Apr 19, 2017
-
-
Adam Niedzielski authored
Closes #30964
-
- Apr 06, 2017
-
-
Douwe Maan authored
-
- Apr 03, 2017
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- Mar 21, 2017
-
-
James Edwards-Jones authored
-
Only show public emails in atom feeds See merge request !2066
-
- Mar 17, 2017
-
-
Luke Bennett authored
-
- Mar 15, 2017
-
-
Sean McGivern authored
-
- Mar 09, 2017
-
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- Feb 16, 2017
-
-
blackst0ne authored
-
blackst0ne authored
-
blackst0ne authored
-
- Feb 09, 2017
-
-
Felipe authored
-
- Feb 07, 2017
-
-
Z.J. van de Weg authored
-
- Jan 15, 2017
-
-
Ruben Alexis authored
-
- Dec 27, 2016
-
-
Felipe authored
-
- Dec 20, 2016
-
-
Felipe authored
-
- Dec 06, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 19, 2016
-
-
Ruben Alexis authored
-
- Nov 17, 2016
-
-
Douglas Barbosa Alexandre authored
-
- Nov 09, 2016
-
-
Honour issue and merge request visibility in their respective finders This MR fixes a security issue with the IssuesFinder and MergeRequestFinder where they would return items the user did not have permission to see. This was most visible on the issue and merge requests page for a group containing projects that had set their issues or merge requests to "private". Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22481 See merge request !2000
-
- Nov 07, 2016
-
-
Yorick Peterse authored
This class can be used to reduce a list of issues down to a subset based on user permissions. This class operates in such a way that it can reduce issues using as few queries as possible, if any at all.
-
- Oct 28, 2016
-
-
Guilherme Salazar authored
fix issues pointed out in !6527 add task completion status feature to CHANGELOG
-
- Oct 19, 2016
-
-
Douglas Barbosa Alexandre authored
-