Move frontend code to ProjectCiCdSettingsUpdate
What does this MR do and why?
Describe in detail what your merge request does and why.
This MR migrates the usage of deprecated CiCdSettingsUpdate
mutation to the new (renamed) ProjectCiCdSettingsUpdate
. We want the frontend to deploy first, and then we can proceed with the removal on the backend with !119061 (merged).
Part of #361801 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
step | screenshot | original MR |
---|---|---|
Verify that toggling setting in Projects > Settings > CI/CD > Artifacts works correctly | !49500 (merged) | |
1. Navigate to Project > Settings > CI/CD > Token Access 1. Verify that toggling setting in Allow access to this project with a CI_JOB_TOKEN works correctly |
!110781 (merged) | |
Verify that toggling Token access setting in **Projects > Settings > CI/CD ** works correctly | !61935 (merged) | |
Verify that toggling Settings > CI/CD > Token Access > Limit JSON Web Token (JWT) access works correctly. | !92711 (merged) |
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Pedro Pombeiro