Commit Graph
3357 Commits
Author SHA1 Message Date
Peter Eckersley b01bf571ca more typos 2015-10-20 14:03:06 -07:00
Peter Eckersley 05293cd597 typosquash 2015-10-20 14:01:29 -07:00
Peter Eckersley dde3e685f0 Fix stray --standalone help
And a few layout nits
2015-10-20 13:49:44 -07:00
Peter Eckersley 738684d437 Revert to "run" as the default in all cases 2015-10-20 13:28:56 -07:00
Peter Eckersley 719cbdb488 --apache etc should be documented in the "plugins" section 2015-10-20 10:58:47 -07:00
Peter Eckersley 2c4d4a8169 "letsencrypt everything" is not yet implemented :/ 2015-10-20 10:35:17 -07:00
Peter Eckersley efe51e02be Explain the --standalone change in defaults 2015-10-20 10:34:31 -07:00
Peter Eckersley 54a738492b Fix typo 2015-10-20 01:22:04 -07:00
Peter Eckersley adcb0052a1 Implement --standalone as specified.
Closes #1036
2015-10-20 00:30:44 -07:00
Peter Eckersley cb2ac71d1e Merge pull request #1001 from letsencrypt/cli
Implement --apache and --nginx; improve configurator errors
2015-10-19 20:09:47 -07:00
Peter Eckersley 363dffd8a6 Comment out a test that requires slightly doubtful infrastructure 2015-10-19 19:51:02 -07:00
Peter Eckersley 51ed2b681f We're not mocking out plugins
So we don't need infrastructure for it
2015-10-19 19:41:37 -07:00
Peter Eckersley e384a1fe28 Catch some excessive policing of installers 2015-10-19 19:35:53 -07:00
Peter Eckersley 72589bcae3 Lint 2015-10-19 19:31:09 -07:00
Peter Eckersley 6460a3b50e Dial back the "authenticator doesn't make sense in install mode" message
Since it was breaking integration tests
2015-10-19 19:27:36 -07:00
Peter Eckersley eeeb66e58a document -d domain
Closes: #285 #787

we may want to implement the other thing soon, but for now documenting what we
have
2015-10-19 19:15:11 -07:00
Peter Eckersley 484e8ef6fe Not trying to mock out plugins just yet 2015-10-19 19:11:05 -07:00
Peter Eckersley eac513d73b Offer more specific help if no installer is present
Fixes: #896
2015-10-19 17:21:47 -07:00
bmw 3885a40c42 Merge pull request #1027 from letsencrypt/no_no_simple_http_tls
Removed no_simple_http_tls
2015-10-19 12:31:56 -07:00
Brad Warren 98c74ddd14 Removed no_simple_http_tls 2015-10-19 12:26:59 -07:00
Peter Eckersley 26e7037794 Fix a mock type error 2015-10-19 12:15:11 -07:00
Peter Eckersley 39ae9bdf43 Document a somewhat cryptic function 2015-10-19 12:06:39 -07:00
Peter Eckersley 6e69e58402 Make more tests run regardless of local plugin state 2015-10-19 12:03:11 -07:00
Peter Eckersley e05073c33e debugging 2015-10-19 10:37:39 -07:00
bmw 3aad546898 Merge pull request #1025 from schumaml/patch-1
Adjusted Docker user guide link
2015-10-19 08:47:47 -07:00
schumaml bb17863ebe Adjusted Docker user guide link 2015-10-19 10:19:21 +02:00
Peter Eckersley 63f4f11360 Test "install --nginx" w/ misconfiguration 2015-10-18 11:05:58 -07:00
Peter Eckersley 995c1dfb83 More sphinxiness, more clarity 2015-10-18 11:05:46 -07:00
bmw ee8b2786da Merge pull request #1023 from kuba/test-bugs/1021
Fixes #1021: integration tests failing on acme.standalone_test.
2015-10-18 08:01:53 -07:00
Jakub Warmuz 7a9ceaae2e lint 2015-10-18 12:33:06 +00:00
Jakub Warmuz 4090085b17 Avoid race conditions in acme.standalone_test. 2015-10-18 12:22:54 +00:00
Peter Eckersley d6345a47c5 Fix some bugs & immprove test cases 2015-10-18 02:34:24 -07:00
Jacob Hoffman-Andrews c0b6305f1c Merge pull request #1017 from kuba/simplehttp-5002
Clean up after simplehttp port change to 5002.
2015-10-17 23:55:12 -07:00
Peter Eckersley 4996e9b678 Installers are actually useful in auth mode 2015-10-17 14:28:38 -07:00
Peter Eckersley c89e192ee7 Concision is beautiful 2015-10-17 14:01:54 -07:00
Peter Eckersley f4f6b98f31 Use new plugin selection logic for install 2015-10-17 13:57:52 -07:00
Peter Eckersley 7c92db095f Use new selection logic for "auth"
Also: why was auth selecting installers?
2015-10-17 13:43:49 -07:00
Peter Eckersley a841c4fc5d More nits 2015-10-17 13:13:00 -07:00
Peter Eckersley f7bfb5ba8d Sphinxify docstrings, plugins plumbing 2015-10-17 12:54:56 -07:00
Peter Eckersley 8d4f414e09 Move ConfiguratorError to errors.py 2015-10-17 12:47:05 -07:00
Jakub Warmuz 6eae746735 Clean up after simplehttp port change to 5002.
Now, when https://github.com/letsencrypt/boulder/pull/998 is in, we
can remove all quick fixes for
https://github.com/letsencrypt/boulder/issues/985.
2015-10-17 18:06:21 +00:00
bmw f645826b66 Merge pull request #1006 from kuba/go1.5.1
Switch to Go 1.5.1 (fixes #955)
2015-10-17 10:44:04 -07:00
bmw 84c54e516b Merge pull request #1011 from kuba/release
Fix dev release script: don't install from PyPI in tests
2015-10-17 09:02:14 -07:00
bmw 714d40ddab Merge pull request #1002 from kuba/detect-downstream-deps
Detect downstream deps in tests
2015-10-17 08:30:21 -07:00
Jakub Warmuz 5ff6d07519 Merge remote-tracking branch 'github/letsencrypt/master' into release 2015-10-17 15:29:37 +00:00
bmw fc0e191cbd Merge pull request #1010 from kuba/le3.wtf-dvsni
Integration tests: force le3.wtf over DVSNI.
2015-10-17 08:27:46 -07:00
Jakub Warmuz 17a09eac6b fix comment 2015-10-17 11:13:43 +00:00
Jakub Warmuz 9ebf530dc4 dev-release: more comments about recent changes 2015-10-17 11:12:46 +00:00
Jakub Warmuz 0cf2b5a4bd dev release: start with fresh virtualenv 2015-10-17 10:57:02 +00:00
Jakub Warmuz 31109b3332 log git commit in dev release 2015-10-17 10:55:41 +00:00