summaryrefslogtreecommitdiff
path: root/app/services/issuable_base_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Merge branch 'add-label-push-opts' into 'master'Ash McKenzie2019-09-061-6/+9
|\
| * Simplify filter_labels method in IssuableBaseServiceadd-label-push-optsChristian Couder2019-09-041-15/+9
| * Avoid creating labels when removing themChristian Couder2019-09-041-1/+1
| * Support adding and removing labels w/ push optsChristian Couder2019-09-041-2/+11
* | Add service to transfer group milestonesEugenia Grieff2019-09-041-0/+1
|/
* Add service classes for mutating AwardEmojiLuke Duncalfe2019-08-211-4/+1
* Add system notes for when a zoom call was added/removed from an issue63547-add-system-notes-for-when-a-zoom-call-was-added-removed-from-an-issueJacopo2019-07-291-0/+1
* Skip spam check for task list updatesFelipe Artur2019-07-091-2/+2
* Do not change updated_at on an issue when reordering on an issue boardEugenia Grieff2019-06-281-2/+11
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-6/+12
* [backend] backport of scoped labelsJan Provaznik2019-04-041-2/+3
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-8/+12
|\
| * Check if labels are available for target issuableJarka Košanová2019-03-281-8/+12
* | 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
|\