Peter Eckersley
1b88bd27cf
Merge pull request #2165 from twstrike/config_test_in_nginx_prepare
...
enable config_test in configurator prepare
2016-01-18 11:52:05 -08:00
Peter Eckersley
e93c16a11b
Merge pull request #2111 from kuba/bugs/1719
...
Fix "global" max_attempt bug (#1719 )
2016-01-18 11:39:59 -08:00
Peter Eckersley
534b0eccf7
Merge pull request #2161 from letsencrypt/cache-pip
...
Cache Python packages
2016-01-18 11:26:27 -08:00
Peter Eckersley
10214e2668
Merge pull request #2179 from joohoi/apache_pep8
...
PEP8 - fixes to apache plugin
2016-01-15 15:14:30 -08:00
Peter Eckersley
9d24e7d9e2
Merge pull request #2190 from filipochnik/coverage
...
Improve test coverage in letsencrypt module
2016-01-15 15:09:09 -08:00
Joona Hoikkala
503787808a
Merge remote-tracking branch 'upstream/master' into apache_pep8
2016-01-15 09:22:15 +02:00
Filip Ochnik
4366a89883
Don't use assertIn
2016-01-15 12:55:24 +07:00
Filip Ochnik
b89d383ff4
Add tests for missing paths in webroot plugin
2016-01-15 11:38:21 +07:00
Filip Ochnik
2a6d3bedb6
Fix missing --webroot-path handling in webroot plugin
2016-01-15 11:37:20 +07:00
bmw
b030341415
Merge pull request #2187 from letsencrypt/symlink-problems
...
Fix tests on letsencrypt-apache packages
2016-01-14 17:33:27 -08:00
Brad Warren
2939b62f24
Stop cover from failing
2016-01-14 16:59:29 -08:00
Brad Warren
b7b3f24da0
Convert sites-enabled files to symlinks
2016-01-14 16:35:20 -08:00
Peter Eckersley
a401384d62
Merge pull request #2182 from letsencrypt/revert-conditional-deps
...
Always install ndg-httpsclient and pyasn1
2016-01-14 13:59:58 -08:00
Erik Rose
5d93678303
Make ConfigArgParse dependencies unconditional as well.
...
None of this is ideal, since we're making the dependencies tighter than they theoretically need to be, but the behavior of the old le-auto makes this necessary to make it succeed in practice (when using LE wheels).
Once we move to the new le-auto (which pins everything and makes setup.py dependencies irrelevant for auto installs), we should redo this using env markers as in https://github.com/letsencrypt/letsencrypt/pull/2177 . We're too afraid to do it now.
Similarly, we're too afraid to change how we handle argparse right now, despite that it should be required directly by us under 2.6. In practice, ConfigArgParse pulls it in for us, so we're okay as long as it continues to do that.
2016-01-14 16:40:47 -05:00
Brad Warren
2e034e6c6c
Revert changes to acme's setup.py
2016-01-14 11:42:10 -08:00
Filip Ochnik
84a0fba774
Properly patch display_util
2016-01-14 23:16:26 +07:00
Filip Ochnik
54207f9ef3
Test view_config_changes with for_logging=True
2016-01-14 23:15:22 +07:00
Filip Ochnik
f909d22a3d
Test with missing certificate when calling RenewableCert.names()
2016-01-14 23:15:04 +07:00
Joona Hoikkala
5357a556eb
PyLint doesn't play well with six
2016-01-14 14:18:36 +02:00
Joona Hoikkala
be1d1321b6
Pep8 love
2016-01-14 13:25:15 +02:00
bmw
7e741f9b1a
Merge pull request #2173 from letsencrypt/le-compat-release-version
...
Ensure that all pip upload version #s are reflect in git
2016-01-13 17:26:43 -08:00
Peter Eckersley
4762ede4ea
Also *set* the letsencrypt-compatibility-test version number
2016-01-13 17:09:45 -08:00
Peter Eckersley
a7b878b825
Ensure that all pip upload version #s are reflect in git
2016-01-13 16:53:40 -08:00
Peter Eckersley
8cc0d156e2
Merge pull request #2171 from letsencrypt/kill-22
...
Temporarily disable Apache 2.2 support
2016-01-13 16:26:04 -08:00
Brad Warren
8989dfc1ff
Disable Apache 2.2 support
2016-01-13 16:17:26 -08:00
Peter Eckersley
ef7231a814
Merge pull request #2169 from joohoi/check_aug_version
...
Check that recent enough version of libaugeas is available
2016-01-13 16:04:51 -08:00
Joona Hoikkala
fe8a0dcef2
Make linter happy
2016-01-14 01:52:35 +02:00
Joona Hoikkala
8c110e31d7
Fixed tests
2016-01-14 01:30:34 +02:00
Joona Hoikkala
8f6ef8db53
Modified error message
2016-01-14 01:10:50 +02:00
Joona Hoikkala
d0832f7414
Added the missing test
2016-01-14 01:09:28 +02:00
Joona Hoikkala
ddbfb44041
Add tests
2016-01-14 00:50:34 +02:00
Joona Hoikkala
7d51480c4d
Remove the test path from augeas even if failing
2016-01-14 00:23:45 +02:00
Joona Hoikkala
30ad7dce9f
Pick up the augeas RuntimeError and pass the correct one
2016-01-14 00:06:52 +02:00
Joona Hoikkala
99c575f043
Check augeas version, and raise error if not recent enough
2016-01-13 23:56:22 +02:00
Fan Jiang
7254ea5fb0
enable config_test in configurator prepare
2016-01-13 16:31:30 -05:00
Peter Eckersley
9500f2b3c3
Merge pull request #2139 from kuba/acme-pylint-80
...
ACME: pylint to 80 chars
2016-01-13 00:31:02 -08:00
Brad Warren
b03fcee4ee
Cache Python packages
2016-01-12 16:32:24 -08:00
bmw
de89eb89e2
Merge pull request #2135 from kuba/acme-client-dead-error
...
Remove dead code (error in except)
2016-01-12 14:50:15 -08:00
bmw
9167871a82
Merge pull request #2132 from kuba/acme-account-key-none-docs
...
Fix wrong doc comment: account_public_key is None
2016-01-12 14:49:43 -08:00
bmw
591f0376e8
Merge pull request #2089 from wteiken/fix_regr_from_resource
...
Update new_authzr_uri when querying or updating a registration
2016-01-12 14:45:54 -08:00
Peter Eckersley
ff7e765611
Merge pull request #2146 from letsencrypt/apache-redirect
...
Copy only relevant lines from http vhost to ssl vhost skeleton v2
2016-01-12 12:26:23 -08:00
Brad Warren
4cdf63c55e
Fix a couple nits
2016-01-11 18:27:01 -08:00
Brad Warren
24e6f4142b
Merge branch 'master' into apache-redirect
2016-01-11 18:21:51 -08:00
Brad Warren
10df56bab6
Added revisions
2016-01-11 18:21:33 -08:00
sagi
b28b5b08d7
More tests; Make Nose happy
2016-01-11 20:59:19 +00:00
sagi
4645bf8329
Make lint happy
2016-01-11 20:58:52 +00:00
bmw
355563e23c
Merge pull request #2130 from letsencrypt/earlier-renewal
...
Default: renew 30 days before expiry, rather than 10
2016-01-11 12:32:07 -08:00
Peter Eckersley
c89dcad313
This default shouldn't be a magic string
2016-01-11 12:22:22 -08:00
sagi
9c2a0362a7
Add rewrite tests: normal, small, quoted, etc.
2016-01-11 19:55:55 +00:00
sagi
a43e7b11f1
Add colon
2016-01-11 19:55:15 +00:00