Remove support for /q test quick action
What does this MR do and why?
This merge request removes the /q test
quick action from Merge Requests.
When users type /q
in an MR textarea, the test
option will no longer appear. And if a user types /q test
, a blue feedback element will appear telling the users that the command is no longer available.
Why
/q test
duplicates functionality in the more robus /q dev
functionality and that is more well supported. AWS team has verified usage of /q tes
t is very low.
References
Screenshots or screen recordings
How to set up and validate locally
- Check out this branch
- Open an MR for a code change
- Type
/q
and wait for dropdown to appear. Observe the options available. - Type
/q test
and submit your comment.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #634
Edited by Taylor McCaslin