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

4606 Commits

Author SHA1 Message Date
Peter Eckersley
ef09362a9f bugfix 2015-12-30 15:48:59 -08:00
Peter Eckersley
833e61a411 Update usage to be letsencrypt-auto or letsencrypt, as appropriate 2015-12-30 15:14:34 -08:00
Peter Eckersley
50fa6c7f22 Error helpfully on "letsencrypt --standalone"
- Also refactor choose_configurator_plugins a bit
2015-12-30 15:10:02 -08:00
Peter Eckersley
548ba6b655 lint 2015-12-29 20:26:55 -08:00
Peter Eckersley
7daf773c73 Handle noninteractiv calls to iDisplay.checklist() 2015-12-29 20:23:23 -08:00
Peter Eckersley
5ed9ac5ae6 Handle non-interactivity of iDisplay.input() 2015-12-29 20:02:33 -08:00
Peter Eckersley
7626975248 Make iDisplay.menu() calls non-interactive where possible
- And provide helpful errors where they're not
2015-12-29 14:21:05 -08:00
Peter Eckersley
4e0b010d3d Improve interface docstrings 2015-12-29 14:06:40 -08:00
Peter Eckersley
78f188968a Update the plugin help to say something that always makes sense
(Even if you do --help plugins)

This can change again when #1460 is done
2015-12-29 13:25:43 -08:00
Peter Eckersley
430604b63f Add flag to enable non-interactivity 2015-12-29 00:12:08 -08:00
Peter Eckersley
6daaa7a763 Add defaults / cli_flags for yesno() input 2015-12-29 00:03:57 -08:00
Peter Eckersley
d471169b6b Add default-handling to the iDisplay interface
(and the other iDisplay implementations)
2015-12-28 23:47:32 -08:00
Peter Eckersley
4f33a4dbb5 Noninteractive iDisplay basic implementation
(no tests or hooks, yet)
2015-12-27 15:24:52 -08:00
Peter Eckersley
c3c4c6c632 Begin work on a noninteractive iDisplay 2015-12-27 14:35:13 -08:00
Peter Eckersley
ffd0d5aa56 Merge pull request #1811 from joohoi/multios_apache
Support apache plugin in different operating systems
2015-12-25 14:50:17 -08:00
Peter Eckersley
3e762483c5 Merge pull request #2021 from letsencrypt/revert-2009-issue_2002
Revert "Issue 2002" (logging function was actually calling an interactive iDisplay notification)
2015-12-25 13:25:42 -08:00
Peter Eckersley
d6dcfa7b7f Revert "Issue 2002" 2015-12-25 13:18:19 -08:00
Peter Eckersley
6029bd5fe4 Merge pull request #2013 from letsencrypt/testfarm
Fixes to test farm scripts
2015-12-25 03:20:15 -08:00
Joona Hoikkala
155469b51c Merge remote-tracking branch 'upstream/master' into multios_apache 2015-12-25 10:18:56 +02:00
Joona Hoikkala
c728219bc9 Changed define and version commands from string to list to avoid unneeded parsing later on 2015-12-25 10:18:24 +02: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
Peter Eckersley
32f2e2f326 Merge pull request #2009 from SwartzCr/issue_2002
Issue 2002
2015-12-24 12:37:01 -08:00
Noah Swartz
ea2c86b926 fixed linting and added logger 2015-12-23 16:08:33 -08:00
Rémy HUBSCHER
6a026597f4 Move validator to compatibility-test — Refs #1997 2015-12-24 00:41:27 +01:00
Peter Eckersley
49721c7d01 Merge remote-tracking branch 'letstest/upgrade-test' into testfarm 2015-12-23 15:14:30 -08:00
Noah Swartz
49f36f8071 also debug the written conf file 2015-12-23 14:57:14 -08:00
Peter Eckersley
8f844928b7 Make sure we install realpath
(some systems don't have it :/)
2015-12-23 14:42:26 -08:00
bmw
0befd246fd Merge pull request #2004 from letsencrypt/no-hsts-subdomains
--hsts should not use includeSubDomains
2015-12-23 16:33:26 -05:00
Peter Eckersley
263f6d6429 We don't want to hardcode a letsencrypt-auto venv anymore 2015-12-23 12:26:22 -08:00
Peter Eckersley
8b50274d88 --hsts should not use includeSubDomains
Fixes #1728
2015-12-23 11:33:39 -08:00
Peter Eckersley
ee5206fe5a Merge pull request #1999 from letsencrypt/letsignore
Ignore letstest log directories and key files
2015-12-23 11:15:26 -08:00
Peter Eckersley
70cc516ed8 Avoid scrollback for investigating logs 2015-12-23 10:38:57 -08:00
Noah Swartz
c9b9b0edda add debug statement 2015-12-23 10:31:31 -08:00
Joona Hoikkala
c29c6c96ae Fix tests to complete the merge 2015-12-23 20:08:44 +02:00
Joona Hoikkala
2366b29755 Fix the flow let #1961 and #1811 coexist 2015-12-23 20:07:15 +02:00
Joona Hoikkala
e7641dcdee Merge remote-tracking branch 'upstream/master' into multios_apache
# Conflicts:
#	letsencrypt-apache/letsencrypt_apache/configurator.py
#	letsencrypt-apache/letsencrypt_apache/parser.py
#	letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py
2015-12-23 20:02:34 +02: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
Brad Warren
4156d1cecc Ignore log directories and key files 2015-12-23 12:28:57 -05:00
bmw
ff81e0ea99 Merge pull request #1978 from letsencrypt/release-tag
release.sh: stage version changes to letsencrypt/ !
2015-12-23 11:34:44 -05:00
bmw
d6003e26fa Merge pull request #1971 from letsencrypt/testfarm
Import letstest test farm (with less git magic)
2015-12-23 11:33:39 -05:00
bmw
0bbe7c235b Merge pull request #1965 from Natim/patch-1
Update the ACME github repository URL.
2015-12-23 11:26:43 -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
bmw
fe29245b5e Merge pull request #1932 from P1sec/master
Root prompt explanation + minor typos
2015-12-23 10:22:02 -05:00
bmw
fca05bd716 Merge pull request #1952 from cure/patch-2
fix typo in using.rst
2015-12-23 10:20:48 -05:00
Rémy HUBSCHER
ebfe1254ea Update the ACME github repository URL. 2015-12-23 13:54:58 +01:00
Peter Eckersley
91f53dc8db Fix various bugs 2015-12-22 18:57:37 -08:00
Peter Eckersley
d348d4c051 Merge pull request #1914 from Natim/remove-InvalidPlatformWarning
Guarantee a true SSLContext object with Python 2
2015-12-22 18:18:30 -08:00
Peter Eckersley
f89ea01861 Merge pull request #1908 from letsencrypt/py26
Removes py26reqs.txt and git dependency
2015-12-22 17:59:59 -08:00
Peter Eckersley
237472c361 Do things in the correct and new-fashioned way 2015-12-22 17:09:45 -08:00
Peter Eckersley
23e8d6c641 When testing apache2, don't use letsencrypt-auto 2015-12-22 16:57:08 -08:00