Commit graph

651 commits

Author SHA1 Message Date
Joona Hoikkala
0773f626f9 Resolved merge conflicts 2016-04-16 15:19:57 +03:00
Joona Hoikkala
b1d7bd318e
Full test coverage for le_util and os detection 2016-04-14 08:39:39 +03:00
Joona Hoikkala
995b22684f
Removed unused test method 2016-04-14 08:08:08 +03:00
Brad Warren
3961b70deb s/letsencrypt/certbot 2016-04-13 16:03:59 -07:00
Joona Hoikkala
096873ca1c
Removed unused import 2016-04-13 01:21:34 +03:00
Joona Hoikkala
608352157c
..and the test file of course 2016-04-13 00:55:21 +03:00
Joona Hoikkala
6fc63de5a5
Using mocked os-release file 2016-04-13 00:49:51 +03:00
Joona Hoikkala
67c60ab406
Disabled linter error 2016-04-12 19:41:39 +03:00
Joona Hoikkala
34f0e260f1
Linter fixes 2016-04-12 18:49:08 +03:00
Joona Hoikkala
7ff8440b8f
Tests for systemd os-release. Fix for darwin OS version info and tests for it 2016-04-12 18:12:47 +03:00
Joona Hoikkala
bbb300eb22
Finalized parsing and fixed test case 2016-04-12 14:27:00 +03:00
Peter Eckersley
c3f0025511 Merge pull request #2758 from letsencrypt/interactive-webroot
Interactive webroot
2016-04-04 18:36:19 -07:00
Brad Warren
f93f1e5695 Remove needless unsafe registration warnings 2016-04-04 15:58:10 -07:00
Brad Warren
d197123386 dry_run_tests++ 2016-04-04 15:51:56 -07:00
Brad Warren
18648d1788 Merge branch 'master' into interactive-webroot 2016-04-04 12:40:04 -07:00
Peter Eckersley
ca3a8fb952 Merge pull request #2745 from letsencrypt/quiet
Implement --quiet / -q
2016-04-04 11:39:11 -07:00
Peter Eckersley
f8867ab357 Test for --quiet renew 2016-04-04 11:14:04 -07:00
Peter Eckersley
13e0fbb1f1 _call can now handle the _call_stdout case 2016-04-04 11:06:37 -07:00
Peter Eckersley
12006fb5f5 cli_test: _call() now allows stdout content inspection 2016-04-04 10:53:11 -07:00
Brad Warren
21f5fa837d Merge branch 'master' into interactive-webroot 2016-04-04 09:04:17 -07:00
Brad Warren
08e3855586 Merge branch 'master' into reset_by_cli 2016-04-01 20:31:10 -07:00
Peter Eckersley
7fbd800ddd lint 2016-04-01 20:17:06 -07:00
Peter Eckersley
9201f2691f Wrangle the Reporter to also be --quiet 2016-04-01 20:14:06 -07:00
Seth Schoen
dd14b9980e Don't call our tempfile "tempfile" 2016-04-01 18:21:16 -07:00
Seth Schoen
33a4acf6eb Explicit test for modified write_renewal_config 2016-04-01 18:09:20 -07:00
Brad Warren
1acd50a0ce Remove the need for extra processing to support --csr + --webroot 2016-04-01 17:07:54 -07:00
Brad Warren
1f4daf0874 factor out _create_challenge_dirs 2016-04-01 16:42:45 -07:00
Brad Warren
b1bdc4590d Move webroot processing to webroot.py 2016-04-01 16:16:17 -07:00
Brad Warren
8efc3ae7c8 Add report_config_interaction 2016-03-31 20:07:18 -07:00
Brad Warren
12082a94ad Simplify default detection 2016-03-31 18:08:36 -07:00
Peter Eckersley
37c070597c Fix tests on py26
the print() function does not appear to be mockable there
2016-03-31 09:57:57 -07:00
Peter Eckersley
526aa7d5ae Fix _run_hook test 2016-03-30 17:41:59 -07:00
Peter Eckersley
285f3b5536 lint 2016-03-30 15:38:38 -07:00
Peter Eckersley
db5c4f9f91 Fix whitespace 2016-03-30 13:59:12 -07:00
Peter Eckersley
af1b136846 Ooops, actually add hook_test.py to the repo! 2016-03-30 13:58:26 -07:00
Peter Eckersley
5943dc7c3d Start implementing some renewal hook flags
Also some refactoring:
  - split renewal out of _auth_from_domains into renewal.renew_cert
  - split main._csr_obtain_cert out of main.obtain_cert
2016-03-25 20:37:12 -07:00
schoen
11772b8436 Merge pull request #2708 from letsencrypt/dselect
Add directory_select method to IDisplay
2016-03-25 13:32:34 -07:00
Peter Eckersley
6da12cb6a7 Merge remote-tracking branch 'origin/master' into split-plugin-selection
Conflicts on "none" -> "None"
2016-03-24 18:03:26 -07:00
Peter Eckersley
7b434c5a88 Address review comments 2016-03-24 17:51:48 -07:00
Brad Warren
f3f665bf63 s/none/None 2016-03-24 12:35:52 -07:00
Peter Eckersley
c1844b61c1 Merge remote-tracking branch 'origin/master' into split-plugin-selection 2016-03-23 17:24:17 -07:00
Seth Schoen
dffa98d5ed Merge remote-tracking branch 'origin/master' into no_irrelevant_items
Conflicts:
	letsencrypt/cli.py
2016-03-23 17:12:54 -07:00
bmw
764770f9e3 Merge pull request #2650 from letsencrypt/split-renew
Split renew.py out of cli.py
2016-03-23 16:31:55 -07:00
Peter Eckersley
a9faa3b4ba Shim renew() in main.py, keep the work in renewal.py 2016-03-23 16:14:41 -07:00
Brad Warren
0e4d9b00cd Merge branch 'master' into dselect 2016-03-23 15:35:16 -07:00
Brad Warren
294ea4d1a6 Add directory_select to NoninteractiveDisplay 2016-03-23 15:29:02 -07:00
Brad Warren
9d70c4acfb Add directory_select method to FileDisplay 2016-03-23 15:11:36 -07:00
Seth Schoen
4f7c5b32e8 Cleanup responding to protected-access problems 2016-03-23 14:57:01 -07:00
Seth Schoen
4bc8e9a44a Improve mocking 2016-03-23 14:30:40 -07:00
Peter Eckersley
278b8852fd Merge snafu 2016-03-23 14:26:58 -07:00