Skip to content
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

refactor(client)!: Remove request wrappers - AuthClient::role_revoke_permission #899

Merged

Conversation

lxl66566
Copy link
Collaborator

@lxl66566 lxl66566 commented Jul 18, 2024

Depends-On: #882
close #819

Please briefly answer these questions:

  • what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)

  • what changes does this pull request make?

  • are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)

@mergify mergify bot requested a review from a team July 18, 2024 01:38
Copy link

codecov bot commented Jul 18, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 4 lines in your changes missing coverage. Please review.

Project coverage is 76.20%. Comparing base (e35b35a) to head (bcda864).
Report is 194 commits behind head on master.

Files Patch % Lines
crates/xlinectl/src/command/role/revoke_perm.rs 71.42% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #899      +/-   ##
==========================================
+ Coverage   75.55%   76.20%   +0.64%     
==========================================
  Files         180      189       +9     
  Lines       26938    28753    +1815     
  Branches    26938    28753    +1815     
==========================================
+ Hits        20353    21910    +1557     
- Misses       5366     5528     +162     
- Partials     1219     1315      +96     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

mergify bot commented Jul 30, 2024

@lxl66566 Your PR is in conflict and cannot be merged.

Signed-off-by: lxl66566 <[email protected]>

fix: add test

Signed-off-by: lxl66566 <[email protected]>

fix(client): fix doc test

Signed-off-by: lxl66566 <[email protected]>
@lxl66566 lxl66566 force-pushed the refactor-client-role-revoke-permission branch from 1ca1dd5 to bcda864 Compare August 15, 2024 03:50
@lxl66566 lxl66566 marked this pull request as ready for review August 15, 2024 03:50
Copy link

mergify bot commented Aug 15, 2024

@lxl66566 Convert your pr to draft since CI failed

@mergify mergify bot marked this pull request as draft August 15, 2024 03:59
@mergify mergify bot added the CI:fail CI has failed label Aug 15, 2024
@mergify mergify bot marked this pull request as ready for review August 15, 2024 04:02
@mergify mergify bot removed the CI:fail CI has failed label Aug 15, 2024
@bsbds bsbds merged commit 617e341 into xline-kv:master Aug 26, 2024
16 checks passed
@mergify mergify bot requested a review from a team August 26, 2024 03:11
@lxl66566 lxl66566 deleted the refactor-client-role-revoke-permission branch August 26, 2024 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactor]: Remove request wrappers in xline-client
2 participants