diff options
author | Alex Ives <alex@ives.mn> | 2017-07-24 22:11:22 -0500 |
---|---|---|
committer | Alex Ives <alex@ives.mn> | 2017-07-28 14:37:44 -0500 |
commit | a07fe9d7f8f922020472ed54b060430a6da3da69 (patch) | |
tree | 0dec18fd2ed81985112ce1a2cee1bcde37e12155 /changelogs | |
parent | da967803cce971b184873dbe5d65d07215de0b0a (diff) | |
download | gitlab-ce-a07fe9d7f8f922020472ed54b060430a6da3da69.tar.gz |
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>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/29385-add_shrug_command.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/29385-add_shrug_command.yml b/changelogs/unreleased/29385-add_shrug_command.yml new file mode 100644 index 00000000000..14b8f486d5c --- /dev/null +++ b/changelogs/unreleased/29385-add_shrug_command.yml @@ -0,0 +1,4 @@ +--- +title: Add /shrug and /tableflip commands +merge_request: 10068 +author: Alex Ives |