Commit Graph

19 Commits

Author SHA1 Message Date
GitLab Bot b1016dffb4 Add latest changes from gitlab-org/gitlab@master 2024-07-10 18:28:54 +00:00
GitLab Bot 5bdea86ebd Add latest changes from gitlab-org/gitlab@master 2024-05-27 03:21:10 +00:00
GitLab Bot 9dbe80c7d5 Add latest changes from gitlab-org/gitlab@master 2024-01-10 18:07:52 +00:00
GitLab Bot c8419b0227 Add latest changes from gitlab-org/gitlab@master 2023-12-05 18:10:06 +00:00
GitLab Bot 6ba7c824e9 Add latest changes from gitlab-org/gitlab@master 2023-11-16 18:07:32 +00:00
GitLab Bot 774f6e6e98 Add latest changes from gitlab-org/gitlab@master 2023-10-24 21:12:08 +00:00
GitLab Bot 6f991190fe Add latest changes from gitlab-org/gitlab@master 2023-05-02 15:16:59 +00:00
GitLab Bot fd1c75caeb Add latest changes from gitlab-org/gitlab@master 2022-08-02 03:09:33 +00:00
GitLab Bot 6a5b78ac69 Add latest changes from gitlab-org/gitlab@master 2021-12-07 03:12:22 +00:00
GitLab Bot 5d47d3f8ed Add latest changes from gitlab-org/gitlab@master 2020-10-29 21:08:54 +00:00
GitLab Bot c59765a50a Add latest changes from gitlab-org/gitlab@master 2020-06-24 18:09:03 +00:00
GitLab Bot 18f7828977 Add latest changes from gitlab-org/gitlab@master 2020-03-12 09:09:55 +00:00
GitLab Bot b98fa9ef3d Add latest changes from gitlab-org/gitlab@master 2020-02-25 09:09:10 +00:00
GitLab Bot c282dba898 Add latest changes from gitlab-org/gitlab@master 2020-01-24 15:09:00 +00:00
Thong Kuah 8c42a0eac0 Add frozen_string_literal to lib part 2
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-08-23 00:15:24 +12:00
Bob Van Landuyt c85a19f920 Allow limiting quick actions to execute
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.
2018-11-07 16:27:55 +01:00
Jan 1721bbcb01 Resolve "Quick actions are case sensitive" 2018-06-13 10:23:57 +00:00
Alex Ives a07fe9d7f8 Fixes #29385: Add /shrug and /tableflip commands
- 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>
2017-07-28 14:37:44 -05: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