summaryrefslogtreecommitdiff
path: root/spec/features/merge_requests/user_uses_slash_commands_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Move `let` calls inside the `describe` block using themMehdi Lahmam2017-08-071-5/+5
* Use `empty_project` where possible in spec/features/merge_requestsRobert Speicher2017-07-271-2/+2
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Move a spec related to merge requests out of a feature related to issuesrs-move-mr-slash-command-spec-from-issuesRobert Speicher2017-07-201-0/+8
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-6/+6
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-9/+9
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
* Change `logout` uses to `gitlab_sign_out`Robert Speicher2017-06-191-4/+4
* Change `login_with` uses to `gitlab_sign_in`Robert Speicher2017-06-191-5/+5
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-3/+3
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-2/+2
* Add instant comments supportKushal Pandya2017-05-051-0/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
* Allow creating merge request even if target branch is not specified in query ...Adam Niedzielski2017-03-171-1/+0
* Fix slash commands spec errorfix-slash-commands-spec-errorClement Ho2017-02-031-0/+2
* Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'Sean McGivern2017-02-031-0/+74
|\
| * Adds /target_branch slash command functionality for merge requestsYarNayar2017-02-031-0/+74
* | refactor merge request build serviceRydkin Maxim2017-01-311-1/+1
|/
* Address MR commentsJarka Kadlecova2017-01-131-15/+3
* support `/merge` slash comand for MRsJarka Kadlecova2017-01-111-0/+57
* Replace wording for slash command confirmation messagevictorwu2016-12-261-3/+3
* Back off the array spreading, bc poltergeist freaks out.Bryce Johnson2016-10-151-3/+3
* Add a /wip slash commandThomas Balthazar2016-10-031-5/+50
* Move write_note into SlashCommandsHelper and update other dependent specsslash-commands-issuable-spec-fixStan Hu2016-09-081-4/+6
* Remove unneeded aliasesDouwe Maan2016-08-181-2/+2
* New Notes::SlashCommandsService serviceRémy Coutable2016-08-131-27/+0
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+59