Roy Wellington Ⅳ
2369f1253b
Fix import ordering s.t. future versions of pylint won't warn on it.
...
pylint gets more strict about import order in the future, so adjust it
now to make upgrading smoother. pylint is following the order from
PEP-8:
> Imports should be grouped in the following order:
>
> 1. standard library imports
> 2. related third party imports
> 3. local application/library specific imports
>
> You should put a blank line between each group of imports.
2016-02-07 12:58:35 -08:00
schoen
fa926f9ada
Merge pull request #2378 from TheNavigat/getauthorizationsdomain
...
Fixing parameter type for get_authorizations domains parameter
2016-02-06 12:25:06 -08:00
Noah Swartz
f70605f5bc
Merge pull request #2338 from letsencrypt/renew_verb
...
Renew verb
2016-02-05 17:57:57 -08:00
Seth Schoen
fd3d2fa822
Make _no_force_renew not force renewal
2016-02-05 17:19:39 -08:00
Seth Schoen
8b02f485b0
Have a way not to force renewal in integration test
2016-02-05 17:13:30 -08:00
Seth Schoen
09337517d3
Try to distinguish renew and non-renew in integration test
2016-02-05 16:57:41 -08:00
Seth Schoen
954da7052b
Merge remote-tracking branch 'origin/renew_verb' into renew_verb
2016-02-05 16:35:35 -08:00
Brad Warren
7eb2bb4d03
Fix renew + noninteractive
2016-02-05 16:30:19 -08:00
Brad Warren
0b5c8e8d71
Merge branch 'master' into renew_verb
2016-02-05 16:26:50 -08:00
Seth Schoen
eeea177fe5
Merge remote-tracking branch 'origin/master' into renew_verb
2016-02-05 16:04:08 -08:00
schoen
063d22225e
Merge pull request #2385 from letsencrypt/noninteractive-implies-stderr-logging
...
Non-interactive implies stderr logging
2016-02-05 16:03:56 -08:00
Brad Warren
6ef0f71e0e
-n implies -t for logging
2016-02-05 15:53:54 -08:00
Seth Schoen
772d424fc7
log_dir → logs_dir
2016-02-05 15:38:10 -08:00
Seth Schoen
21fe41c53b
call .restart() on installer after renew if possible
2016-02-05 15:37:50 -08:00
Seth Schoen
5c31b000b4
Error handling around obtain_cert()
2016-02-05 14:51:14 -08:00
Seth Schoen
5c14c09027
@bmw noticed we were iterating over the wrong thing!
2016-02-05 13:10:00 -08:00
Seth Schoen
b7717bbc8e
Fixes for comments from PR review
2016-02-05 13:06:50 -08:00
TheNavigat
acb4cbd432
Fixing parameter type for get_authorizations domains parameter
2016-02-05 18:57:52 +02:00
TheNavigat
ed3978ec5c
Merge remote-tracking branch 'letsencrypt/master'
2016-02-05 18:40:15 +02:00
Peter Eckersley
3260efd519
Be consistent about using logger.debug for tracebacks
2016-02-04 19:31:05 -08:00
Peter Eckersley
0b62495581
Move noninteractivity to the place Brad suggests
2016-02-04 19:25:50 -08:00
Peter Eckersley
6081467517
Merge remote-tracking branch 'origin/denest' into renew_verb
2016-02-04 19:18:15 -08:00
Peter Eckersley
9f57236bb1
Try things the EvenMoreProper way
2016-02-04 19:14:36 -08:00
Peter Eckersley
9cd0d5497f
Remove older workarounds, comment newer ones
2016-02-04 18:58:57 -08:00
Peter Eckersley
2e05d33d3b
Merge remote-tracking branch 'origin/denest' into experiment
2016-02-04 18:50:06 -08:00
Brad Warren
8933c51e22
Satisfied OCD by keeping comment capitalization consistent
2016-02-04 18:32:39 -08:00
Brad Warren
8c47215318
More unnesting
2016-02-04 18:28:10 -08:00
Brad Warren
b4f1d94d09
less nesting + fixed argument order
2016-02-04 18:21:36 -08:00
Brad Warren
36a42d1830
Tracebacks are useful
2016-02-04 18:15:39 -08:00
Brad Warren
b2dae6cae2
Fixed it?
2016-02-04 18:10:39 -08:00
Brad Warren
7dd1ea4dcf
Kill this now plz
2016-02-04 17:30:52 -08:00
Seth Schoen
77fbb1433f
Merge remote-tracking branch 'origin/master' into renew_verb
2016-02-04 16:53:06 -08:00
bmw
70ab18203d
Merge pull request #2374 from letsencrypt/use-namespace-4-now-plz
...
Fixes missing account/email problems
2016-02-04 16:48:51 -08:00
Brad Warren
dace0aecfa
I missed these
2016-02-04 16:23:39 -08:00
Seth Schoen
71c90bef5e
Merge remote-tracking branch 'origin/renew_verb' into renew_verb
...
Conflicts:
letsencrypt/cli.py
2016-02-04 16:11:30 -08:00
Noah Swartz
8dfb2a1d4c
check verb
2016-02-04 16:09:42 -08:00
Seth Schoen
893918de00
Check for config.verb == "renew" rather than config.renew
2016-02-04 16:07:56 -08:00
Seth Schoen
a0b458b9a0
Merge remote-tracking branch 'origin/renew_verb' into renew_verb
2016-02-04 16:05:43 -08:00
Seth Schoen
e2e0dddaa4
Responding to comments (logger.debug, reject --csr in renew)
2016-02-04 16:04:53 -08:00
Noah Swartz
e14feb2919
renew should imply noninteractive
2016-02-04 15:44:54 -08:00
Seth Schoen
375543eb32
Hoping to see if integration test is really renewing
2016-02-04 14:43:05 -08:00
Seth Schoen
148b0c155e
Merge remote-tracking branch 'origin/master' into renew_verb
2016-02-04 14:40:52 -08:00
schoen
fd1a503aee
Merge pull request #2361 from letsencrypt/update-successor-config
...
Update config in save_successor
2016-02-04 12:56:34 -08:00
Peter Eckersley
ab2fed0e1d
Lint
2016-02-04 10:20:05 -08:00
Peter Eckersley
f623df772a
Experimental solution to deepcopy py26 problems
2016-02-04 10:04:12 -08:00
Noah Swartz
dc9a51b2e6
make a robust test script
2016-02-04 09:38:45 -08:00
Noah Swartz
8fdcb772d9
return failure
2016-02-04 09:29:11 -08:00
Peter Eckersley
94816f32a5
Try this a different way
2016-02-03 22:36:30 -08:00
Peter Eckersley
77e9f9f9b4
hack around horrible ancient py26 + deepcopy + mock issue
2016-02-03 22:17:38 -08:00
Brad Warren
5bcd267754
Merge branch 'master' into update-successor-config
2016-02-03 21:49:45 -08:00