Commit Graph
224 Commits
Author SHA1 Message Date
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
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
Liam Marshall 032f3e8f64 crypto_util: test _pyopenssl_load 2015-10-04 15:00:57 -05:00
Jakub Warmuz 4ef7a6e63f Merge remote-tracking branch 'github/letsencrypt/master' into release 2015-10-04 10:08:38 +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
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 2d578468bd Use a verb -> function table instead of eval()
- plugins_cmd() not plugins() broke the more minimalist eval() approach
 - more wrangling was required to mock out calls via the VERBS table
2015-09-30 12:32:44 -07:00
Peter Eckersley 2a3a111d62 Disable pylint invalid-name
It's clearly making our code harder to read and write
2015-09-30 12:10:16 -07:00
Peter Eckersley 2297349b95 lintian 2015-09-29 16:56:36 -07:00
Peter Eckersley 4437ec5586 Merge remote-tracking branch 'origin/master' into subargs 2015-09-29 14:49:32 -07:00
Peter Eckersley 05d439a339 Update cli tests
We don't expect to error out if called with no args
2015-09-29 14:48:40 -07:00
Brad Warren 312057b1b8 changes += kuba_feedback 2015-09-29 12:54:52 -07:00
Brad Warren ed7977fb03 Added cli tests 2015-09-28 18:45:12 -07:00
Brad Warren 243c9e9021 Made cover and lint happy 2015-09-28 15:52:09 -07:00
Brad Warren 4da0e17255 Added message and changed reporter interface 2015-09-28 15:45:31 -07:00
Jakub Warmuz 315b357781 Hide null installer (fixes #789). 2015-09-28 19:08:57 +00:00
Jakub Warmuz d621df3320 Make zipsafe 2015-09-27 11:10:34 +00:00
James Kasten 523dba0b99 Merge pull request #777 from letsencrypt/fix_771
Make 'auth' and 'run' use the same code (fixes #771)
2015-09-26 22:12:46 -04:00
James Kasten 8dc345a3a0 address naming conventions 2015-09-26 16:04:44 -07:00
Brad Warren d2a64166c6 Merge branch 'master' into red_errors 2015-09-26 12:18:41 -07:00
Brad Warren 2015811a6c Incorporated Kuba's feedback 2015-09-26 12:18:32 -07:00
James Kasten c74bc409d8 Merge pull request #824 from letsencrypt/remove_revoker
Remove revoker
2015-09-26 04:35:54 -04:00
James Kasten e4771cf500 Merge pull request #814 from letsencrypt/crash_recovery
Crash recovery
2015-09-26 04:25:58 -04:00
James Kasten 84267c8f3a Merge branch 'master' into remove_revoker
Conflicts:
	letsencrypt/configuration.py
	letsencrypt/interfaces.py
	letsencrypt/tests/configuration_test.py
2015-09-26 01:19:28 -07:00
James Kasten c1a959de45 Remove Revocation display 2015-09-25 22:44:33 -07:00
James Kasten 022c5c3c24 Remove revoker and associated code 2015-09-25 22:35:43 -07:00
James Kasten b72f451a1b rename certs directory to csr directory 2015-09-25 22:26:32 -07:00
James Kasten 8bc260dd64 Fix crypto_util tests 2015-09-25 21:45:56 -07:00
James Kasten 395da0d7d5 Merge branch 'master' into fix_771
Conflicts:
	letsencrypt/cli.py
2015-09-25 20:11:15 -07:00
James Kasten cfe103b4ed unify quotes 2015-09-25 20:01:12 -07:00
Brad Warren fe810020c4 Made error logging entries red in the terminal 2015-09-25 13:26:45 -07:00
Brad Warren fd0c51e48a Incorporated Kuba's feedback and better defined corner cases 2015-09-24 16:23:40 -07:00
Brad Warren 2b9f72fc29 Finished basic crash recovery 2015-09-23 15:02:20 -07:00
Brad Warren aa216a96d4 Finished error_handler 2015-09-22 18:24:22 -07:00
James Kasten 22260a82af Merge pull request #772 from letsencrypt/renewal_config_dir
Change the renewal configuration directory
2015-09-18 01:26:37 -04:00
Peter Eckersley 18adec0bf2 Fix paths in test cases 2015-09-16 19:43:57 -07:00