1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-14 23:22:21 +03:00
Commit Graph

48 Commits

Author SHA1 Message Date
Jakub Warmuz
23cab4e694 pylint: 10/10 with missing-docstring 2015-01-24 13:12:45 +00:00
James Kasten
c9a3d8b0c2 Cleanup Installer API change 2015-01-17 02:29:29 -08:00
James Kasten
4b44befefa Initial attempt at API modification and associated changes 2015-01-15 01:43:54 -08:00
James Kasten
73ec1311c0 Initial challenge refactor/allow multiple names 2015-01-06 02:11:44 -08:00
James Kasten
7c23a2f2aa Use DVSNI_Chall namedtuple 2015-01-06 02:02:18 -08:00
James Kasten
7860db63cf Make necessary fixes to pull request 2014-12-21 21:41:12 -08:00
Jakub Warmuz
5958aee5d1 Merge branch 'zope.interface' into zope.interface-display
Conflicts:
	letsencrypt/client/client.py
	letsencrypt/scripts/main.py
2014-12-22 01:26:31 +00:00
Jakub Warmuz
a4020c76df Merge branch 'master' into pep8
Conflicts:
	letsencrypt/client/apache/configurator.py
	letsencrypt/client/client.py
	letsencrypt/client/tests/apache_configurator_test.py
2014-12-22 00:42:28 +00:00
James Kasten
e78a2884e2 Final cleanup 2014-12-21 16:32:01 -08:00
James Kasten
bfa04c1942 Refactor for revocation 2014-12-21 03:37:29 -08:00
James Kasten
d7a3ea443c Formatting fixes 2014-12-20 03:43:39 -08:00
James Kasten
cc999d3654 Refactored/added tests 2014-12-19 15:49:29 -08:00
James Kasten
083024cb86 Major refactor of client and main 2014-12-17 06:27:21 -08:00
Jakub Warmuz
37a015f983 display using ZCA 2014-12-17 12:03:41 +01:00
Jakub Warmuz
1ef2167254 pylint fixes 2014-12-17 09:14:27 +01:00
Jakub Warmuz
7e0cee00b2 Refactor logging, "pythonic" DialogHandler 2014-12-10 15:12:50 +01:00
James Kasten
bcd423aaa3 Fixed undefined variable from Kuba-PEP8 2014-12-02 12:19:15 -08:00
Jakub Warmuz
e0f91b06b2 Move redirect to authenticate 2014-12-01 22:37:15 +01:00
Jakub Warmuz
b54db8c447 Merge remote-tracking branch 'github/letsencrypt/master' into pep8
Conflicts:
	letsencrypt/client/client.py
2014-12-01 20:08:27 +01:00
Jakub Warmuz
49b50538ab pylint client, add docs 2014-11-30 13:56:09 +01:00
Jakub Warmuz
72218f3dd3 script doc fix 2014-11-30 13:10:23 +01:00
James Kasten
8a62587a6e Added namedtuples for key, csr in client 2014-11-30 02:31:44 -08:00
Jakub Warmuz
fca214ad12 More unifying after merge with master 2014-11-30 03:07:52 +01:00
James Kasten
add0351d20 Merge pull request #102 from kuba/pep8
PEP8
2014-11-29 16:29:35 -08:00
James Kasten
d2a1c969e4 Added in filename support because configuration files still need to reference the correct place 2014-11-29 16:05:18 -08:00
Adam Woodbeck
5854d42672 Various bug, docstring, and PEP8 fixes. 2014-11-29 11:15:56 -05:00
Jakub Warmuz
99a81ba269 Add package docstrings 2014-11-29 13:42:47 +01:00
Adam Woodbeck
87d7ed1750 Clarified --rollback command line option. 2014-11-28 16:47:37 -05:00
Adam Woodbeck
3ecf8659a1 Work with CSR and private key file contents in the client. 2014-11-28 15:48:04 -05:00
Adam Woodbeck
122e6b2ca1 Read in files with universal newline support. 2014-11-28 13:28:16 -05:00
Adam Woodbeck
6254038ea3 Provide more user-friendly errors when opening file handles. 2014-11-28 11:41:03 -05:00
Adam Woodbeck
ddca02cb7b Fixed format string incompatibility with py2.6. 2014-11-27 09:13:01 -05:00
Adam Woodbeck
6d9edda822 Restore 'type=file' on privkey and csr command line arguments. 2014-11-27 08:49:21 -05:00
Adam Woodbeck
bcb788fe0b Cleaned up per Kuba. 2014-11-27 08:39:32 -05:00
Adam Woodbeck
da29a92729 Better error checking on private key and csr. Also, pull in file names instead of pointers. 2014-11-27 08:12:40 -05:00
Adam Woodbeck
f5a622cdf1 Moved config object into the main function. 2014-11-26 22:04:25 -05:00
Adam Woodbeck
09df8e6125 Removed unused constant. 2014-11-26 21:37:33 -05:00
Adam Woodbeck
13b9a63e7f Removed redundant logger and config setup. 2014-11-26 21:36:32 -05:00
Adam Woodbeck
13f1286e66 Changes per pylint. 2014-11-26 21:30:42 -05:00
Adam Woodbeck
6794a57e26 Set some defaults for instance attributes used outside of __init__() to make them explicit. 2014-11-26 21:10:04 -05:00
Adam Woodbeck
1288b4986d Resolved issue where command line arguments were not being printed due to a type conversion error. 2014-11-25 10:19:08 -05:00
James Kasten
f046db1d17 Added TODOs and a warning 2014-11-25 03:05:50 -08:00
James Kasten
5e335f9a5f PEP8 compliance main.py 2014-11-25 00:43:18 -08:00
Jakub Warmuz
6032eb6393 setDisplay -> set_display 2014-11-22 00:22:09 +01:00
Jakub Warmuz
de53f8e940 Clean up imports 2014-11-22 00:22:09 +01:00
James Kasten
b779bb0461 specified ApacheConfigurator to enable rollback, --view-checkpoints 2014-11-20 16:02:57 -08:00
Jakub Warmuz
d5d1ec8b1c Merge remote-tracking branch 'github/master' into setuptools-script
Conflicts:
	README.md
	letsencrypt.py
2014-11-19 20:36:14 +01:00
Jakub Warmuz
35c4cbd438 letsencrypt.py as setuptools console script 2014-11-19 13:29:02 +01:00