Commit graph

208 commits

Author SHA1 Message Date
Brad Warren
a86ea53a79 Added unit tests 2015-10-05 12:09:35 -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
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
James Kasten
67acebff34 pep8 and google style guide 2015-09-16 18:43:32 -07:00
Peter Eckersley
43a73f9a09 neaten
neaten
2015-09-16 17:26:27 -07:00
James Kasten
e8611d299a Cleanup formatting issues 2015-09-16 13:23:46 -07:00
Peter Eckersley
1a2c983a9c Strict permission checking only upon request
Use --strict-permissions if you're running as a privileged user on a system
  where non-privileged users might have write permissions to parts of the lets
  encrypt config or logging heirarchy.  That should not normally be the case.

  Working toward a fix for #552
2015-09-16 13:13:24 -07:00
James Kasten
f582a85314 mock out make_or_verify 2015-09-16 13:03:42 -07:00
James Kasten
23edd48d5a minor fixes 2015-09-15 23:34:00 -07:00
James Kasten
2bc87893c4 Merge branch 'master' into fix_771 2015-09-15 22:49:16 -07:00
James Kasten
c025c17b5d auth use renewal 2015-09-15 22:48:36 -07:00
Peter Eckersley
1fff04ea9e Change the renewal configuration directory
Fixes #732
2015-09-15 18:51:24 -07:00
Peter Eckersley
5709eacec4 Merge remote-tracking branch 'origin/master' into kuba_chain 2015-09-15 18:33:16 -07:00
James Kasten
d367694dc3 pep8 fixes 2015-09-15 18:09:00 -07:00
James Kasten
0b8009529b Basic removal of duplicate code through using a base class 2015-09-15 17:58:31 -07:00
Peter Eckersley
bde5a1fe17 Merge branch 'treat_duplicate_as_renewal' into kuba_chain 2015-09-15 17:51:58 -07:00
Seth Schoen
a38bb41856 PR cleanup 2015-09-11 13:49:26 -07:00
Seth Schoen
791825151a Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal 2015-09-11 00:42:35 -07:00
Jakub Warmuz
33c2aed021
Merge remote-tracking branch 'github/letsencrypt/master' into lint 2015-09-11 07:15:10 +00:00