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

feat: Add command enableUser to enable or disable a user #271

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Jul 7, 2023

This command is from server but makes more sense to be available through this library.

For testing it I adjusted the listUsers command to allow fetching user details.

This command is from server. For testing it I adjusted the `listUsers` command
to allow fetching user details.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added 3. to review Waiting for reviews enhancement New feature request labels Jul 7, 2023
@susnux susnux requested a review from skjnldsv July 7, 2023 02:36
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +96.47 🎉

Comparison is base (99151f1) 0.00% compared to head (b63b1f6) 96.47%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #271       +/-   ##
===========================================
+ Coverage        0   96.47%   +96.47%     
===========================================
  Files           0        5        +5     
  Lines           0       85       +85     
  Branches        0        4        +4     
===========================================
+ Hits            0       82       +82     
- Misses          0        3        +3     
Impacted Files Coverage Δ
lib/commands/users.ts 100.00% <100.00%> (ø)
lib/index.ts 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@skjnldsv skjnldsv merged commit 359b79b into master Jul 7, 2023
13 checks passed
@skjnldsv skjnldsv deleted the feat/enable-user branch July 7, 2023 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants