- 01 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 30 Aug, 2016 2 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
- 24 Aug, 2016 1 commit
-
-
winniehell authored
-
- 23 Aug, 2016 1 commit
-
-
Sean McGivern authored
-
- 17 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 13 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 12 Aug, 2016 3 commits
-
-
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
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>
-
- 11 Aug, 2016 1 commit
-
-
Christopher Bartz authored
-
- 10 Aug, 2016 1 commit
-
-
Stan Hu authored
Instead of redirecting from the project service to the service and back to the model, put all destruction code in the service. Also removes a possible source of failure where run_after_commit may not destroy the project.
-
- 29 Jul, 2016 1 commit
-
-
Stan Hu authored
Closes #13654
-
- 20 Jul, 2016 1 commit
-
-
Felipe Artur authored
-
- 18 Jul, 2016 1 commit
-
-
Sean McGivern authored
-
- 08 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 29 Jun, 2016 1 commit
-
-
Paco Guzman authored
Only needed when the project view is ‘Files view’
-
- 20 Jun, 2016 2 commits
-
-
Paco Guzman authored
-
Phil Hughes authored
Added tests to project controller
-
- 18 Jun, 2016 5 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Removes un-used method Fixes other Ruby issues
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- 17 Jun, 2016 1 commit
-
-
James Lopez authored
-
- 15 Jun, 2016 1 commit
-
-
James Lopez authored
-
- 14 Jun, 2016 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 10 Jun, 2016 1 commit
-
-
Rui Anderson authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 26 May, 2016 1 commit
-
-
Yorick Peterse authored
This splits the Markdown rendering and reference extraction phases into two distinct code bases. The reference extraction phase no longer relies on the html-pipeline Gem (and any related code) and allows for extracting of references from multiple HTML nodes in a single pass. This means that if you want to extract user references from 200 comments you no longer need to run 200 times N number of queries, instead only a handful of queries may be needed.
-
- 18 May, 2016 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
- 13 May, 2016 1 commit
-
-
James Lopez authored
-
- 09 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 06 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 04 May, 2016 1 commit
-
-
James Lopez authored
-
- 03 May, 2016 1 commit
-
-
Arinde Eniola authored
-