| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Creates /create_merge_request quickaction40085-add-a-create_merge_request-quick-action | Jacopo | 2018-11-14 | 1 | -0/+53 |
| | | | | | | | | 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. | ||||
| * | Allow limiting quick actions to execute | Bob Van Landuyt | 2018-11-07 | 1 | -0/+9 |
| | | | | | | | Sometimes we don't want to trigger any quick actions that cause side effects. For example when building a record to validate. This allows listing the quick actions that need to be performed. | ||||
| * | Fix typos in comments and specs | George Tsiolis | 2018-11-01 | 1 | -2/+2 |
| | | |||||
| * | Resolve "/assign me quick action doesn't work if there is extra white space" | Cindy Pallares 🦉 | 2018-10-19 | 1 | -41/+38 |
| | | |||||
| * | Allow /copy_metadata for new issues | Toon Claes | 2018-09-27 | 1 | -0/+9 |
| | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50181 | ||||
| * | Add /lock and /unlock quick actions | Mehdi Lahmam | 2018-09-06 | 1 | -0/+52 |
| | | | | | Closes #39173 | ||||
| * | Freeze string literals | Peter Leitzen | 2018-08-10 | 1 | -0/+2 |
| | | | | | | See Danger's suggestions: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6869#note_93730253 | ||||
| * | Fix preview of commit tagging | Peter Leitzen | 2018-08-10 | 1 | -2/+8 |
| | | |||||
| * | Implement QuickActions::TargetService | Peter Leitzen | 2018-08-10 | 1 | -0/+75 |
| | | |||||
| * | Cannot mark a Commit as todo via `/todo` | Peter Leitzen | 2018-08-10 | 1 | -10/+22 |
| | | |||||
| * | You cannot `/award` a Commit | Peter Leitzen | 2018-08-10 | 1 | -0/+6 |
| | | |||||
| * | Show optional tag message in quick action explanation | Peter Leitzen | 2018-08-10 | 1 | -4/+28 |
| | | |||||
| * | Implement the `tag` commands | Peter Leitzen | 2018-08-10 | 1 | -0/+45 |
| | | |||||
| * | Resolve "Add `/confidential` quick action for issues" | Jan | 2018-06-13 | 1 | -0/+18 |
| | | |||||
| * | Make /copy_metadata only handle the first issuable passed | Sean McGivern | 2018-04-24 | 1 | -2/+13 |
| | | |||||
| * | Fixed typos and improved reference checking | Mateusz Bajorski | 2018-03-03 | 1 | -12/+12 |
| | | |||||
| * | Changed command name to copy_metadata and added MR support | Mateusz Bajorski | 2018-03-03 | 1 | -23/+23 |
| | | |||||
| * | Add Inherit quick action | Mateusz Bajorski | 2018-03-03 | 1 | -0/+65 |
| | | | | | Closes #38450 | ||||
| * | Resolve "Milestone Quick Action not displayed with no project milestones but ↵ | 🙈 jacopo beschi 🙉 | 2018-02-23 | 1 | -0/+16 |
| | | | | | with group milestones" | ||||
| * | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -2/+2 |
| | | |||||
| * | Only include the user's ID in the time_spent command's update hash | Robert Speicher | 2017-12-19 | 1 | -4/+4 |
| | | | | | | | | | | Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand. | ||||
| * | added date parameter for time trackinggitlab-ee-1312-time-spent-at | Vlad | 2017-10-13 | 1 | -2/+54 |
| | | |||||
| * | /move project functionality. Squash commit. | Manolis Mavrofidis | 2017-08-31 | 1 | -0/+10 |
| | | | | | | Update to add all issues to be updated. Added functionality, proper tests, documentation and changelog. | ||||
| * | Add `/assign me` alias support for assigning issuables to oneself | Mehdi Lahmam | 2017-08-07 | 1 | -0/+20 |
| | | | | | | | | | | Currently, when a user wants to assign an issue/MR to himself, he needs to type his full username or select it from the suggested ones in the dropdown list. This commits suggest a faster solution which is typing `/assign me` Closes #35304. | ||||
| * | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -3/+3 |
| | | |||||
| * | Fixes #29385: Add /shrug and /tableflip commands | Alex Ives | 2017-07-28 | 1 | -1/+41 |
| | | | | | | | | | | | - Updated DSL to support substitution definitions - Added substitution definition, inherits from command definition - Added tabelflip and shrug substitutions to interpret service - Added support for substitution definitions to the extractor for preview mode. - Added substitution handling in the interpret service Signed-off-by: Alex Ives <alex@ives.mn> | ||||
| * | Remove superfluous lib: true, type: redis, service: true, models: true, ↵ | Rémy Coutable | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-command | Sean McGivern | 2017-07-21 | 1 | -8/+3 |
| | | |||||
| * | Changes based on MR feedback. | Ryan Scott | 2017-07-20 | 1 | -17/+35 |
| | | | | | Marking an issue as a duplicate will now also add an upvote on behalf of the author on the original issue. | ||||
| * | Added slash command to close an issue as a duplicate. Closes #26372 | Ryan Scott | 2017-07-20 | 1 | -0/+36 |
| | | |||||
| * | Remove /reassign quick actiontc-follow-up-mia | Toon Claes | 2017-07-07 | 1 | -16/+0 |
| | | | | | | | | /reassign should only work when multiple assignees are available. And since this is only the case for GitLab EE, remove it from CE. This was picked using 517c97eb12e44f354787313dd35ac7a1642f5b20 of gitlab-ee. | ||||
| * | Make MergeRequest respond to assignee_ids & assignee_ids= | Toon Claes | 2017-06-20 | 1 | -9/+9 |
| | | | | | | To make it simpler to assign users to an Issuable, make MergeRequest support the attribute `assignee_ids`. | ||||
| * | Backport /reassign quick command | Toon Claes | 2017-06-20 | 1 | -1/+17 |
| | | | | | | | The /reassign quick command works even when no multiple assignees are allowed of there isn't any assignee yet. So for consistency, it's also be backported to CE. But it functions the same as the /assign quick action. | ||||
| * | Rename "Slash commands" to "Quick actions" | Eric Eastwood | 2017-06-15 | 1 | -0/+1042 |
| 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` | |||||
