summaryrefslogtreecommitdiff
path: root/app/services/issuable_base_service.rb
Commit message (Expand)AuthorAgeFilesLines
* add a uniq constraints on issues and mrs labelsAntoine Huret2019-04-011-1/+1
* Add a thin encapsulation around .pluck(:id)Nick Thomas2019-03-281-3/+1
* Add array support for labelsAlexandru Croitor2019-03-061-1/+1
* Check issue milestone availabilityJarka Košanová2019-02-141-0/+6
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-3/+1
* Address review commentsBrett Walker2019-01-311-17/+18
* Changes for review commentsBrett Walker2019-01-301-10/+10
* Use the sourcepos attribute for finding tasksBrett Walker2019-01-301-5/+5
* Specs for Issue::UpdateServiceBrett Walker2019-01-301-3/+4
* Add back call to execute_hooksBrett Walker2019-01-301-5/+1
* Raise exception if we can't match the update_taskBrett Walker2019-01-301-0/+31
* Refactor toggling of task list itemBrett Walker2019-01-301-0/+32
* Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu2019-01-121-2/+2
* Run CommonSystemNotesService on issuable createHeinrich Lee Yu2018-12-181-1/+5
* Allow limiting quick actions to executeBob Van Landuyt2018-11-071-2/+2
* Add email for milestone changeChantal Rollison2018-11-021-0/+8
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Resolve "Migrate issue labels and milestone to related merge request"Tiago Botelho2018-09-061-11/+2
* 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