-
Notifications
You must be signed in to change notification settings - Fork 308
Conversation
{% endif %} | ||
<p data-email="{{ email }}"><button class="resend">{{ _("Resend verification email") }}</button></p> | ||
<p>Result: {{ result }}</p> |
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.
Stray log line.
51c5819
to
65d7a25
Compare
ac76137
to
68b8053
Compare
65d7a25
to
88cc371
Compare
68b8053
to
9d15411
Compare
Rebased, was 9d15411. |
b0fd230
to
28e703c
Compare
Okay! This PR is weighing in at +/-440 ... not as bad as I thought. :) |
Erm, well, now up to 516. 😁 |
7174836
to
055261a
Compare
Rebased, was 24c1eb6. |
24c1eb6
to
d39c8a3
Compare
This one is up next, @nobodxbodon et al. |
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 did a very superficial review. No alarms found, just a general question: what's "cli" mean here?
"cli" means "command line interface" Google search suggests that this is a common usage. |
@whit537 thanks. I didn't realize the dequeue_emails/list_email_queue are command line tools. Now it makes sense. Would you like it to be reviewed more in depth by someone else or shall I merge it? |
This is theoretically more testable than having all of this logic inline in main.py, and it also gives us someplace to move the _mailer.
Doing so is unnecessary, and also triggered the new assert in email template compilation.
Yeah, we added those scripts a month or two ago when we wanted to send out a notification about our new terms of service (#4232). Rebased again (was d39c8a3) to catch up with recent bugfix deploys. I'm ready to go here if you are, @nobodxbodon. Merge away as far as I'm concerned! :-) |
d39c8a3
to
cbbe0e9
Compare
I wonder how to restart travis manually? Or is it possible to config travis to retry automatically in case of timeout (no failed cases)? |
If you don't have whatever special privileges @whit537 has, one method is to make a small commit and push to jumpstart Travis again. |
Yeah, there's a little "Restart build" button at upper right. Not sure why you don't have perms ... |
Restarted ... |
Green! :-) |
On Travis itself? I don't have that. |
Got it. I had to be signed into Travis using GitHub credentials. Before I always thought it was a button on the PR side. Didn't even know signing into Travis was a thing. |
Ah! That makes sense. :-) !m @mattbk |
💃 |
This is confusing. I'm trying to deploy this and getting an error:
|
|
I ran |
796d36e is indeed the merge of this PR into https://github.com/gratipay/gratipay.com/commits/796d36e914a44b88e60964416e754c0b473ca163 |
Moving to #4364. |
This creates a new
Application
object that subsumesWebsite
and should eventually eat all ofwireup
(!).Immediate next step is to make anWe need to make this available to payday and models before we can work on email: #4350.Email
mixin for it: #4346.Todo
master