summaryrefslogtreecommitdiff
path: root/app/services/issuable_base_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-161-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-011-1/+4
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-1/+2
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-1/+1
* Rename quick actions handlerOswaldo Ferreira2018-03-051-2/+2
* Move wip handling to MergeRequest::BaseServicewip-slash-command-on-mr-descriptionOswaldo Ferreira2018-03-011-16/+5
* /wip slash command on MR creationAdam Pahlevi2018-03-011-0/+15
* Allow to find labels in ancestor groups and better group support in label ser...Jan Provaznik2018-02-261-3/+11
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-1/+1
* Execute quick actions when creating MR from issuefix-create-mr-from-issue-with-templateSean McGivern2017-12-131-2/+4
* Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-241-15/+18
* 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-1/+7
* Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-111-1/+5
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-82/+11
* Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-1/+1
* Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-1/+1
* Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-201-4/+7
|\
| * Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-191-4/+7
* | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-0/+11
* | Support discussion locking in the backendJarka Kadlecova2017-09-141-0/+1
|/
* Merge branch 'remove-finder-caching' into 'master'Robert Speicher2017-09-011-13/+2
|\
| * Remove issuable finder count cachingSean McGivern2017-08-311-13/+2
* | Merge branch 'move-action' into 'master'Sean McGivern2017-09-011-0/+1
|\ \ | |/ |/|
| * /move project functionality. Squash commit.Manolis Mavrofidis2017-08-311-0/+1
* | Cache the number of open issues and merge requestsYorick Peterse2017-08-231-0/+4
* | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
|/
* Merge branch '32844-issuables-performance' into 'master'Sean McGivern2017-08-071-1/+0
|\
| * Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-071-1/+0
* | Create system notes for group milestone changesSean McGivern2017-08-071-4/+1
* | Avoid plucking Todo ids and use sub-queries insteadToon Claes2017-08-031-1/+1
|/
* Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-commandSean McGivern2017-07-211-22/+1
* Changes based on MR feedback.Ryan Scott2017-07-201-10/+10
* Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott2017-07-201-0/+22
* Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-191-7/+16
* Native group milestonesFelipe Artur2017-07-071-5/+10
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern2017-06-161-3/+3
|\
| * Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-3/+3
* | Use the same way to invalidate cache in EEbackport-ee-cache-invalidation-to-ceLin Jen-Shin2017-06-151-2/+3
|/
* Only add a description change note when no tasks are updatedJared Deckard2017-06-121-5/+7
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Remove duplicate cache invalidation from IssuableBaseServiceRémy Coutable2017-05-181-1/+0
* Invalidate cache for issue and MR counters more granularlycounters_cache_invalidationValery Sizov2017-05-151-1/+8
* Move update_assignee_cache_counts to the serviceValery Sizov2017-05-121-0/+6
* Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern2017-05-051-0/+16
|\
| * Add specs for issue and note changesblackst0ne2017-05-041-2/+2
| * Simplified assign_attributes for issuableblackst0ne2017-05-041-6/+3
| * Add last_edited_at and last_edited_by attributesblackst0ne2017-05-041-0/+11
| * Add system note on description change of issue/merge requestblackst0ne2017-05-041-0/+8