summaryrefslogtreecommitdiff
path: root/app/services/issues
Commit message (Expand)AuthorAgeFilesLines
* Rails 5: fix issue move serviceJasper Maes2018-09-111-1/+1
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+13
* Merge branch '39665-restrict-issue-reopen' into 'master'Sean McGivern2018-09-041-1/+1
|\
| * Restrict reopening locked issues for issue authorsJarka Kadlecová2018-09-041-1/+1
* | Only load issue notes once when getting related MRs43096-controller-projects-issuescontroller-referenced_merge_requests-json-executes-more-than-100-sql-queriesSean McGivern2018-08-211-4/+11
* | Fix CI pipelines N+1 in Issues::ReferencedMergeRequestsServiceSean McGivern2018-08-211-4/+8
* | Fix authors N+1 in Issues::ReferencedMergeRequestsServiceSean McGivern2018-08-211-14/+12
* | Move Issue#{referenced,closed_by}_merge_requests to serviceSean McGivern2018-08-212-14/+57
|/
* Delete todos when users loses target read permissionsJarka Kadlecová2018-07-301-0/+2
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-169-3/+21
* Make Issues::BaseService match EESean McGivern2018-07-051-2/+3
* Keep label on issue when movingChantal Rollison2018-06-271-1/+2
* 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