This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Send out emails with links to extend an account's validity period #5047
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## develop #5047 +/- ##
===========================================
- Coverage 61.57% 60.09% -1.48%
===========================================
Files 332 328 -4
Lines 34265 34132 -133
Branches 5648 5633 -15
===========================================
- Hits 21097 20512 -585
- Misses 11654 12161 +507
+ Partials 1514 1459 -55 |
Codecov Report
@@ Coverage Diff @@
## develop #5047 +/- ##
===========================================
- Coverage 61.57% 60.33% -1.24%
===========================================
Files 332 330 -2
Lines 34265 34244 -21
Branches 5648 5640 -8
===========================================
- Hits 21097 20660 -437
- Misses 11654 12109 +455
+ Partials 1514 1475 -39 |
Codecov Report
@@ Coverage Diff @@
## develop #5047 +/- ##
===========================================
- Coverage 61.57% 60.56% -1.01%
===========================================
Files 332 330 -2
Lines 34274 34271 -3
Branches 5652 5645 -7
===========================================
- Hits 21103 20756 -347
- Misses 11656 12036 +380
+ Partials 1515 1479 -36 |
The whole thing should be fairly well tested now. |
erikjohnston
previously requested changes
Apr 17, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few quibbles, but otherwise looks look good!
erikjohnston
approved these changes
Apr 17, 2019
babolivier
force-pushed
the
babolivier/account_expiration
branch
from
April 17, 2019 13:43
c954294
to
20f0617
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO:
get_expiration_ts_for_user
Follows #5027