Add base support for Amazon Q quick actions
- Feature branch: DRAFT: Amazon q spike (!174614 - closed)
- Next MR: Feat(Q): Add FE for /q sub commands (!175663 - merged)
- Side note: This was originally developed in a private fork by GitLab team members in collaboration with Amazon's team.
What does this MR do and why?
This merge request upstreams the work in !174614 (closed).
-
Add
:trigger_amazon_qpermissions. This permission will be used to determine whether a user can trigger an action to Amazon Q. -
Add base commands for Amazon Q quick actions. This commit exports the quick actions that will be available the frontend.
References
Relates to https://gitlab.com/gitlab-com/ops-sub-department/panda-internal/sm-release/-/issues/19
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
This is just basic functionality to make the quick actions available if Amazon Q is enabled; it does not do much yet.