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

959 Commits

Author SHA1 Message Date
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
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
James Kasten
1fdf9b39c9 unittests add_dir and make_vhost_ssl 2014-12-06 02:33:06 -08:00
James Kasten
0673a966c5 Generalize variables in configurator 2014-12-05 23:54:37 -08:00
James Kasten
779dd755ca More unit tests... better configurator 2014-12-05 17:31:36 -08:00
James Kasten
48ae79e8c4 Correct checking of get_virtual_hosts test 2014-12-04 04:16:22 -08:00
James Kasten
8a8eb0d617 Stop testing py26 until we sort out pylint issues 2014-12-04 04:02:33 -08:00
James Kasten
30641db85f Made apache_configurator work in any location/first basic tests complete successfully 2014-12-04 04:00:22 -08:00
James Kasten
231f3d5c61 Remove code without unittests from master (code remains in separate testing branch) 2014-12-03 16:45:06 -08:00
James Kasten
a234cdf90e Safety check: if Apache releases version without a decimal 2014-12-03 04:47:41 -08:00
James Kasten
a19333d84b First draft of apache configurator unit tests 2014-12-03 04:35:49 -08:00
James Kasten
afd67d10f0 Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview 2014-12-03 04:33:07 -08:00
James Kasten
600dd4264e turn off email notifications for travis 2014-12-03 04:32:52 -08:00
James Kasten
2d6c9489c8 Add get_version_method (cannot currently make unittest) fix pylint errors. 2014-12-03 04:31:01 -08:00
James Kasten
fbe0b23070 Merge pull request #111 from willoller/type_checking_client_acme
Parameter checking and filling in TODOs (acme.py)
2014-12-03 03:51:09 -08:00
James Kasten
8f9c4194bc disable pylint warnings 2014-12-02 20:36:46 -08:00
James Kasten
14c6e94c56 git push origin masterMerge branch 'kuba-pep8' 2014-12-02 12:19:43 -08: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
5a2143290a ca_server -> server 2014-12-01 22:33:57 +01:00
Jakub Warmuz
6886680a62 Fix redirect var flow 2014-12-01 20:13:39 +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
James Kasten
795b6fcdc6 Fix doc mistakes 2014-12-01 04:29:36 -08:00
James Kasten
9474a44b12 Merge pull request #109 from kuba/docs
Docs
2014-12-01 04:21:27 -08:00
Jakub Warmuz
a62db935c3 Merge remote-tracking branch 'github/letsencrypt/master' into pep8
Conflicts:
	letsencrypt/client/client.py
2014-12-01 12:44:39 +01:00
Jakub Warmuz
6385d0fed1 Merge remote-tracking branch 'github/letsencrypt/master' into docs
Conflicts:
	letsencrypt/client/apache_configurator.py
2014-12-01 12:43:06 +01:00
James Kasten
cb9263cc4a Random small changes 2014-12-01 03:05:06 -08:00
James Kasten
cf9c861331 Merge pull request #113 from fmarier/url-typo
Use the right URL for the project
2014-11-30 23:21:23 -08:00
Francois Marier
8f445a6136 Use the right URL for the project
`lets-encrypt.org` doesn't work but `letsencrypt.org` does so use that.
2014-11-30 20:29:38 -08:00
Will Oller
e49cf1899b Remove aggro type checking 2014-11-30 16:06:58 -08:00
Will Oller
30d4aeb463 Remove some whitespace 2014-11-30 15:52:45 -08:00
Will Oller
3184dba80c PEP8: Use isinstance(name, unicode) 2014-11-30 15:52:34 -08:00
Will Oller
8885f608a2 Single quotes instead of tics 2014-11-30 15:47:59 -08:00
Will Oller
64f011c8bb Parameter checking and filling in TODOs 2014-11-30 15:27:05 -08:00
Jakub Warmuz
06bb6b344b More docs in challenge 2014-11-30 19:28:03 +01:00
Jakub Warmuz
a88e3f8fc1 Add Challenge docs, pep8/docs interactive_challenge 2014-11-30 19:22:07 +01:00
Jakub Warmuz
924531341e Fix missing whitespace in todo 2014-11-30 18:28:14 +01:00
Jakub Warmuz
49b50538ab pylint client, add docs 2014-11-30 13:56:09 +01:00
Jakub Warmuz
b354c9caf6 Fix recent commits docs bugs 2014-11-30 13:23:20 +01:00
Jakub Warmuz
72218f3dd3 script doc fix 2014-11-30 13:10:23 +01:00
Jakub Warmuz
b8b4730535 Merge remote-tracking branch 'github/letsencrypt/master' into docs
Conflicts:
	letsencrypt/client/apache_configurator.py
2014-11-30 11:55:17 +01:00