Commit Graph
2580 Commits
Author SHA1 Message Date
James Kasten c17837d70c Merge branch 'patch-2' of git://github.com/coolaj86/lets-encrypt-preview into coolaj86-patch-2 2015-08-05 10:35:35 -07:00
James Kasten 264a7274ad Merge pull request #650 from letsencrypt/renewer_errors
Renewer errors
2015-08-04 15:50:09 -07:00
James Kasten 3088a18f05 finish renewer error handling 2015-08-04 14:54:19 -07:00
James Kasten 3490935733 Generic ValueError -> CertStorageError 2015-08-04 14:45:03 -07:00
James Kasten 9139531af0 Merge pull request #631 from letsencrypt/apache_modules
Apache Overhaul
2015-07-31 16:02:03 -07:00
James Kasten 0c3d8a51eb Merge branch 'master' into apache_modules 2015-07-31 15:49:13 -07:00
James Kasten 1587653366 Final cleanup 2015-07-31 15:38:43 -07:00
James Kasten 8ba87b8c18 Merge pull request #606 from quinox/issue_518
Consume longest possible match
2015-07-31 13:53:23 -07:00
James Kasten 2953d3b2ee Associate vhost with name after selection 2015-07-31 13:23:31 -07:00
James Kasten 65f4332798 Update IPlugin docs, make augeas conform 2015-07-31 12:49:39 -07:00
James Kasten 33111e1ce6 Added additional errors to IPlugin.prepare interface 2015-07-31 10:44:21 -07:00
James Kasten 06a014de09 Update documentation, reduce spurious logging 2015-07-31 10:29:04 -07:00
James Kasten 776e347382 Merge branch 'master' into apache_modules 2015-07-31 10:14:43 -07:00
James Kasten df6707209f Merge pull request #642 from letsencrypt/dol-patch-1
Dol patch 1
2015-07-31 10:06:27 -07:00
James Kasten 92dbc4f4eb Finish merge of #17 2015-07-31 09:55:02 -07:00
James Kasten 4aaa9a3240 Merge branch 'patch-1' of git://github.com/dol/lets-encrypt-preview into dol-patch-1
Conflicts:
	letsencrypt/client/CONFIG.py
2015-07-31 09:53:50 -07:00
James Kasten f71119681c Address most of first round of comments 2015-07-30 23:14:58 -07:00
James Kasten b37fc95386 py26 compat 2015-07-30 01:49:04 -07:00
James Kasten 47be104e2b Update pick_plugin tests based on misconfigured single plugin 2015-07-30 01:37:05 -07:00
James Kasten 67be424779 Merge branch 'master' into apache_modules 2015-07-30 01:26:08 -07:00
James Kasten 3bcf29be51 Change default rollback to 1 2015-07-30 01:22:59 -07:00
James Kasten e64e3ceab0 Proper misconfiguration message 2015-07-30 01:19:02 -07:00
James Kasten 1570873312 Fix single candidate plugin misconfiguration bug 2015-07-30 00:29:23 -07:00
James Kasten 7390a39a4d edit spacing 2015-07-29 23:49:02 -07:00
James Kasten ae4e1d5058 Use a2enmod and update reverter 2015-07-29 23:40:07 -07:00
James Kasten c0f8c90f93 Merge pull request #638 from kuba/boulder-start-no-arg
"boulder-start.sh amqp" is the default as of #637
2015-07-29 22:15:23 -07:00
Jakub Warmuz 84fe80a347 "boulder-start.py amqp" is the default as of #637 2015-07-30 04:13:14 +00:00
James Kasten c29c7a0b64 Merge pull request #637 from letsencrypt/integration-path
Fix path for integration test.
2015-07-29 17:05:38 -07:00
Jacob Hoffman-Andrews 06e21d3578 Fix path for integration test. 2015-07-29 15:53:09 -07:00
Jeff Hodges 1bbc3d38f8 Merge pull request #636 from letsencrypt/mktemp
make mktemp in integration tests work on OS X
2015-07-29 15:27:17 -07:00
Jeff Hodges 584f19fef5 add comment for mktemp for @Kuba 2015-07-29 15:08:22 -07:00
Jeff Hodges 6a90737bbb make mktemp in integration tests work on OS X 2015-07-29 14:54:35 -07:00
James Kasten b7f01d435f Merge pull request #635 from kuba/staging-server
Update default server URI to staging.
2015-07-29 14:33:48 -07:00
Jakub Warmuz fe237df2cc Update default server URI to staging.
http://letsencrypt.status.io/pages/maintenance/55957a99e800baa4470002da/55b90ed12c1b61d83b0001eb
2015-07-29 21:15:45 +00:00
James Kasten 91227956cf Merge pull request #634 from kuba/include-package-data
include_package_data in apache and nginx plugins
2015-07-29 13:33:27 -07:00
Jakub Warmuz d86ade674d include_package_data in apache and nginx plugins
ref https://github.com/letsencrypt/letsencrypt/issues/625
2015-07-29 19:57:12 +00:00
James Kasten ccf678f146 rmdirs -> shutil.rmtree 2015-07-24 19:23:12 -07:00
James Kasten ba4a62f185 Add 'empty mods-enabled dir 2015-07-24 19:18:07 -07:00
James Kasten 87bf4969c0 bump coverage 2015-07-24 19:01:35 -07:00
James Kasten 98b7627e18 Merge branch 'master' into apache_modules 2015-07-24 17:07:16 -07:00
James Kasten 6716d9f0b4 Remove a2enmod option 2015-07-24 17:06:27 -07:00
James Kasten ab42f7fdfe 100% unittests for apache plugin 2015-07-24 17:05:25 -07:00
James Kasten 1ff899ae33 pylint cleanup 2015-07-24 15:47:38 -07:00
James Kasten 9454995565 remove verify_setup call 2015-07-24 03:29:16 -07:00
James Kasten 647caba164 100% configurator coverage 2015-07-24 03:22:35 -07:00
James Kasten da1d6acd59 Merge pull request #622 from kuba/manual-integration
Manual plugin integration testing
2015-07-24 00:03:26 -07:00
Jakub Warmuz ab097d128b Fix logging -> logger typo. 2015-07-24 06:41:56 +00:00
James Kasten aecb7b71d7 100% Augeas Configr unittests 2015-07-23 14:51:07 -07:00
James Kasten 7282d8bc6d Merge pull request #629 from ryh/patch-1
remove sudo before brew (OS X)
2015-07-23 13:54:51 -07:00
James Kasten c927149185 Unittests and revisions 2015-07-23 01:34:51 -07:00