summaryrefslogtreecommitdiff
path: root/spec/features/issues/user_uses_slash_commands_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Use `empty_project` where possible in spec/features/issuesRobert Speicher2017-07-271-1/+1
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into '...Rémy Coutable2017-07-251-0/+37
|\
| * Fix feature specsSean McGivern2017-07-201-3/+3
| * Changes based on MR feedback.Ryan Scott2017-07-201-6/+2
| * Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott2017-07-201-0/+41
* | Move a spec related to merge requests out of a feature related to issuesrs-move-mr-slash-command-spec-from-issuesRobert Speicher2017-07-201-26/+10
|/
* Change `sign_out` usage to `gitlab_sign_out` in one specRobert Speicher2017-07-071-2/+2
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-5/+5
* Remove a duplicated test block from the result of a conflict resolutionRobert Speicher2017-06-291-26/+0
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-5/+5
* Change `logout` uses to `gitlab_sign_out`Robert Speicher2017-06-191-2/+2
* Change `login_with` uses to `gitlab_sign_in`Robert Speicher2017-06-191-3/+3
* 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-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
* Backport backend work for time tracking.Ruben Davila2017-01-151-0/+26
* Backport timetracking frontend to CE.Bryce Johnson2017-01-151-0/+26
* Replace wording for slash command confirmation messagevictorwu2016-12-261-4/+4
* Add a /wip slash commandThomas Balthazar2016-10-031-0/+10
* Fix permission for setting an issue's due dateRémy Coutable2016-09-281-13/+59
* Move write_note into SlashCommandsHelper and update other dependent specsslash-commands-issuable-spec-fixStan Hu2016-09-081-8/+7
* Remove unneeded aliasesDouwe Maan2016-08-181-4/+4
* Force notes poll after commands have been executedDouwe Maan2016-08-121-2/+2
* Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-1/+0
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+59