- Mar 23, 2020
-
-
GitLab Bot authored
-
- Feb 14, 2020
-
-
GitLab Bot authored
-
- Dec 20, 2019
-
-
GitLab Bot authored
-
- Dec 13, 2019
-
-
GitLab Bot authored
-
- Dec 10, 2019
-
-
GitLab Bot authored
-
- Oct 31, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Aug 13, 2019
-
-
Standardize punctuation and format
-
- Aug 08, 2019
-
-
Generalize wiki page counter for other page types to extend to.
-
- Jul 29, 2019
-
-
Extends the quick actions "commands applied" banner to show the quick action preview text, but with everything in past tense.
-
- Mar 04, 2019
-
-
Felipe Artur authored
Fix 'commands applied' messages not being shown when issue is promoted to epic using slash commands.
-
- Feb 13, 2019
-
-
Heinrich Lee Yu authored
Sets `updated_at` so that the transformed note is returned together with the new reply
-
- Feb 06, 2019
-
-
Heinrich Lee Yu authored
-
- Dec 13, 2018
-
-
Oswaldo Ferreir authored
-
- Nov 09, 2018
-
-
Oswaldo Ferreir authored
-
- Nov 07, 2018
-
-
Oswaldo Ferreir authored
This reverts commit a82a5957, reversing changes made to e7df959b.
-
- Nov 06, 2018
-
-
Oswaldo Ferreir authored
-
- Jul 17, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Sep 19, 2017
-
-
Andrew Newdigate 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 05, 2017
-
-
- Feb 28, 2017
-
-
mhasbini authored
add /award slash command; Allow posting of just an emoji in comment
-
- Jan 18, 2017
-
-
Jarka Kadlecova authored
-
- Jan 11, 2017
-
-
- Dec 26, 2016
-
-
Victor Wu authored
-
- Nov 24, 2016
-
-
Douwe Maan authored
-
- Nov 19, 2016
-
-
Ruben Davila authored
-
- Nov 12, 2016
-
-
Oswaldo Ferreira authored
- Also remove unnecessary param
-
- Oct 24, 2016
-
-
barthc authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 16, 2016
-
-
Douwe Maan authored
-
- Aug 13, 2016
-
-
Douwe Maan authored
-
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
Check for update_issuable permission in Notes::SlashCommandsService 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>
-
- Jul 14, 2016
-
-
dixpac authored
* There where path where +1 was stored as +1 not as thumbsup that was causing problems such as showing thumbsup icon 2 time. I fixed this to always normalize and store +1 as tumbsup
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 29, 2016
-
-