2457 Commits
Author SHA1 Message Date
Brad Warren 49d8fd7d61 Release 0.4.1 2016-02-29 16:30:24 -08:00
Brad Warren 1f254f5330 Change renewal period to fix leap year problems 2016-02-29 11:34:17 -08:00
Peter Eckersley 5c6638f60a lint 2016-02-25 16:43:05 -08:00
Peter Eckersley 6e0457841c More accurate function name 2016-02-25 16:41:34 -08:00
Peter Eckersley 087271204d And the renewal conf file for the test case... 2016-02-25 16:22:02 -08:00
Peter Eckersley 152bfce313 After much madness, a test case 2016-02-25 16:21:13 -08:00
Peter Eckersley 5828bf7eda Cast webroot-path from str to [str] if needed
- for compatibility with pre-public-beta renewal conf files
 - fixes #2542
2016-02-25 11:58:18 -08:00
Peter Eckersley 07d04527c5 Merge pull request #2534 from letsencrypt/renew-exit
Return an error code if any renewals fail
2016-02-24 16:31:06 -08:00
Peter Eckersley 6950dbd070 Merge pull request #2493 from TheNavigat/clienttest
More tests for client.py
2016-02-23 17:44:33 -08:00
Peter Eckersley 10eda83cc3 Merge pull request #2504 from letsencrypt/no-csr-with-run
Explicit error message for #2206
2016-02-23 17:30:13 -08:00
Peter Eckersley 4000319c1d Merge pull request #2515 from thanatos/class-advice-impossible
Class advice impossible
2016-02-23 17:25:56 -08:00
Peter Eckersley d67a754d85 Merge remote-tracking branch 'origin/master' into renew-exit 2016-02-23 13:55:53 -08:00
Peter Eckersley ba88ea1b31 Cleanup & lint 2016-02-23 12:53:31 -08:00
Peter Eckersley bf0e20bfa6 Test renewal erroring
For the new case and a lot of previous ones...
2016-02-23 12:47:21 -08:00
Peter Eckersley c86b602ede Return an error code if any renewals fail 2016-02-23 12:46:18 -08:00
Roland Shoemaker 7aa5edb212 Set CSR version in make_csr 2016-02-22 21:31:14 -08:00
Roy Wellington Ⅳ e9d981aceb Change zope's classProvides to be a class decorator.
When attempting to import any module that uses
zope.interface.classProvides in Python 3, a TypeError is raised; it
reads:

    TypeError: Class advice impossible in Python3.  Use the @provider
    class decorator instead.

Following the listed advice seems to function in Python 3.
2016-02-20 00:41:01 -08:00
Roy Wellington Ⅳ b6142c13d6 Change zope's implements to be a class decorator.
When attempting to import any module that uses zope.interface.implements
in Python 3, a TypeError is raised; it reads:

    TypeError: Class advice impossible in Python3.  Use the @implementer
    class decorator instead.

Following the listed advice seems to function in Python 3.
2016-02-20 00:37:40 -08:00
Seth Schoen 5eba011f8e Generalize and move check inside handle_csr 2016-02-18 18:35:45 -08:00
Seth Schoen 1de66b3d7d Explicit error message for #2206 2016-02-18 16:02:07 -08:00
Peter Eckersley 9b21efc6b8 Merge pull request #2480 from filipochnik/remove-acme-challenge
Remove acme-challenge after cleaning up all challenges
2016-02-18 12:43:13 -08:00
Filip Ochnik 0554163ff9 Additional tests for webroot cleanup 2016-02-17 17:21:25 +08:00
Filip Ochnik 4d9f487e89 Handle rmdir failure 2016-02-17 17:04:10 +08:00
TheNavigat 8b7f72b5bc Adding test for obtain_certificate_from_csr with auth_handler set to None 2016-02-17 06:38:11 +02:00
TheNavigat fe1ab15f4b Adding test for unsupported MX error 2016-02-17 05:33:00 +02:00
Peter Eckersley 1a77c73857 Merge pull request #2472 from TheNavigat/clienttest
Tests for client.py
2016-02-16 16:18:21 -08:00
Peter Eckersley 314f9f4755 Merge pull request #2475 from moshevds/perform_method_documentation
Updating perform method documentation in interfaces.py
2016-02-16 16:14:45 -08:00
Seth Schoen 31a27f675a Trivial change to re-run tests after spurious integration test failure 2016-02-16 14:41:02 -08:00
Seth Schoen 16761bc836 Fix lint line-too-long complaint 2016-02-16 13:00:08 -08:00
Seth Schoen beeb65d2f2 Add test 2016-02-16 12:24:29 -08:00
Seth Schoen a23b36bf56 Merge remote-tracking branch 'origin/master' into explain_no_ip_certs 2016-02-16 12:17:43 -08:00
Filip Ochnik 9b5ff7bcd7 Remove acme-challenge after cleaning up all challenges 2016-02-16 20:46:42 +08:00
Filip Ochnik 780c9ce2ae Refactor path logic in webroot plugin 2016-02-16 20:36:46 +08:00
Filip Ochnik 69e1c62859 Add test for cleaning up acme-challenge 2016-02-16 20:33:22 +08:00
Peter Eckersley 9c7e99cbf5 Merge pull request #2397 from thanatos/future-pylint-fixes
Fix import ordering s.t. future versions of pylint won't warn on it.
2016-02-15 11:59:08 -08:00
Peter Eckersley 22ef20cde7 Merge pull request #2396 from thanatos/urlparse-py3
Make this use of urlparse.urlparse Python 3 compatible.
2016-02-15 11:55:46 -08:00
TheNavigatandMôshe van der Sterre 4bbea4e30b Updating perform method documentation in interfaces.py 2016-02-15 17:16:43 +01:00
TheNavigat e4fb4108ff Adding test for client, register_unsafely_without_email=True 2016-02-14 21:50:49 +02:00
schoen 672a160bd2 Merge pull request #2454 from letsencrypt/i-am-not-a-symlink
Verify both symlink and target
2016-02-12 15:39:01 -08:00
schoen 550cf920c9 Merge pull request #1921 from letsencrypt/no-cancel-dupe
Removed duplicate cancel
2016-02-12 15:38:09 -08:00
Brad Warren 42a61537e6 Remove unecessary check and use constant 2016-02-12 14:48:14 -08:00
Brad Warren e1e52a9d56 Verify both symlink and target 2016-02-11 17:47:15 -08:00
Brad Warren dfddfefe33 Merge branch 'no-root-warning' 2016-02-11 15:55:00 -08:00
Brad Warren 4a0d5701b8 Merge branch 'master' into no-cancel-dupe 2016-02-11 15:50:12 -08:00
Seth Schoen 104fa3ad55 Separate error for -d with an IP address 2016-02-11 09:10:25 -08:00
Peter Eckersley 563c115044 Bump version to 0.5.0 2016-02-10 18:49:27 -08:00
Peter Eckersley 74063851e3 Release 0.4.0 2016-02-10 18:48:40 -08:00
Noah Swartz bf674489d5 make false falsy 2016-02-10 18:10:10 -08:00
Seth Schoen 6abcfddfe7 Remove unused variable "wrm" 2016-02-10 15:05:18 -08:00
Seth Schoen 86bddfa9b4 Fix syntax error (missing colon in function definition) 2016-02-10 14:50:10 -08:00