-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZKUI-390: Prepare all the mutation needed for Veeam #678
ZKUI-390: Prepare all the mutation needed for Veeam #678
Conversation
Hello chengyanjin,My role is to assist you with the merge of this Status report is not available. |
8ca92f4
to
9d20159
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
adff480
to
bfab4d0
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## development/2.2 #678 +/- ##
===================================================
+ Coverage 58.70% 59.43% +0.73%
===================================================
Files 214 215 +1
Lines 10325 10378 +53
Branches 2984 2988 +4
===================================================
+ Hits 6061 6168 +107
+ Misses 4247 4193 -54
Partials 17 17 ☔ View full report in Codecov by Sentry. |
b54dca7
to
beb1d40
Compare
beb1d40
to
a629074
Compare
src/js/mutations.ts
Outdated
const { getQuery } = useAssumeRoleQuery(); | ||
return useMutation({ | ||
mutationFn: (roleArn: string) => getQuery(roleArn).queryFn(), | ||
onSuccess(_, variables) { | ||
setRoleArnStored(variables); | ||
}, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would useSetAssumeRole instead and return setRole among with it's result, also I would make setRole return the mutation object (without the mutate method, which would be replaced by the setRole one).
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
9fca480
to
b776375
Compare
b776375
to
5c1a2bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !!!
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ZKUI-390. Goodbye chengyanjin. |
No description provided.