summaryrefslogtreecommitdiff
path: root/app/services/issues
Commit message (Expand)AuthorAgeFilesLines
* Move NotificationService calls to SidekiqSean McGivern2018-04-254-6/+6
* Improve specs and docsFelipe Artur2018-04-051-1/+1
* Merge branch 'issue_44551' into 'master'Sean McGivern2018-04-051-4/+13
|\
| * Fix 404 in group boards when moving issue between listsissue_44551Felipe Artur2018-04-031-4/+13
* | changed the way of nullifying columshaseeb2018-03-051-1/+0
* | nullify closed by on reopenning issuehaseeb2018-03-031-0/+1
* | closed by field addedhaseeb2018-02-281-0/+1
|/
* Remember assignee when moving an issue41949-moveJan Provaznik2018-02-181-1/+2
* Re-organize issue move method callsmove-issue-reorgJan Provaznik2018-02-151-11/+14
* Change issue show page to group MRs by projects and namespacesJeff Stubler2018-02-131-0/+12
* Fix bug where award emojis would be lost when moving issues between projectssh-fix-award-emoji-move-issuesStan Hu2018-01-101-5/+11
* Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-242-7/+8
* Add total_time_spent to the `changes` hash in issuable Webhook payloads40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-addedRémy Coutable2017-11-151-4/+4
* Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-111-0/+4
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-4/+0
* Refresh open Issue and Merge Request project counter caches when re-openingRob Ede2017-10-301-0/+1
* Merge branch '34284-add-changes-to-issuable-webhook-data' into 'master'Douwe Maan2017-10-091-7/+7
|\
| * Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-4/+4
| * Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-7/+7
* | Don't create todos for old issue assigneesJarka Kadlecova2017-10-091-1/+1
|/
* Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-191-0/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-061-1/+12
|\
| * Merge branch 'move-action' into 'master'Sean McGivern2017-09-011-1/+12
| |\
| | * /move project functionality. Squash commit.Manolis Mavrofidis2017-08-311-1/+12
* | | Small fixesFelipe Artur2017-08-311-1/+1
* | | Group boards CE backportFelipe Artur2017-08-281-7/+7
|/ /
* | Cache the number of open issues and merge requestsYorick Peterse2017-08-231-0/+2
|/
* Simplify checking if objects exist code in new issaubles workers36119-issuable-workersJarka Kadlecova2017-08-081-0/+1
* Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-071-2/+5
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-3/+3
* Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into '...Rémy Coutable2017-07-253-8/+42
|\
| * Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-commandSean McGivern2017-07-213-8/+42
* | Support both internal and external issue trackersJarka Kadlecova2017-07-241-2/+2
|/
* Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-192-2/+2
* Native group milestonesFelipe Artur2017-07-071-2/+12
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Fix counters cache invalidation for Issues and Merge RequestsValery Sizov2017-05-262-0/+2
* Multiple issue assignee: fix for CE restrictionsValery Sizov2017-05-051-1/+1
* Multiple issue assignee: CE restriction for multiple assigneesValery Sizov2017-05-051-0/+3
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-5/+28
* Refactor resolvability checks based on typeDouwe Maan2017-04-061-3/+5
* Make issue-from-discussion description text more consistentDouwe Maan2017-04-051-4/+7
* Create todos only for new mentionsJarka Kadlecova2017-03-291-1/+1
* Move `ResolveDiscussions` into `concerns/issues` folderBob Van Landuyt2017-03-131-32/+0
* Update copyBob Van Landuyt2017-03-131-1/+1
* Rename variableBob Van Landuyt2017-03-133-14/+14
* Make sure the for a merge request only gets executed once.Bob Van Landuyt2017-03-131-1/+3
* Clean up `discussions_to_resolve`-methodBob Van Landuyt2017-03-131-9/+9
* Move `resolve_discussions_with_issue` to `Issues::CreateService`Bob Van Landuyt2017-03-132-9/+9
* Don't filter params and merge them back in laterBob Van Landuyt2017-03-131-7/+2