Commit Graph
5781 Commits
Author SHA1 Message Date
Brad Warren 6135ba7a59 break 2016-02-17 17:24:57 -08:00
Noah Swartz 812d6e7ae9 fix linting 2016-02-17 16:30:55 -08:00
Peter Eckersley 4dad0d76f6 Merge pull request #2494 from moshevds/travis_yml
Removed a mention of SimpleHTTP from comments
2016-02-17 16:23:46 -08:00
Peter Eckersley 8d61c86c8c Well actually
We don't need stripping after all.
2016-02-17 16:11:50 -08:00
bmw 960114a08e Merge pull request #2282 from olabini/nginx_reverter_guarding
Guard reverter invocations and wrap in correct exceptions
2016-02-17 16:04:29 -08:00
Noah Swartz f72bcb5ea4 print only challenge changes to configs 2016-02-17 15:57:14 -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
Môshe van der Sterre 560ad7152d Removed a mention of SimpleHTTP from comments 2016-02-17 06:38:07 +01: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
TheNavigat ceb02f9731 Merge remote-tracking branch 'letsencrypt/master' 2016-02-17 04:50:15 +02:00
schoen e09398c9a8 Merge pull request #2492 from letsencrypt/unbreak-le-auto
Revert "Let --no-self-upgrade bootstrap OS packages. Fix #2432."
2016-02-16 18:21:48 -08:00
Brad Warren dbc81490e5 Revert "Let --no-self-upgrade bootstrap OS packages. Fix #2432."
This reverts commit 6eb2d60166.
2016-02-16 17:10:59 -08:00
Peter Eckersley 8baf3b3750 Merge pull request #2449 from nneonneo/support-osx-apache
Support system-default Apache on OS X. Tested on Yosemite (10.10).
2016-02-16 16:50:01 -08:00
Noah Swartz c8a9da8442 update test to hit new line in configurator 2016-02-16 16:47:29 -08: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 ceae505751 Merge pull request #2476 from moshevds/etc_hosts
Adding required /etc/hosts entries to .travis.yml and docs/contributing.rst
2016-02-16 16:15:32 -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
Noah Swartz 109d6caf65 fix how OR is added 2016-02-16 16:07:03 -08:00
Noah Swartz bf30e54a32 fix syntax and don't have unneeded ors 2016-02-16 15:58:53 -08:00
Peter Eckersley a105f8e607 Merge pull request #2484 from letsencrypt/explain_no_ip_certs
Explain IP addresses are specifically forbidden
2016-02-16 15:54:34 -08:00
Noah Swartz 3964357eb3 rewrite generic files 2016-02-16 15:48:36 -08:00
Brad Warren 36c6f734a8 fix #2470 2016-02-16 14:56:26 -08:00
Erik Rose c71fa44456 Upgrade peep to 3.1.1.
Fix bad LE experience reported at https://github.com/erikrose/peep/issues/119.
2016-02-16 17:51:08 -05:00
Seth Schoen 31a27f675a Trivial change to re-run tests after spurious integration test failure 2016-02-16 14:41:02 -08:00
Brad Warren 55228e2df4 Remove quotes around SUDO in other bootstrap scripts 2016-02-16 14:30:35 -08:00
Brad Warren 4b25d6543f Don't exit without installing packages 2016-02-16 14:19:27 -08:00
Brad Warren 95efab93b7 Remove quotes around $SUDO 2016-02-16 13:59:28 -08:00
Seth Schoen 16761bc836 Fix lint line-too-long complaint 2016-02-16 13:00:08 -08:00
Peter Eckersley 805e85dd64 Make requirements.txt safe for editing 2016-02-16 12:34:35 -08:00
Peter Eckersley 3faec3d12b Merge pull request #2477 from letsencrypt/letshelp-newleauto
[test farm] Fix use of the newleauto in test_letsencrypt_auto_certonl…
2016-02-16 12:29:22 -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
Erik Rose e8f6d4ff39 Merge the true public suitability of --no-self-upgrade. Close #2451. 2016-02-16 15:12:26 -05:00
Erik Rose 3915e0014b Merge removal of venv on le-auto failure. Close #2450. 2016-02-16 15:02:23 -05:00
Peter Eckersley 9fc723f316 Exceptional coverage 2016-02-16 11:52:48 -08:00
Peter Eckersley a9780c2ddc Test trailing whitespace in headers 2016-02-16 11:15:35 -08:00
Peter Eckersley 7f2ca5d065 Document use of email.utils parser 2016-02-16 11:15:35 -08:00
Peter Eckersley 7c8638f108 Life is simpler if we don't support HTTP/1.0 ACME servers
(Though in practice with py27+ we still support them)
2016-02-16 11:05:11 -08:00
bmw 16719e4289 Merge pull request #2174 from TheNavigat/vagrantfile
Adding support for boulder integration testing to Vagrantfile
2016-02-16 10:36:40 -08:00
Paul Feitzinger d6b213d1e3 wrap csr in ComparableX509 2016-02-16 12:00:11 -05: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 49aeffdebb Address some review comments 2016-02-15 12:53:10 -08:00
Peter Eckersley 607c48d0a3 [test farm] Fix use of the newleauto in test_letsencrypt_auto_certonly_standalone.sh 2016-02-15 12:08:20 -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
Peter Eckersley 1a0aa3521c Merge pull request #2467 from letsencrypt/travis-order
Reorder travis matrix by typical runtime
2016-02-15 11:54:28 -08:00