Jakub Warmuz
|
7102f9ef4b
|
Don't expose threads from ServerManager.
|
2015-10-07 19:20:47 +00:00 |
|
Jakub Warmuz
|
f0214ddf9a
|
Merge commit 'a2c41ca7f539303cb413ba3e73d3669633063150' into standalone2
|
2015-10-07 19:07:44 +00:00 |
|
bmw
|
f81174d43d
|
Merge pull request #722 from kuba/mock-2.6
Revert "Revert PR #708."
|
2015-10-06 11:05:32 -07:00 |
|
bmw
|
0aaf26bdda
|
Merge pull request #878 from letsencrypt/automation_is_enabled
Ensures renewal settings are reported correctly
|
2015-10-05 14:54:02 -07:00 |
|
bmw
|
e985c54b9b
|
Merge pull request #898 from ArchimedesPi/pep8
Fix some pep8 warnings
|
2015-10-05 13:53:02 -07:00 |
|
bmw
|
505ebfaa45
|
Merge pull request #891 from ArchimedesPi/remove_crypto_util_cruft
crypto_util: Remove cruft
|
2015-10-05 13:00:52 -07:00 |
|
Jakub Warmuz
|
c3e28fa909
|
Merge remote-tracking branch 'github/letsencrypt/master' into mock-2.6
|
2015-10-05 19:31:05 +00:00 |
|
Brad Warren
|
7a49e2bcb3
|
Merge branch 'master' into automation_is_enabled
|
2015-10-05 12:09:40 -07:00 |
|
Brad Warren
|
a86ea53a79
|
Added unit tests
|
2015-10-05 12:09:35 -07:00 |
|
Peter Eckersley
|
22d756992b
|
Merge pull request #894 from ArchimedesPi/improve-test-coverage-crypto-util
crypto_util: Refactor, improve test coverage [WIP]
|
2015-10-05 12:05:14 -07:00 |
|
Liam Marshall
|
d5ebc38b33
|
Fix pep8 warnings (down to only one now!)
|
2015-10-04 20:39:19 -05:00 |
|
Liam Marshall
|
917a6d6373
|
Make lint happy, remove unused variables from crypto_util_test
|
2015-10-04 15:56:40 -05:00 |
|
Liam Marshall
|
9c8f09ec43
|
Test that loading an invalid cert throws an error
|
2015-10-04 15:49:56 -05:00 |
|
Liam Marshall
|
b3bd71b424
|
Use previously-returned file_type in assertion
|
2015-10-04 15:43:51 -05:00 |
|
Liam Marshall
|
7b50f5d9bf
|
Make pep8 happy
|
2015-10-04 15:42:05 -05:00 |
|
Liam Marshall
|
aa15fae11d
|
crypto_util: merge _pyopenssl_load into pyopenssl_load_certificate
|
2015-10-04 15:39:29 -05:00 |
|
Liam Marshall
|
7b2d40ce55
|
crypto_util: test pyopenssl_load_certificate(...)
|
2015-10-04 15:34:57 -05:00 |
|
Jakub Warmuz
|
1774ab64c4
|
Add SupportedChallengesValidatorTest.
|
2015-10-04 20:24:53 +00:00 |
|
Jakub Warmuz
|
94c6e307c9
|
Fix plugins.common.Dvsni._setup_challenge_cert.
|
2015-10-04 20:13:00 +00:00 |
|
Liam Marshall
|
032f3e8f64
|
crypto_util: test _pyopenssl_load
|
2015-10-04 15:00:57 -05:00 |
|
Jakub Warmuz
|
ed70c948aa
|
Renewer: restore IConfig.simple_http_port data type.
|
2015-10-04 19:50:27 +00:00 |
|
Jakub Warmuz
|
4d25cabfe2
|
Add missing docstring
|
2015-10-04 19:27:47 +00:00 |
|
Jakub Warmuz
|
509af11a92
|
--standalone-supported-chalenges
|
2015-10-04 19:15:45 +00:00 |
|
Jakub Warmuz
|
774dc7db9a
|
100% coverage for Standalone 2.0
|
2015-10-04 19:15:05 +00:00 |
|
Jakub Warmuz
|
1a0f8889ad
|
ServerManager.running returns dict
|
2015-10-04 19:15:04 +00:00 |
|
Jakub Warmuz
|
df04938f6a
|
Standalone 2.0: add detection for unsupported SimpleHTTP TLS platform.
|
2015-10-04 19:14:58 +00:00 |
|
Jakub Warmuz
|
517a74f432
|
standalone 2.0: lint, docs, cleanup.
|
2015-10-04 17:21:35 +00:00 |
|
Liam Marshall
|
884d8e9905
|
crypto_util: Remove unused import
|
2015-10-04 11:29:21 -05:00 |
|
Liam Marshall
|
6994dad59b
|
crypto_util: Remove asn1_generalizedtime_to_dt(...)
|
2015-10-04 11:17:07 -05:00 |
|
Liam Marshall
|
32da607ae5
|
crypto_util: Remove asn1_generalizedtime_to_dt(...)
Not used by any other code AFAIK (ack'd entire codebase).
|
2015-10-04 10:39:38 -05:00 |
|
Jakub Warmuz
|
bba0560c0e
|
Almost full coverage for plugins.standalone (perform2 left).
|
2015-10-04 13:24:30 +00:00 |
|
Jakub Warmuz
|
7687ecd6e3
|
100% coverage for standalone.ServerManager
|
2015-10-04 12:14:10 +00:00 |
|
Jakub Warmuz
|
22b1514f51
|
server_forever2/shutdown2
|
2015-10-04 12:14:10 +00:00 |
|
Jakub Warmuz
|
d1fcc422e0
|
Use ACME(TLS)Server in plugins.standalone
|
2015-10-04 11:31:52 +00:00 |
|
Jakub Warmuz
|
b0efc61f97
|
Add ServerManagerTest stub.
|
2015-10-04 10:58:31 +00:00 |
|
Jakub Warmuz
|
b660650a90
|
Add StandaloneBindErrorTest
|
2015-10-04 10:37:47 +00:00 |
|
Jakub Warmuz
|
b4b7b020a2
|
Add NamespaceConfigTest.test_simple_http_port
|
2015-10-04 10:32:29 +00:00 |
|
Jakub Warmuz
|
560d12a40c
|
Merge remote-tracking branch 'github/letsencrypt/master' into standalone2
|
2015-10-04 10:24:47 +00:00 |
|
Jakub Warmuz
|
4ef7a6e63f
|
Merge remote-tracking branch 'github/letsencrypt/master' into release
|
2015-10-04 10:08:38 +00:00 |
|
Jakub Warmuz
|
5d4e1b68cd
|
autospec=False for socket.socket (quick-fixes: #779).
Also, https://github.com/testing-cabal/mock/issues/323
|
2015-10-04 08:57:53 +00:00 |
|
Brad Warren
|
8e45ecd975
|
Merge branch 'master' into sysexit_error
|
2015-10-01 15:40:08 -07:00 |
|
Brad Warren
|
d7a16ecfcb
|
Added tests and documentation
|
2015-10-01 15:39:55 -07:00 |
|
Brad Warren
|
59348ad30c
|
Made methods private and updated tests
|
2015-10-01 13:33:22 -07:00 |
|
Brad Warren
|
c976c0abdf
|
Removed duplicated code
|
2015-10-01 13:03:23 -07:00 |
|
Brad Warren
|
6bde83c983
|
Fixed indentation in storage.py
|
2015-10-01 11:53:11 -07:00 |
|
Peter Eckersley
|
43cb36807a
|
Also test top level help
|
2015-09-30 17:00:09 -07:00 |
|
Peter Eckersley
|
11ca1108c2
|
Test cases for command line help
|
2015-09-30 16:53:08 -07:00 |
|
Peter Eckersley
|
2406fc0486
|
Go back to VERBS as a list
The dictionary was destroying the ordering, which was important.
|
2015-09-30 16:07:16 -07:00 |
|
Peter Eckersley
|
d85f42d71f
|
Plugins don't need to be in HELP_TOPICS
They're already added as topics automatically, though they do need to be in
the hand-written top level help.
|
2015-09-30 15:29:29 -07:00 |
|
Brad Warren
|
bb167743f3
|
Don't call_registered() on SystemExit
|
2015-09-30 13:00:10 -07:00 |
|