fabric8-services / fabric8-auth

Identity and Access Management for fabric8 services
https://auth.openshift.io/api/status
Apache License 2.0
14 stars 26 forks source link

soft-delete account during user deactivation #793

Closed xcoulon closed 5 years ago

xcoulon commented 5 years ago

also include changes in the testgraph to be able to retrieve soft-deleted records

fixes #778

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@660a631). Click here to learn what that means. The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #793   +/-   ##
=========================================
  Coverage          ?   78.73%           
=========================================
  Files             ?       94           
  Lines             ?     8832           
  Branches          ?        0           
=========================================
  Hits              ?     6954           
  Misses            ?     1378           
  Partials          ?      500
Impacted Files Coverage Δ
authentication/account/service/user.go 81.25% <55.55%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 660a631...647e1f8. Read the comment docs.

xcoulon commented 5 years ago

thanks for the review, @sbryzak !