- Oct 13, 2017
-
-
Vlad authored
-
- Aug 31, 2017
-
-
Manolis Mavrofidis authored
Update to add all issues to be updated. Added functionality, proper tests, documentation and changelog.
-
- Jul 20, 2017
-
-
Ryan Scott authored
-
- Jun 15, 2017
-
-
Eric Eastwood authored
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`
-
- Apr 28, 2017
-
-
Alex Sanford authored
-
- Feb 28, 2017
-
-
mhasbini authored
add /award slash command; Allow posting of just an emoji in comment
-
- Feb 15, 2017
-
-
Achilleas Pipinellis authored
[ci skip]
-
- Feb 04, 2017
-
-
Jason Aquino authored
Fixes gitlab-org/gitlab-ce#27674
-
- Feb 03, 2017
-
-
YarNayar authored
Allows to use slash command /target_branch <target_branch_name> in merge requests notes and description. Command allows to specify target branch for current merge request. Proposed in #23619
-
- Jan 15, 2017
-
-
Ruben Davila authored
-
- Jan 11, 2017
-
-
- Oct 03, 2016
-
-
Thomas Balthazar authored
It toggles the 'WIP' prefix in the MR title.
-
- Aug 29, 2016
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Aug 22, 2016
-
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
- Aug 18, 2016
-
-
Douwe Maan authored
-
- Aug 17, 2016
-
-
Douwe Maan authored
-
- Aug 13, 2016
-
-
Douwe Maan authored
-
- Aug 12, 2016
-
-
Rémy Coutable authored
Other improvements: - Ensure slash commands autocomplete doesn't break when noteable_type is not given - Slash commands: improve autocomplete behavior and /due command - We don't display slash commands for note edit forms. - Add tests for reply by email with slash commands - Be sure to execute slash commands after the note creation in Notes::CreateService Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
- Return only slash commands that make sense for the current noteable - Allow slash commands decription to be dynamic Other improvements: - Add permission checks in slash commands definition - Use IssuesFinder and MergeRequestsFinder - Use next if instead of a unless block, and use splat operator instead of flatten Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Improve slash command descriptions, support /due tomorrow Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Some important things to note: - commands are removed from noteable.description / note.note - commands are translated to params so that they are treated as normal params in noteable Creation services - the logic is not in the models but in the Creation services, which is the right place for advanced logic that has nothing to do with what models should be responsible of! - UI/JS needs to be updated to handle notes which consist of commands only - the `/merge` command is not handled yet Other improvements: - Don't process commands in commit notes and display a flash is note is only commands - Add autocomplete for slash commands - Add description and params to slash command DSL methods - Ensure replying by email with a commands-only note works - Use :subscription_event instead of calling noteable.subscribe - Support :todo_event in IssuableBaseService Signed-off-by:
Rémy Coutable <remy@rymai.me>
-