Peter Eckersley
ca3a8fb952
Merge pull request #2745 from letsencrypt/quiet
...
Implement --quiet / -q
2016-04-04 11:39:11 -07:00
Peter Eckersley
b567a54206
Really never echo terminal codes in quiet mode
2016-04-04 11:16:37 -07:00
Peter Eckersley
f8867ab357
Test for --quiet renew
2016-04-04 11:14:04 -07:00
Peter Eckersley
13e0fbb1f1
_call can now handle the _call_stdout case
2016-04-04 11:06:37 -07:00
Peter Eckersley
12006fb5f5
cli_test: _call() now allows stdout content inspection
2016-04-04 10:53:11 -07:00
Peter Eckersley
59d7c44bd6
Avoid all terminal codes in --quiet mode
2016-04-04 10:38:49 -07:00
Peter Eckersley
f645cf3339
Merge pull request #2751 from letsencrypt/missing-server
...
Handle renewal conf files without a "server" entry
2016-04-02 12:53:16 -07:00
Peter Eckersley
6a11e171e8
lintmonster
2016-04-02 12:48:55 -07:00
Peter Eckersley
2d502ba98e
Handle renewal conf files without a "server" entry
...
Fixes : #2750
2016-04-02 12:41:37 -07:00
Peter Eckersley
f5e0aca891
Try things with just print()
2016-04-02 12:25:10 -07:00
Peter Eckersley
b6a4eec54f
Merge pull request #2741 from letsencrypt/reset_by_cli
...
Fix plugin default detection
2016-04-02 12:17:57 -07:00
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
Brad Warren
08e3855586
Merge branch 'master' into reset_by_cli
2016-04-01 20:31:10 -07: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
Peter Eckersley
7fbd800ddd
lint
2016-04-01 20:17:06 -07:00
Peter Eckersley
9201f2691f
Wrangle the Reporter to also be --quiet
2016-04-01 20:14:06 -07:00
Peter Eckersley
6e7cc4ee53
Merge remote-tracking branch 'origin/master' into quiet
2016-04-01 18:56:34 -07:00
Peter Eckersley
6c13616b15
Less delimitation
2016-04-01 18:47:30 -07:00
Peter Eckersley
8f454e0666
But let's not get ahead of ourselves
2016-04-01 18:43:18 -07:00
Peter Eckersley
e2340a5da9
Make all of _renew_describe_results print or not print
...
depending on whether there have been any errors
2016-04-01 18:40:21 -07:00
Peter Eckersley
10214763b0
bugfix
2016-04-01 18:23:38 -07:00
Peter Eckersley
1f4f1fdf39
Verbosity tuning
2016-04-01 18:22:07 -07:00
Seth Schoen
dd14b9980e
Don't call our tempfile "tempfile"
2016-04-01 18:21:16 -07:00
Peter Eckersley
13a5faeda7
An attempt at --quiet
2016-04-01 18:14:50 -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
Brad Warren
42f990d31f
comment++
2016-03-31 21:51:15 -07:00
Brad Warren
5a097f2fab
set set to tuple3
2016-03-31 20:25:25 -07:00
Brad Warren
90f6ed2688
Use sets to prevent duplicates
2016-03-31 20:19:14 -07:00
Brad Warren
7e2e4192b4
Update add_parser_arguments comment
2016-03-31 20:11:53 -07:00
Brad Warren
8efc3ae7c8
Add report_config_interaction
2016-03-31 20:07:18 -07:00
Brad Warren
42c1638772
Add webroot_map to default detection
2016-03-31 19:13:35 -07:00
Brad Warren
98493f72b6
Simplify plugin default detection
2016-03-31 18:53:31 -07:00
Brad Warren
b748d39795
Create dict for to store flag interactions
2016-03-31 18:49:23 -07:00
Brad Warren
40fd25c9e9
Add HelpfulArgumentGroup
2016-03-31 18:12:11 -07:00
Brad Warren
12082a94ad
Simplify default detection
2016-03-31 18:08:36 -07:00
Brad Warren
2d9860e2ce
Add _Default class
2016-03-31 15:31:26 -07:00
Brad Warren
1802cee2e6
Remove commented out print debugging statements
2016-03-31 13:20:00 -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