- Sep 04, 2019
-
-
Eugenia Grieff authored
- Add new service that transfers milestones from a group to a project - Include new service in Projects transfer service - Include FromUnion module in Milestone model to use in transfer service - Add specs for new milestones service - Add specs for transferring milestones in project transfer service
-
- Aug 20, 2019
-
-
Luke Duncalfe authored
Adding, destroying and toggling emoji previously lacked services and instead were performed through methods called on Awardable models. This led to inconsistencies where relevant todos would be marked as done only when emoji were awarded through our controllers, but not through the API. Todos could also be marked as done when an emoji was being removed. Behaviour changes - Awarding emoji through the API will now mark a relevant Todo as done - Toggling an emoji off (destroying it) through our controllers will no longer mark a relevant Todo as done Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
-
- Jul 29, 2019
-
-
Jacopo authored
Add a zoom link added / removed system note when a zoom link is being added / removed to the issue description.
-
- Jul 09, 2019
-
-
Felipe Artur authored
Task list updates should not mark users action as spam on akismet.
-
- Jun 28, 2019
-
-
- Apr 08, 2019
-
-
Oswaldo Ferreir authored
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
-
- Apr 04, 2019
-
-
Jan Provaznik authored
Scoped labels in EE require additional changes in CE code.
-
- Apr 01, 2019
-
-
Antoine Huret authored
-
- Mar 28, 2019
-
-
Nick Thomas authored
-
Jarka Kadlecova authored
- labels have to be in the same project/group as an issuable
-
- Mar 06, 2019
-
-
Alexandru Croitor authored
* Support label parameter as comma separated and array of strings for merge requests and issues api endpoints
-
- Feb 14, 2019
-
-
Jarka Kadlecova authored
Add project when creating milestone in specs We validate milestone is from the same project/parent group as issuable -> we need to set project in specs correctly Improve methods names and specs organization
-
- Feb 04, 2019
-
-
Jan Provaznik authored
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
-
- Jan 31, 2019
-
-
Brett Walker authored
-
- Jan 30, 2019
-
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
and some additional refactoring
-
Brett Walker authored
-
- Jan 11, 2019
-
-
Heinrich Lee Yu authored
Instead of querying relations into ids we just pass them to the model scope because the scope supports it now. Also changes other calls to `Milestone.for_projects_and_groups`
-
- Dec 18, 2018
-
-
Heinrich Lee Yu authored
Adds system notes for labels, milestone and due date on create
-
- Nov 07, 2018
-
-
Bob Van Landuyt authored
Sometimes we don't want to trigger any quick actions that cause side effects. For example when building a record to validate. This allows listing the quick actions that need to be performed.
-
- Nov 02, 2018
-
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Sep 06, 2018
-
-
- Jul 16, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Jun 01, 2018
-
-
- Apr 05, 2018
-
-
Felipe Artur authored
-
- Apr 04, 2018
-
-
Felipe Artur authored
-
- Mar 05, 2018
-
-
Oswaldo Ferreir authored
-
- Mar 01, 2018
-
-
Oswaldo Ferreir authored
-
change to symbol add complete changelog add test for /wip unwip as sym test for work in progress separate from issuable
-
- Feb 26, 2018
-
-
Jan Provaznik authored
-
- Feb 22, 2018
-
-
Bob Van Landuyt authored
-
- Dec 13, 2017
-
-
Sean McGivern authored
In CE, this does nothing - the `MergeRequests::BuildService` will, at the time of writing, never return a description for this case. In EE, a project can have a default MR template, which will be returned by the service. Previously we were only using the description passed in the params, ignoring any already set on the object. Now we fall back to the one set on the object if there was none in the params, allowing quick actions to be executed from default MR templates when creating an MR from an issue.
-
- Nov 24, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 15, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 13, 2017
-
-