1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00
Commit Graph

486 Commits

Author SHA1 Message Date
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
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
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
Seth Schoen
77fbb1433f Merge remote-tracking branch 'origin/master' into renew_verb 2016-02-04 16:53:06 -08:00
Brad Warren
dace0aecfa I missed these 2016-02-04 16:23:39 -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
148b0c155e Merge remote-tracking branch 'origin/master' into renew_verb 2016-02-04 14:40:52 -08:00
Peter Eckersley
f623df772a Experimental solution to deepcopy py26 problems 2016-02-04 10:04:12 -08:00
Brad Warren
5e656122de Use correct config 2016-02-03 19:36:14 -08:00
Brad Warren
1536c8fca3 Fix the things I broke 2016-02-03 19:29:27 -08:00
Brad Warren
ea76c07832 s/config\./config\.namespace/ 2016-02-03 19:09:40 -08:00
Peter Eckersley
0997eb31ae Merge branch 'renew_verb' of ssh://github.com/letsencrypt/letsencrypt into renew_verb 2016-02-03 18:58:49 -08:00
Peter Eckersley
4d8dbc9d81 Lint this entire monstrosity
- Doing some of @schoen's refactoring homework for him :)
2016-02-03 18:55:06 -08:00
Brad Warren
f0b6d1ab60 Merge branch 'renew_verb' of github.com:letsencrypt/letsencrypt into renew_verb 2016-02-03 18:44:35 -08:00
Brad Warren
a659b07b4c Reininitialize plugins for every lineage 2016-02-03 18:44:27 -08:00
Peter Eckersley
c152b452b2 Start testing the renew verb, plus other goodies:
* --dry-run works with renew
  * test harness for renewal is now fairly usable
  * coverage on cli.py 80% -> 88%
2016-02-03 18:40:50 -08:00
Brad Warren
41bb67f7a2 Use .namespace 2016-02-03 16:29:36 -08:00
Brad Warren
c990981035 Pass config in call to save_successor 2016-02-03 15:18:31 -08:00
Seth Schoen
22adea60bf _restore_required_config_elements + fix except syntax 2016-02-03 13:49:26 -08:00
Peter Eckersley
3dd97ccb6a Merge branch 'renew_verb' of ssh://github.com/letsencrypt/letsencrypt into renew_verb 2016-02-03 13:29:24 -08:00
Peter Eckersley
fd0fd1444d Thorough checking, less printfs 2016-02-03 13:29:13 -08:00
Seth Schoen
d5019b258a Merge remote-tracking branch 'origin/renew_verb' into renew_verb 2016-02-03 13:25:10 -08:00
Seth Schoen
f7a350b0f8 Move zope call back inside renew() 2016-02-03 13:21:43 -08:00
Seth Schoen
af39b52122 Split out _reconstitute() from renew() 2016-02-03 13:20:55 -08:00
Peter Eckersley
56f4b4d534 Merge branch 'renew_verb' of ssh://github.com/letsencrypt/letsencrypt into renew_verb 2016-02-03 12:58:18 -08:00
Peter Eckersley
c0d55c7c33 Improve certonly renewal test coverage 2016-02-03 12:57:49 -08:00
Seth Schoen
5642edfbff Clobber EXTRACT_PLUGIN_PREFIXES; fix several bugs 2016-02-03 12:54:56 -08:00
Seth Schoen
37709f2e07 Remove commented-out lines 2016-02-03 12:15:51 -08:00
Peter Eckersley
ec7e957fe6 Minimal test unbreakage
Though really this test will need to be redesigned :(
2016-02-03 11:52:57 -08:00
Seth Schoen
b69a102087 Removing debug prints 2016-02-02 18:30:22 -08:00
Seth Schoen
6682e370a8 Very ugly approach to extract types from the parser! 2016-02-02 18:28:04 -08:00