Clinical-Genomics / genotype

Simple genotype comparison of VCF files
http://taboo.readthedocs.org/en/latest/
MIT License
8 stars 2 forks source link

Feat(CLI): List and inactivate users #54

Closed patrikgrenfeldt closed 2 years ago

patrikgrenfeldt commented 2 years ago

This PR adds commands to list and inactivate users

How to prepare for test:

How to test list users:

Expected test outcome:


How to test inactivate user:

Expected test outcome:


Review:

This version is a:

Implementation plan:

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

patrikgrenfeldt commented 2 years ago

Test result:

[S_main] 12s $ genotype list-users
a.b@c.se
[S_main] 12s $ genotype delete-user a.b@c.se
2022-01-18 12:55:32  genotype.cli.delete_cmd[53500] INFO Inactivating user: a.b@c.se
 [S_main] 10s $ genotype list-users
_a.b@c.se

🆗 users listed and user inactivated upon request