Peter Eckersley
b6a4eec54f
Merge pull request #2741 from letsencrypt/reset_by_cli
...
Fix plugin default detection
2016-04-02 12:17:57 -07:00
Peter Eckersley
d78e775956
Merge pull request #2747 from FelixSchwarz/cli-spelling
...
fix spelling mistake in CLI help text
2016-04-02 08:18:34 -07:00
Eric Engestrom
2f3035de0e
Fix spelling mistakes
2016-04-02 15:50:09 +01:00
Felix Schwarz
d401595396
fix spelling mistake in CLI help text
2016-04-02 10:50:18 +02:00
Brad Warren
08e3855586
Merge branch 'master' into reset_by_cli
2016-04-01 20:31:10 -07:00
Seth Schoen
dd14b9980e
Don't call our tempfile "tempfile"
2016-04-01 18:21:16 -07:00
Seth Schoen
33a4acf6eb
Explicit test for modified write_renewal_config
2016-04-01 18:09:20 -07:00
Seth Schoen
4964f5dc67
Merge remote-tracking branch 'origin/master' into save_comments
2016-04-01 17:45:31 -07:00
Brad Warren
42f990d31f
comment++
2016-03-31 21:51:15 -07:00
Brad Warren
5a097f2fab
set set to tuple3
2016-03-31 20:25:25 -07:00
Brad Warren
90f6ed2688
Use sets to prevent duplicates
2016-03-31 20:19:14 -07:00
Brad Warren
7e2e4192b4
Update add_parser_arguments comment
2016-03-31 20:11:53 -07:00
Brad Warren
8efc3ae7c8
Add report_config_interaction
2016-03-31 20:07:18 -07:00
Brad Warren
42c1638772
Add webroot_map to default detection
2016-03-31 19:13:35 -07:00
Brad Warren
98493f72b6
Simplify plugin default detection
2016-03-31 18:53:31 -07:00
Brad Warren
b748d39795
Create dict for to store flag interactions
2016-03-31 18:49:23 -07:00
Brad Warren
40fd25c9e9
Add HelpfulArgumentGroup
2016-03-31 18:12:11 -07:00
Brad Warren
12082a94ad
Simplify default detection
2016-03-31 18:08:36 -07:00
Brad Warren
2d9860e2ce
Add _Default class
2016-03-31 15:31:26 -07:00
Brad Warren
1802cee2e6
Remove commented out print debugging statements
2016-03-31 13:20:00 -07:00
Peter Eckersley
18e05cc284
Document which hooks are run with --dry-run
2016-03-31 12:40:11 -07:00
Peter Eckersley
37c070597c
Fix tests on py26
...
the print() function does not appear to be mockable there
2016-03-31 09:57:57 -07:00
Peter Eckersley
8f8d80e7d1
Don't strip " from PATH entries
...
There shouldn't be any, but if they're there perhaps they're there for a
reason.
2016-03-30 17:50:22 -07:00
Peter Eckersley
526aa7d5ae
Fix _run_hook test
2016-03-30 17:41:59 -07:00
Seth Schoen
b13ce26eb3
Basic attempt at fixing #2368
...
Changing the method of updating and rewriting renewal config files
to use the same ConfigObj instance rather than a new one, and change
individual renewalparams items individually rather than replacing
the entire renewalparams dict with a new dict (which may also cause
a loss of associated comment data).
2016-03-30 16:59:13 -07:00
Peter Eckersley
285f3b5536
lint
2016-03-30 15:38:38 -07:00
Peter Eckersley
db5c4f9f91
Fix whitespace
2016-03-30 13:59:12 -07:00
Peter Eckersley
af1b136846
Ooops, actually add hook_test.py to the repo!
2016-03-30 13:58:26 -07:00
Peter Eckersley
509600dec1
Address review comments
2016-03-30 13:58:12 -07:00
Peter Eckersley
c98bdd6988
Don't try to test empty hooks
2016-03-30 13:33:55 -07:00
Peter Eckersley
c11af67f2a
Some unit tests for hooks.py
2016-03-30 13:15:54 -07:00
Peter Eckersley
ffefac466a
Make hook errors more helpful
2016-03-29 18:46:51 -07:00
Peter Eckersley
8b8319355d
Actually validate hooks
2016-03-29 18:45:14 -07:00
Peter Eckersley
3265660478
Dry run testable
2016-03-29 18:33:57 -07:00
Peter Eckersley
87aa1bd140
lint
2016-03-29 18:16:41 -07:00
Peter Eckersley
ad5a08f5fc
Actually run the renew hook
2016-03-29 17:58:53 -07:00
Peter Eckersley
5943dc7c3d
Start implementing some renewal hook flags
...
Also some refactoring:
- split renewal out of _auth_from_domains into renewal.renew_cert
- split main._csr_obtain_cert out of main.obtain_cert
2016-03-25 20:37:12 -07:00
Noah Swartz
6542c5787d
Merge pull request #2690 from joohoi/2478
...
IPv6 support for Addr and correct parsing of IPv6 vhosts
2016-03-25 13:45:42 -07:00
schoen
11772b8436
Merge pull request #2708 from letsencrypt/dselect
...
Add directory_select method to IDisplay
2016-03-25 13:32:34 -07:00
Brad Warren
f520ca2556
Address @schoen's review comments
2016-03-25 12:52:37 -07:00
Joona Hoikkala
f2fc79fc55
Fixed test case
2016-03-25 19:12:48 +02:00
Joona Hoikkala
2927746c0e
Added important check for IPv6 address and tests, improved readability
2016-03-25 18:36:05 +02:00
Joona Hoikkala
92a20d31cc
Merge remote-tracking branch 'upstream/master' into 2478
2016-03-25 16:35:39 +02:00
Peter Eckersley
6da12cb6a7
Merge remote-tracking branch 'origin/master' into split-plugin-selection
...
Conflicts on "none" -> "None"
2016-03-24 18:03:26 -07:00
Peter Eckersley
7b434c5a88
Address review comments
2016-03-24 17:51:48 -07:00
Brad Warren
f3f665bf63
s/none/None
2016-03-24 12:35:52 -07:00
Seth Schoen
a9e0b0f6ab
Another try on protected access lint error
2016-03-24 12:02:11 -07:00
Seth Schoen
f3362d9978
Disabling a protected access complaint
2016-03-23 17:41:56 -07:00
Peter Eckersley
c1844b61c1
Merge remote-tracking branch 'origin/master' into split-plugin-selection
2016-03-23 17:24:17 -07:00
Seth Schoen
dffa98d5ed
Merge remote-tracking branch 'origin/master' into no_irrelevant_items
...
Conflicts:
letsencrypt/cli.py
2016-03-23 17:12:54 -07:00