Commit Graph

18 Commits

Author SHA1 Message Date
Jacopo 6b0ea951ca Creates /create_merge_request quickaction
With this quick action the user can create a new MR starting from
the current issue using as `source_branch` the given `branch name` and
as `target_branch` the project default branch. If the `branch name` is
omitted a name is automatically created starting from the issue title.
2018-11-14 15:16:19 +01:00
Cindy Pallares 🦉 8b8b2edb01 Resolve "/assign me quick action doesn't work if there is extra white space" 2018-10-19 21:01:39 +00:00
Jarka Košanová c0e9eb0eac Support short reference to group entities from project entities
- add a direct project parent (group) to Banzai context
- if an epic is referenced from a direct descendant
  -> change epic to_reference to use short reference
2018-10-04 10:22:00 +02:00
Victor Wu cdc6fdb25f Docs lock/unlock quick action 2018-10-03 18:01:31 +00:00
Victor Wu a27ff1cbcd Refactor quick actions docs into multiple tables 2018-10-02 17:33:43 +00:00
Mehdi Lahmam 60bf55456e Add /lock and /unlock quick actions
Closes #39173
2018-09-06 22:39:19 +02:00
Peter Leitzen 591fc8f57f Document `/tag` in quick actions user doc 2018-08-10 16:45:11 +02:00
Jan 5ba9279c50 Resolve "Add `/confidential` quick action for issues" 2018-06-13 12:42:36 +00:00
Sean McGivern db3774376a Make /copy_metadata only handle the first issuable passed 2018-04-24 13:12:59 +01:00
Mateusz Bajorski 593e3ffc32 Fixed inconsistent descriptions and refactored reference checking 2018-03-03 12:12:38 +01:00
Mateusz Bajorski 26087ae91c Fixed typos and improved reference checking 2018-03-03 12:12:38 +01:00
Mateusz Bajorski a0adf87707 Changed command name to copy_metadata and added MR support 2018-03-03 12:12:38 +01:00
Mateusz Bajorski 4f10cad9ff Add Inherit quick action
Closes #38450
2018-03-03 12:12:38 +01:00
Victor Wu 3d650717b6 Table flip quick action docs 2017-12-28 10:17:30 +00:00
Vlad 945e0684af added date parameter for time tracking 2017-10-13 11:41:49 +01:00
Manolis Mavrofidis 7e71f958ac /move project functionality. Squash commit.
Update to add all issues to be updated.
 Added functionality, proper tests, documentation and changelog.
2017-08-31 21:30:36 +01:00
Ryan Scott 01c9488f4a Added slash command to close an issue as a duplicate. Closes #26372 2017-07-20 15:33:24 +01:00
Eric Eastwood ea090291bb Rename "Slash commands" to "Quick actions"
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070

Deprecate "chat commands" in favor of "slash commands"

We looked for things like:

 - `slash commmand`
 - `slash_command`
 - `slash-command`
 - `SlashCommand`
2017-06-15 09:01:56 -05:00