Commit Graph
7690 Commits
Author SHA1 Message Date
James Kasten 1d9f208cdd Merge pull request #138 from fmarier/make-script-executable
Fix the sh path and make script executable
2014-12-20 21:27:51 -08:00
Francois Marier e2957797b5 Fix the sh path and make script executable 2014-12-21 14:23:14 +13: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 6d0d439acf Fix #137
find_directive uses the unitialized member location in set_user_config when httpd.conf is present.  I changed set_user_config_file to use the root path as a start.
2014-12-17 19:23:43 -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 7c3abe7ba7 IDisplay 2014-12-17 11:44:34 +01:00
Jakub Warmuz aabe83c444 Merge branch 'display-refactor' into zope.interface-display 2014-12-17 11:39:51 +01:00
Jakub Warmuz 3a459c95c9 Remove SingletonD 2014-12-17 11:35:45 +01:00
Jakub Warmuz 49914f3307 display: width and height instance variables 2014-12-17 11:35:11 +01:00
Jakub Warmuz 20efe7b533 zope.interface 2014-12-17 10:12:59 +01:00
Jakub Warmuz 1ef2167254 pylint fixes 2014-12-17 09:14:27 +01:00
James Kasten 606584cb14 Merge pull request #131 from kuba/setuptools
Add client.tests to setup packages
2014-12-16 23:21:15 -08:00
Jakub Warmuz 5e05638fef Add client.tests to setup packages 2014-12-17 08:14:35 +01:00
James Kasten edbe0f451d Add __init__.py to apache dir 2014-12-16 21:12:29 -08:00
James Kasten 323aa350dc Remove Apache parsing from configurator 2014-12-16 21:00:14 -08:00
James Kasten 6cd67e652b Refactor to use Addr objects, and sets 2014-12-16 01:35:46 -08:00
James Kasten 7b6081ac29 Move out Apache specific Objects 2014-12-15 23:52:18 -08:00
James Kasten d51c01e5ad Merge pull request #122 from kuba/bugs/120
virtualenv python2 (fixes #120)
2014-12-14 18:16:40 -08:00
James Kasten 986387d9a2 Fix priv function nodocs regex 2014-12-14 17:27:13 -08:00
James Kasten 097dd8180c Merge pull request #130 from letsencrypt/challenge_util
Challenge util
2014-12-14 04:34:39 -08:00
James Kasten 31c87cdbe5 git push origin masterMerge branch 'kuba-crypto_util_test' 2014-12-14 04:30:26 -08:00
James Kasten b8902c272d Remove MakeCSRTest 2014-12-14 04:30:12 -08:00
James Kasten 24a8c3dd40 Merge branch 'crypto_util_test' of git://github.com/kuba/lets-encrypt-preview into kuba-crypto_util_test 2014-12-14 04:24:28 -08:00
James Kasten 30c0cc9479 Remove requirement for doc of all "priv" func 2014-12-14 04:09:54 -08:00
James Kasten 89ee6971eb Fix import grouping 2014-12-14 03:15:19 -08:00
James Kasten 8f45b5e78b Update single file pylint check in README 2014-12-14 02:59:29 -08:00
James Kasten d53889b617 Fixed up remaining pylint errors 2014-12-14 02:51:17 -08:00
James Kasten 7297a6d462 Remove deprecated options 2014-12-14 02:47:18 -08:00
James Kasten 67fca03246 Changed max line length to 80 characters 2014-12-13 23:56:56 -08:00
James Kasten a272a0a6e9 Add pylintrc, remove docstring-req from test_ functions, start rising coverage requirement 2014-12-13 23:47:57 -08:00
James Kasten 52555c2337 Integrate rising test coverage requirement 2014-12-13 22:42:47 -08:00
James Kasten a74bc582ff Add unit test for challenge_util 2014-12-12 18:03:18 -08:00
James Kasten 00eedfbfda Merge pull request #128 from kuba/docs
docs: logger -> log
2014-12-12 12:11:14 -08:00
Jakub Warmuz 308ec688b1 docs: logger -> log 2014-12-12 11:24:33 +01:00
Jakub Warmuz 44a050a061 Add tests for make_key 2014-12-12 11:18:44 +01:00
Jakub Warmuz ccfeef3e8e Add tests for b64_cert_to_pem 2014-12-12 11:11:02 +01:00
Jakub Warmuz 0b7121341f Remove csr_matches_names.
c.f. #127 and
https://github.com/letsencrypt/lets-encrypt-preview/pull/127#discussion-diff-21613376
2014-12-12 10:37:57 +01:00
Jakub Warmuz 40837e9d56 More tests for crypto_util 2014-12-12 10:37:34 +01:00
Jakub Warmuz a6da3f2c89 Merge remote-tracking branch 'github/letsencrypt/master' into crypto_util_test 2014-12-11 18:50:30 +01:00
James Kasten cc73f09745 Refactor dvsni challenge to allow other configurators to reuse code 2014-12-11 03:42:15 -08:00
James Kasten 053c6992ef Merge pull request #126 from kuba/logging
Refactor logging, "pythonic" DialogHandler
2014-12-10 18:30:51 -08:00
Jakub Warmuz d628afab06 Merge branch 'logging' into crypto_util_test 2014-12-10 23:22:33 +01:00
Jakub Warmuz b3062f7bc3 Merge remote-tracking branch 'github/letsencrypt/master' into logging
Conflicts:
	letsencrypt/client/tests/apache_configurator_test.py
2014-12-10 23:15:32 +01:00
James Kasten 6b9c2a5c5e Merge pull request #125 from kuba/pr/117
Clean up after #117, fixes #123
2014-12-10 13:40:03 -08:00
James Kasten 99e1ba9c89 Merge pull request #124 from kuba/fix-manifest
Fix MANIFEST.in recursive-include
2014-12-10 12:54:04 -08:00
Jakub Warmuz 417d398a13 wording 2014-12-10 18:50:54 +01:00
Jakub Warmuz a0a81bf533 More coverage for crypto_util 2014-12-10 17:07:12 +01:00
Jakub Warmuz 2322266b98 Export RSA key to file 2014-12-10 16:00:51 +01:00