1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-29 10:02:08 +03:00
Commit Graph

10392 Commits

Author SHA1 Message Date
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
Jakub Warmuz
d102c8be12 Add tests for create_sig 2014-12-10 15:40:11 +01:00
Jakub Warmuz
3f9ddd03d2 Simpler log_test 2014-12-10 15:19:04 +01:00
Jakub Warmuz
7e0cee00b2 Refactor logging, "pythonic" DialogHandler 2014-12-10 15:12:50 +01:00
Jakub Warmuz
3a29e55bf7 Accept names in VH.__init__ 2014-12-10 14:31:43 +01:00
Jakub Warmuz
ec71dbcc0f Remove MyPopen 2014-12-10 14:21:55 +01:00
Jakub Warmuz
e9871fe88b clean apache_configurator_test, fixes #123 2014-12-10 14:00:23 +01:00
Jakub Warmuz
4c55cdc255 Remove unecessary whitespace in apache_configurator 2014-12-10 13:19:11 +01:00
Jakub Warmuz
37bda00e36 Do not disable pylint no-member in acme.
https://github.com/letsencrypt/lets-encrypt-preview/pull/117#discussion_r21537130
2014-12-10 13:18:17 +01:00
Jakub Warmuz
8171b5e9fb Fix MANIFEST.in recursive-include
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 4: unknown action 'recursive'
2014-12-10 12:34:42 +01:00
James Kasten
cc85f22133 Small fixes 2014-12-10 01:20:14 -08:00
James Kasten
4f1f851a8d Fix exit (bad tag) error 2014-12-10 00:56:29 -08:00
James Kasten
cdc8d602a0 Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview 2014-12-10 00:49:01 -08:00
James Kasten
3da7fba0bb git push origin masterMerge branch 'kuba-acme_test' 2014-12-10 00:48:25 -08:00
James Kasten
622a1c3154 Merge branch 'acme_test' of git://github.com/kuba/lets-encrypt-preview into kuba-acme_test 2014-12-10 00:45:04 -08:00
James Kasten
feee8da8b6 Merge pull request #117 from letsencrypt/configurator_tests
Configurator tests
2014-12-10 00:43:36 -08:00
James Kasten
610e1dbc7f Merge branch 'master' into configurator_tests 2014-12-10 00:34:41 -08:00
James Kasten
28f7c78bf8 Fix small errors. 2014-12-10 00:30:37 -08:00
James Kasten
707258519c consolidated tests/data, used tempfile/pkg_resource 2014-12-10 00:15:40 -08:00
James Kasten
37a2235f57 First set of revisions based on comments 2014-12-09 19:05:51 -08:00
James Kasten
23feeafe0b Reduce size of basic tests 2014-12-09 18:42:01 -08:00
James Kasten
44131f9b01 Merge pull request #119 from kuba/bugs/97
Pin pylint<1.4
2014-12-09 13:50:59 -08:00
James Kasten
b31740ac5c Merge pull request #118 from kuba/le_util_test
Test coverage for le_util
2014-12-09 13:49:02 -08:00
Jakub Warmuz
1b270451b2 virtualenv python2 (fixes #120) 2014-12-09 22:25:01 +01:00
Jakub Warmuz
8bf677ff3b Fix acme_revocation key file bug 2014-12-09 22:16:38 +01:00
Jakub Warmuz
b5a51de16b Tests for ACME message factories 2014-12-09 22:16:38 +01:00
James Kasten
36edbf379c use assertEqual in apache_configurator_test.py 2014-12-09 12:35:56 -08:00
Jakub Warmuz
e107b9259a Pin pylint<1.4 2014-12-09 19:41:56 +01:00
Jakub Warmuz
f7784f2023 Fix lexicographic order in install_requires 2014-12-09 19:24:16 +01:00
Jakub Warmuz
8ea085553a Fix coverage for le_util 2014-12-09 19:20:57 +01:00
James Kasten
7dad983959 Merged with master 2014-12-09 02:02:10 -08:00
James Kasten
2cec7ddcc2 Add get_version test 2014-12-09 01:21:56 -08:00
James Kasten
f6207cc62a Disable spurious error 2014-12-09 00:18:32 -08:00
James Kasten
14b8f427a2 Code quality/lint warnings 2014-12-09 00:15:33 -08:00
James Kasten
acc55650d4 Finish adapting configurator to unittesting/rid project errors 2014-12-08 23:14:58 -08:00
James Kasten
4fc62cb62b Fix ApacheConf init and mock correct test object 2014-12-08 15:56:57 -08:00
Jakub Warmuz
54d67e2378 Add tests for unique_file 2014-12-08 20:41:52 +01:00
James Kasten
19501d297d Mock out check_ssl_loaded 2014-12-08 01:44:59 -08:00
James Kasten
c59cadd252 Add mock to setup 2014-12-08 00:33:27 -08:00
James Kasten
7c855be3ab Allow runtime to determine directory structure 2014-12-07 22:54:45 -08:00
James Kasten
0d988c3aa9 Allow tests without first basic revision 2014-12-07 22:18:46 -08:00
James Kasten
cc6aca6aa1 Move test configs into repo and apply necessary changes. 2014-12-07 19:36:46 -08:00