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

Send notification to users before account deactivation #805

Closed xcoulon closed 5 years ago

xcoulon commented 5 years ago

Uses the notification service to send a message to the recipients also, in the tests, setup/teardown before/after each subtest.

Fixes #ODC183

Signed-off-by: Xavier Coulon xcoulon@redhat.com

codecov[bot] commented 5 years ago

Codecov Report

Merging #805 into master will decrease coverage by 0.03%. The diff coverage is 68.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #805      +/-   ##
==========================================
- Coverage   78.48%   78.45%   -0.04%     
==========================================
  Files          94       94              
  Lines        8859     8924      +65     
==========================================
+ Hits         6953     7001      +48     
- Misses       1393     1404      +11     
- Partials      513      519       +6
Impacted Files Coverage Δ
migration/migration.go 66.47% <100%> (+0.19%) :arrow_up:
authentication/account/repository/identity.go 76.8% <100%> (ø) :arrow_up:
notification/notification.go 95.34% <100%> (+1.4%) :arrow_up:
configuration/configuration.go 83.57% <14.28%> (-0.38%) :arrow_down:
authentication/account/service/user.go 76.19% <64.28%> (-3.81%) :arrow_down:
...rovider/service/authentication_provider_service.go 66.12% <0%> (+4.46%) :arrow_up:

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 8c55220...ece9dd5. Read the comment docs.