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
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
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
Brad Warren
f520ca2556
Address @schoen's review comments
2016-03-25 12:52:37 -07:00
Joona Hoikkala
49b56d73c5
PEP8 fixes
2016-03-25 20:19:12 +02: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
bmw
e5876ea162
Merge pull request #2652 from letsencrypt/split-plugin-selection
...
Move plugin selection from cli.py and display/ops.py into plugins/selection.py
2016-03-24 18:27:24 -07: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
schoen
8d9ab3fbac
Merge pull request #2711 from letsencrypt/None_nones
...
none should be None
2016-03-24 15:19:44 -07:00
Brad Warren
f3f665bf63
s/none/None
2016-03-24 12:35:52 -07:00
bmw
998e588701
Merge pull request #2663 from letsencrypt/no_irrelevant_items
...
Don't save irrelevant items into renewal configuration
2016-03-24 12:12:20 -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