summaryrefslogtreecommitdiff
path: root/app/services/quick_actions
Commit message (Expand)AuthorAgeFilesLines
* Fix quick actions add label name middle word overlaps53459-quick-action-adds-multiple-labels-to-issue-if-middle-words-overlap-with-existing-labelJacopo2019-04-021-3/+16
* Extend quick actions dsl50199-quick-actions-refactorAlexandru Croitor2019-03-291-607/+15
* Add a thin encapsulation around .pluck(:id)Nick Thomas2019-03-281-5/+8
* Show commands applied message when promoting issuesFelipe Artur2019-03-041-0/+5
* Use parent instead of projectJarka Košanová2019-01-081-14/+27
* Creates /create_merge_request quickaction40085-add-a-create_merge_request-quick-actionJacopo2018-11-141-0/+16
* Allow limiting quick actions to executeBob Van Landuyt2018-11-071-2/+2
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Resolve "/assign me quick action doesn't work if there is extra white space"Cindy Pallares 🦉2018-10-191-1/+1
* Add checks to InterpretService conditionsce-7723-epic-commands-autocompleteJarka Košanová2018-10-031-6/+13
* Merge branch 'toon-copy-meta-data-fix' into 'master'Rémy Coutable2018-09-271-2/+1
|\
| * Allow /copy_metadata for new issuesToon Claes2018-09-271-2/+1
* | Make using assign and unassign quick actions together work as expectedDouwe Maan2018-09-261-16/+12
|/
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+16
* Add /lock and /unlock quick actionsMehdi Lahmam2018-09-061-0/+24
* Allows author to vote on their own issueChantal Rollison2018-08-241-1/+1
* Fix preview of commit taggingPeter Leitzen2018-08-101-2/+0
* Implement QuickActions::TargetServicePeter Leitzen2018-08-101-0/+32
* Cannot mark a Commit as todo via `/todo`Peter Leitzen2018-08-101-1/+2
* You cannot `/award` a CommitPeter Leitzen2018-08-101-1/+2
* No need to destruct block argumentsPeter Leitzen2018-08-101-2/+2
* Hide `/tag` quick action from non-authorised usersPeter Leitzen2018-08-101-2/+1
* Show optional tag message in quick action explanationPeter Leitzen2018-08-101-2/+3
* Implement the `tag` commandsPeter Leitzen2018-08-101-0/+17
* Create empty Commits::UpdateService and wire it upPeter Leitzen2018-08-101-8/+16
* Enable more frozen string in app/services/**/*.rbgfyoung2018-07-181-0/+2
* Resolve "Add `/confidential` quick action for issues"Jan2018-06-131-0/+11
* Merge branch 'matbaj/gitlab-ce-add-inherit-command' into 'master'Rémy Coutable2018-04-241-0/+20
|\
| * Make /copy_metadata only handle the first issuable passedSean McGivern2018-04-241-7/+7
| * Merge branch 'master' into matbaj/gitlab-ce-add-inherit-commandSean McGivern2018-04-191-5/+6
| |\
| * | Fixed inconsistent descriptions and refactored reference checkingMateusz Bajorski2018-03-031-2/+2
| * | Fixed typos and improved reference checkingMateusz Bajorski2018-03-031-9/+9
| * | Changed command name to copy_metadata and added MR supportMateusz Bajorski2018-03-031-7/+9
| * | Add Inherit quick actionMateusz Bajorski2018-03-031-0/+18
* | | Fix unassign slash command previewAthar Hameed2018-04-241-2/+4
| |/ |/|
* | Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-2/+3
* | Move wip handling to MergeRequest::BaseServicewip-slash-command-on-mr-descriptionOswaldo Ferreira2018-03-011-3/+3
|/
* Resolve "Milestone Quick Action not displayed with no project milestones but ...🙈 jacopo beschi 🙉2018-02-231-19/+26
* Only include the user's ID in the time_spent command's update hashRobert Speicher2017-12-191-2/+2
* added date parameter for time trackinggitlab-ee-1312-time-spent-atVlad2017-10-131-6/+10
* Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate2017-10-101-1/+1
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-1/+1
* /move project functionality. Squash commit.Manolis Mavrofidis2017-08-311-0/+18
* Add `/assign me` alias support for assigning issuables to oneselfMehdi Lahmam2017-08-071-1/+6
* Fixes #29385: Add /shrug and /tableflip commandsAlex Ives2017-07-281-0/+16
* Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-commandSean McGivern2017-07-211-3/+7
* Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott2017-07-201-0/+14
* Remove /reassign quick actiontc-follow-up-miaToon Claes2017-07-071-26/+0
* Ensure /reassign does not assign multiple usersToon Claes2017-06-201-5/+14
* Make MergeRequest respond to assignee_ids & assignee_ids=Toon Claes2017-06-201-17/+12