Commit Graph

16 Commits

Author SHA1 Message Date
GitLab Bot e701659ba3 Add latest changes from gitlab-org/gitlab@master 2020-12-03 21:09:35 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot a93dfc1b7e Add latest changes from gitlab-org/gitlab@master 2019-09-14 00:06:25 +00:00
Ash McKenzie 19ff9d9899
Replace rails_helper.rb with spec_helper.rb
rails_helper.rb's only logic was to require
spec_helper.rb.
2019-08-30 12:26:18 +10:00
Felipe Artur 61bca6222c Move some quick actions feature specs to unit tests
Move some feature specs for issues/merge requests quick actions
to unit tests. They are taking too long to run on the pipelines.
2019-06-18 14:26:48 +00:00
Alexandru Croitor 116a220ca2 Extract move quick action spec to shared example 2019-04-15 19:24:22 +03:00
Felipe Artur 163aa71e87 Extract EE specific files/lines for spec/features/issues
Part of moving gitlab into single codebase
2019-04-15 12:14:22 +00:00
Alexandru Croitor 8fdfd521b2 Extract due quick action to shared example 2019-04-08 13:22:20 +03:00
Alexandru Croitor 6cb58cdb0a Extract create merge request quick action spec 2019-04-08 11:30:54 +03:00
Alexandru Croitor 5b64beca82 Extract duplicate quick action spec to a shared example 2019-04-05 23:07:02 +03:00
Alexandru Croitor 08e2bc390f Extract remove due date spec to shared example 2019-04-05 00:25:34 +03:00
Alexandru Croitor 8bf88876b8 Extract confidential quick action spec to a shared example 2019-04-04 15:40:49 +03:00
Alexandru Croitor 4b9ff4d2fe Extend quick actions dsl
* Extend quick actions dsl to allow specifying model types
to which given quick action applies
* Rename issuable attribute to noteable in interpret_service.rb
* Refactor and reorder quick action specs
* Create a shared example spec for each quick action to be used for
issue, merge request and commit specs.

https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
2019-03-29 12:53:28 +02:00
Felipe Artur 78dc1b58a6 Show commands applied message when promoting issues
Fix 'commands applied' messages not being shown when issue is promoted to epic
using slash commands.
2019-03-04 09:21:47 +00:00
Jacopo 6b0ea951ca Creates /create_merge_request quickaction
With this quick action the user can create a new MR starting from
the current issue using as `source_branch` the given `branch name` and
as `target_branch` the project default branch. If the `branch name` is
omitted a name is automatically created starting from the issue title.
2018-11-14 15:16:19 +01:00
Mehdi Lahmam e830cc05ee Rename `slash_commands` ~> `quick_actions` in specs files
Leftover from ea090291.
2018-09-06 22:39:20 +02:00