1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Commit Graph

417 Commits

Author SHA1 Message Date
bmw
90c7a73146 Merge pull request #2078 from letsencrypt/non-interactive
Implement non-interactive mode for the client.
2016-01-25 18:51:56 -08:00
Peter Eckersley
b7c9ed1b99 lintmonster 2016-01-25 15:36:00 -08:00
Seth Schoen
f759b8342b Merge branch 'master' of https://github.com/letsencrypt/letsencrypt into fix-2254 2016-01-25 12:53:01 -08:00
Seth Schoen
2d0f66ea32 Test now makes a non-.conf file to be ignored 2016-01-25 12:52:27 -08:00
Peter Eckersley
904f44864e rm stray print 2016-01-22 16:44:54 -08:00
Peter Eckersley
b75235b3dc Close test coverage gaps
(And fix a bug in one test...)
2016-01-21 15:27:23 -08:00
Peter Eckersley
45f32f9cdc Do not say we've renewed a cert if it was reinstalled 2016-01-20 16:04:06 -08:00
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
bbb25c7d1b Merge remote-tracking branch 'origin/master' into non-interactive
(Merge conflict due to PEP8iness)
2016-01-15 16:04:38 -08:00
Filip Ochnik
4366a89883 Don't use assertIn 2016-01-15 12:55:24 +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
Peter Eckersley
3c70af7da5 Avoid accidentally mocking noninteractivity 2016-01-09 15:55:54 -08:00
Peter Eckersley
cc890e6bdd Merge branch 'master' into non-interactive 2016-01-09 15:10:49 -08:00
Peter Eckersley
1f45c2ca5c s/--apache/--standalong in non-interactive unit tests
Since apache may not be installed in travis or other test envs
2016-01-09 15:10:06 -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
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
59f68d074f Clean-ups & lint chasing 2016-01-01 15:34:06 -08:00
Peter Eckersley
96f704f577 Test cases for various error cases (and associtated bugfixes) 2016-01-01 15:29:34 -08:00
Peter Eckersley
b5828d92ad Test cases for NoninteractiveDisplay
(and one of the associated bugfixes :)
2015-12-30 16:07:25 -08:00
Peter Eckersley
4f33a4dbb5 Noninteractive iDisplay basic implementation
(no tests or hooks, yet)
2015-12-27 15:24:52 -08: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
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
e463fca34d fix broken test 2015-12-17 16:01:21 -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
Joona Hoikkala
936fc83bd1 Merge remote-tracking branch 'upstream/master' into domcheck_manual 2015-12-14 09:29:26 +02:00
Peter Eckersley
cd1c4e1e8e Fix existing test 2015-12-12 13:02:22 -08:00
Peter Eckersley
3b4d95a5da Merge remote-tracking branch 'origin/master' into 1546 2015-12-12 12:15:27 -08:00
Brad Warren
75bc227cfa Test setting agree-dev-preview in config file 2015-12-11 16:13:06 -08:00
Noah Swartz
090ada2aca fix issue with mocked _treat_as_renewal code 2015-12-11 15:46:35 -08:00
Peter Eckersley
88956dfba8 Move staging URI into constants.py 2015-12-10 19:38:07 -08:00
Peter Eckersley
45d20847e6 Implement --staging
- Fixes #1667
- Should help with rate limit problems
2015-12-09 18:21:27 -08:00
Joona Hoikkala
5348af6559 Better coverage and test fixes 2015-12-09 15:03:14 +02:00
Joona Hoikkala
64f3d518a4 Test cases for manual domain validation 2015-12-09 13:22:39 +02:00
Joona Hoikkala
0cb80bf753 Better test coverage 2015-12-08 14:23:46 +02:00
Joona Hoikkala
5c8b493eda Whitespace and dot fix 2015-12-08 09:54:56 +02:00
Joona Hoikkala
0fb4f7dc8b Tests for domain validation 2015-12-08 09:32:02 +02:00
Peter Eckersley
fe422cb87b Merge pull request #1651 from letsencrypt/prep4prod
Prepare for public beta
2015-12-02 15:03:46 -08:00
Peter Eckersley
bbfb33b705 missing underscore
was breaking lint, but only under cover?
2015-12-02 14:20:53 -08:00
Peter Eckersley
e9a53c8cee Fix test cases
- That call took a lot of mocking, I don't yet understand why
   _report_new_cert didn't require comparable treatment...
2015-12-02 12:48:10 -08:00
bmw
a02898749a Merge pull request #1633 from letsencrypt/error-verbosity
Reduce verbosity of error tracebacks
2015-12-01 19:20:48 -08:00
bmw
8e71046986 Merge pull request #1594 from letsencrypt/webroot
Support multiple webroot paths
2015-12-01 18:32:01 -08:00