Commit Graph
5517 Commits
Author SHA1 Message Date
Peter Eckersley 3999d65d1c Refactor --csr handling to run early enough for --webroot 2016-02-08 18:08:30 -08:00
Brad Warren 70402790a3 Use --non-interactive instead of --text 2016-02-08 18:07:56 -08:00
Brad Warren 4038be9816 Test manual prepare() 2016-02-08 18:06:56 -08:00
Peter Eckersley c23aa37f4b Refactor --csr handling to run early enough for --webroot 2016-02-08 18:06:46 -08:00
Brad Warren 77616a975b Allow non-interactive with test-mode 2016-02-08 17:59:30 -08:00
Brad Warren 8eb889d942 Make CheckCertCount check cert counts 2016-02-08 17:55:28 -08:00
Brad Warren 38a6d44279 Remove round echos 2016-02-08 17:54:39 -08:00
Brad Warren bb2f054f1b Take boulder-integration.sh from #2398 2016-02-08 17:54:02 -08:00
Brad Warren 24a3b66b1c Use server_close() in standalone 2016-02-08 17:52:12 -08:00
Seth Schoen 374e4ebb4d Trying to satisfy pylint 2016-02-08 17:48:12 -08:00
Peter Eckersley d65a3c65c2 Revert "Allow webroot-map and --csr to exist together." 2016-02-08 17:25:47 -08:00
Seth Schoen de455ac6e0 Don't check _should_renew twice 2016-02-08 17:23:06 -08:00
Seth Schoen d912a99bd9 Merge remote-tracking branch 'origin/master' into fix_2386
Conflicts:
	letsencrypt/tests/cli_test.py
2016-02-08 17:22:00 -08:00
Peter Eckersley c8623fdd91 Merge pull request #2393 from letsencrypt/webroot-map-and-flags
Allow webroot-map and --csr to exist together.
2016-02-08 17:13:22 -08:00
Peter Eckersley 0af5b4b0a9 arghlint 2016-02-08 17:07:39 -08:00
Peter Eckersley ddb78b9e61 Merge remote-tracking branch 'origin/master' into issue_2347 2016-02-08 17:00:32 -08:00
Peter Eckersley bcf38476fa Fix bugs, clean up plumbing. 2016-02-08 16:59:11 -08:00
Peter Eckersley 994c96180a Don't catch the wrong exception by accident 2016-02-08 16:48:21 -08:00
Peter Eckersley 0946ea8e04 Bleh. 2016-02-08 16:42:13 -08:00
Seth Schoen ad4b8ec147 lambda to simplify printing lists of success/failure 2016-02-08 16:41:42 -08:00
Seth Schoen 2cbb166fa4 Merge remote-tracking branch 'origin/master' into fix_2386 2016-02-08 16:34:51 -08:00
Seth Schoen 4d7ad032ee Mention skipped lineages too 2016-02-08 16:34:46 -08:00
Peter Eckersley 764594b300 Merge pull request #2401 from letsencrypt/fix-boulder-error-help
Fix ACME error message help
2016-02-08 16:33:18 -08:00
Peter Eckersley b61bfdc468 Don't set default="" for store_false args... 2016-02-08 16:18:30 -08:00
Seth Schoen d6d27dba7a Merge remote-tracking branch 'origin/master' into fix_2386 2016-02-08 16:11:46 -08:00
Seth Schoen d8ea828de6 Fix lint complaints about cli.py 2016-02-08 16:11:20 -08:00
Peter Eckersley b6ca802f6b Merge pull request #2400 from letsencrypt/renew-coverage
renew_coverage++
2016-02-08 15:34:55 -08:00
Peter Eckersley de43a4b052 Split default detection into its own method 2016-02-08 15:20:04 -08:00
Peter Eckersley c5c72de959 Cleanup default detection a little, and handle an extra weird case
- Noah spotted a theoretical issue with store_false args, so handle that
    prospectively
  - overall probably not really making anything neater
2016-02-08 15:09:47 -08:00
Seth Schoen 1fd3f8a8dc Making tests pass after CLI change 2016-02-08 14:21:31 -08:00
Brad Warren 5ef3e5399d Add webroot help to connection message 2016-02-08 14:06:34 -08:00
Brad Warren 72dfaea434 Fix ACME error reporting regression 2016-02-08 13:35:54 -08:00
Seth Schoen 9c7af6a93f Better reporting of renewal results 2016-02-08 13:22:49 -08:00
Brad Warren 71faa50820 duplication-- 2016-02-08 13:12:18 -08:00
Brad Warren fdb9857dd8 test obtain_cert error is caught by renew 2016-02-08 12:54:46 -08:00
Brad Warren d7be27fd84 Test renew catches all exceptions from reconstitute 2016-02-08 12:38:18 -08:00
Brad Warren 93ca160a1b test renew with -d/--csr 2016-02-08 12:34:58 -08:00
Brad Warren c0715d168b test _restore_plugin_configs 2016-02-08 12:29:04 -08:00
Brad Warren 12f1ec6850 Fix test and bad domain error handling 2016-02-08 12:11:45 -08:00
Brad Warren 0ba4b0c0b5 Add bad domain renew test 2016-02-08 11:42:55 -08:00
Seth Schoen 9740e41224 Merge remote-tracking branch 'origin/master' into fix_2386 2016-02-08 10:57:47 -08:00
Peter Eckersley edb07aeecb Tweak changelog
(but really, provoke a re-run of travis)
2016-02-08 10:24:09 -08:00
Peter Eckersley d2ea078422 Remove some commented debugging statements 2016-02-07 20:12:01 -08:00
Peter Eckersley 317557086c sys.argv[1:] does not work in tests 2016-02-07 20:08:32 -08:00
Peter Eckersley f3655f9ab3 Throw in an extra test for good measure 2016-02-07 19:14:24 -08:00
Peter Eckersley 7b0e701731 Fix error formatting 2016-02-07 19:08:26 -08:00
Peter Eckersley c9df10a87e Debugging / work in progress 2016-02-07 19:04:43 -08:00
Peter Eckersley 2ba2dde9ed Fix some broken tests 2016-02-07 18:47:50 -08:00
Peter Eckersley 7281df234f Fix lint / merge error. 2016-02-07 18:20:05 -08:00
Roy Wellington Ⅳ 2369f1253b Fix import ordering s.t. future versions of pylint won't warn on it.
pylint gets more strict about import order in the future, so adjust it
now to make upgrading smoother. pylint is following the order from
PEP-8:

> Imports should be grouped in the following order:
>
> 1. standard library imports
> 2. related third party imports
> 3. local application/library specific imports
>
> You should put a blank line between each group of imports.
2016-02-07 12:58:35 -08:00