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
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
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
Fan Jiang
7254ea5fb0
enable config_test in configurator prepare
2016-01-13 16:31:30 -05: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
Peter Eckersley
3a7565afe5
trigger travis rerun
2016-01-10 01:03:50 -08:00
Peter Eckersley
5b3bd890b7
Default: renew 30 days before expiry, rather than 10
...
- gives more time for various fallback strategies if renewal doesn't work the
first time
2016-01-09 15:15:05 -08:00
Brad Warren
a7a7380110
Merge branch 'master' into pyopenssl
2016-01-08 14:26:13 -05:00
Noah Swartz
287be6be8e
fix linting issue
2016-01-08 02:47:59 -08:00
Noah Swartz
e7ae025a72
fixed mainline merge conflict
2016-01-08 02:36:35 -08:00
Noah Swartz
6fedd22dc8
don't iDisplay if logging
2016-01-08 02:00:47 -08:00
Brad Warren
9e14af87d8
Merge branch 'master' into pyopenssl
2016-01-06 21:52:40 -05:00
Brad Warren
6f7299f9ed
Merge branch 'master' into pyopenssl
2016-01-06 12:40:56 -05:00
Jacob Hoffman-Andrews
0a04efe40c
Fix lint error and remove extra format()
2016-01-05 17:23:32 -08:00
Jacob Hoffman-Andrews
4adc282631
Fix formatting of error messages.
2016-01-05 11:02:58 -08:00
Jacob Hoffman-Andrews
f7fad9a4af
Show error detail to the user.
...
Previously this code would show the user a hardcoded message based on the error
type, but it's much more useful to show the error detail field, which often
helps debug the problem.
2016-01-05 10:51:59 -08:00
Brad Warren
8680a29c9d
Merge branch 'master' into pyopenssl
2016-01-02 13:11:11 -05:00
Peter Eckersley
e3263557d2
Merge pull request #2007 from Natim/remove-requests-from-setup.py
...
Move validator to compatibility-test — Refs #1997
2015-12-24 12:53:54 -08:00
Brad Warren
75b551762b
Expose wrapped, not dump
2015-12-23 19:09:05 -05:00
Rémy HUBSCHER
6a026597f4
Move validator to compatibility-test — Refs #1997
2015-12-24 00:41:27 +01:00
Brad Warren
980637a936
Audit calls to test_util.load_cert
2015-12-23 17:12:33 -05:00
Brad Warren
66a861ead1
Add test_comparable_{cert,csr}
2015-12-23 13:48:52 -05:00
bmw
d4f63097d6
Merge pull request #1959 from convissor/master
...
Keep storage.names() from passing None to open()
2015-12-23 13:02:33 -05:00
bmw
e3df80cfc0
Merge pull request #1941 from SwartzCr/issue_988
...
fix logging level error for renewer
2015-12-23 11:20:11 -05:00
Peter Eckersley
10c7094849
Merge pull request #1954 from cure/patch-4
...
Fix typo in comment
2015-12-22 16:27:58 -08:00
Peter Eckersley
f5cf58f42e
with .. open .. as # definitely nicer
2015-12-22 15:42:53 -08:00
Peter Eckersley
e41339cda8
Keep lint happy
...
(But what about py3?)
2015-12-21 20:01:28 -08:00
Peter Eckersley
aa6bf73d4a
Only test permission failures if we're not root
...
or, more generally, if we're on a system where permissions are being enforced
Closes : #1979
2015-12-21 19:58:07 -08:00
Daniel Convissor
0822906c29
Keep storage.names() from passing None to open()
...
Fixes exiting abnormally with:
TypeError: coercing to Unicode: need string or buffer, NoneType found
2015-12-19 10:06:24 -05:00
Ward Vandewege
cd7051323f
Fix typo in comment
2015-12-18 21:27:24 -05:00
bmw
0c704fa7f2
Merge pull request #1929 from SwartzCr/config-parse
...
fix issue with parsing renewal confs
2015-12-18 11:41:44 -08:00
Noah Swartz
79432fddc3
undo previous logger changes
2015-12-17 16:40:56 -08:00
Noah Swartz
c66f328253
Merge branch 'issue_988' of https://github.com/SwartzCr/letsencrypt into issue_988
2015-12-17 16:38:36 -08:00
Noah Swartz
5f43c6d356
Merge branch 'config-parse' into issue_988
2015-12-17 16:01:57 -08:00
Noah Swartz
e463fca34d
fix broken test
2015-12-17 16:01:21 -08:00
Noah Swartz
253cc3dc8f
have the handler actually set the level of the logger
2015-12-17 14:36:53 -08:00
Noah Swartz
44a9d3d290
fixed self issue
2015-12-17 12:29:28 -08:00
Noah Swartz
2ce7d5cbd6
add support for verbose count setting logger level
2015-12-17 12:22:09 -08:00
Noah Swartz
4e9e01338c
Merge branch 'config-parse' into issue_988
2015-12-17 10:38:59 -08:00
Brad Warren
20b3188c65
No kwargs plz
2015-12-16 19:46:56 -08:00
Noah Swartz
15386fd0de
fix issue with parsing renewal confs
2015-12-16 18:55:39 -08:00
Brad Warren
d21ca90560
Use dump on ComparableX509
2015-12-16 17:33:08 -08:00
Eugene Kazakov
04fabf1408
Check an enhancement is supported before applying ( fixes #1432 ).
2015-12-16 16:47:45 +06:00
Peter Eckersley
c806b21e77
Merge pull request #1842 from joohoi/domcheck_manual
...
Extend domain validity checking to manual entry domains
2015-12-15 18:18:53 -08:00
bmw
27697dbba8
Merge pull request #1805 from nakato/print_function
...
Use print_function not print_statement
2015-12-15 17:41:14 -08:00