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
Peter Eckersley
b8350bd8e1
Merge pull request #2749 from 1ace/master
...
Fix spelling mistakes
2016-04-02 08:18:13 -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
bmw
5ce579b5de
Merge pull request #2733 from letsencrypt/save_comments
...
Preserve comments in renewal conf files
2016-04-01 20:25:52 -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
Peter Eckersley
3d260485cd
Merge pull request #2729 from letsencrypt/renew-hooks
...
Implement renew hooks
2016-04-01 17:39:41 -07:00
Peter Eckersley
4b364b5ad5
Merge pull request #2718 from joohoi/pep8fixes
...
PEP8 fixes for apache plugin
2016-04-01 09:27:57 -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
schoen
86e5832a8a
Merge pull request #2722 from chkpnt/patch-1
...
Revise the concatenation order for fullchain.pem
2016-03-30 16:37:25 -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
682ea359f8
Merge pull request #2707 from joohoi/gentoodefine
...
Fixed Gentoo define command
2016-03-29 17:36:19 -07:00
Gregor Dschung
1205b40411
Revise the concatenation order for fullchain.pem
2016-03-27 10:54:41 +02: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
bmw
5732846109
Merge pull request #2719 from letsencrypt/docker-setuptools
...
Fixes #2712
2016-03-25 17:49:55 -07:00
Joona Hoikkala
09eeec0c94
Merge branch 'master' into pep8fixes
2016-03-26 00:46:53 +02:00
Brad Warren
c71b23754c
What's a correct v?
2016-03-25 14:47:12 -07:00
Brad Warren
fe078dfb95
fixes #2712
2016-03-25 14:31:16 -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