Skip to content

Batch Changes Credential Check

Administrator requested to merge rc/credential-check into main

Created by: Piszmog

Closes #18346 (closed).

Added a button on the Batch Changes settings page called Check that checks if the configured credential is still valid for the code host.

When the button is clicked, the button calls a new GraphQL Query (checkBatchChangesCredential), to validate the credentials Authenticator.

If the credential is valid or invalid, an alert is displayed for the code host communicating the result.

Test plan

Verified with Go Unit Tests and manual testing. Created new Storybooks.

Screen Shot 2022-05-26 at 13 10 37

Screen Shot 2022-05-26 at 13 09 50

Screen Shot 2022-05-26 at 13 10 08

Merge request reports

Loading