1766 Commits
Author SHA1 Message Date
Marius Gedminas f5c8a63c18 Tests for --disable-hook-validation 2016-06-03 09:44:12 +03:00
mrstanwell ee622618a2 Strip "\n" from end of OS version string for OS X.
If you don't, it ends up in the UserAgent header and you get an error
like:
Invalid header value 'CertbotACMEClient/0.8.0 (darwin 10.10.5\n)...'
2016-06-03 00:42:40 -05:00
Brad Warren 36e63a7372 Bump version to 0.9.0 2016-06-02 13:50:37 -07:00
Brad Warren dcadcf8d42 Release 0.8.0 2016-06-02 13:50:30 -07:00
Seth Schoen 10612a0ced Merge remote-tracking branch 'origin/update_registration' into update_registration 2016-05-31 15:54:00 -07:00
Seth Schoen c1e4b57d37 Tiny documentation fixes 2016-05-31 15:53:40 -07:00
Brad Warren 673b5e960a Merge branch 'master' into update_registration 2016-05-31 14:35:30 -07:00
bmw fcc4622b6d Merge pull request #3005 from lamby/reproducible-documentation
Don't call os.pid() the default kwargs to atexit_print_messages
2016-05-31 12:05:16 -07:00
Marius Gedminas d21f8fa657 Add --disable-hook-validation
As discussed in #3020.
2016-05-29 22:20:47 +03:00
Shaun Cummiskey 2e12fda802 Spelling correction 2016-05-28 16:08:28 -05:00
Chris Lamb b247687517 Don't call os.pid() the default kwargs to atexit_print_messages
Whilst it has no side-effects, this results in non-reproducible output when
generating the certbot documentation:

    http://i.imgur.com/Q6VGi9S.jpg

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2016-05-28 10:45:57 +01:00
Amjad Mashaal 928ea2f5cb Fixing minute problems with code 2016-05-28 02:18:49 +02:00
Peter Eckersley 24915f6d00 Lint 2016-05-27 16:45:12 -07:00
Peter Eckersley b627f64377 Fix stray merge error 2016-05-27 15:04:59 -07:00
Peter Eckersley 883510338c Merge branch 'master' into sysd_os 2016-05-27 14:48:03 -07:00
Peter Eckersley 61e0e3cc83 Merge pull request #3073 from cowlicks/rename-le-util
Rename certbot.le_util to certbot.util
2016-05-27 14:37:36 -07:00
Brad Warren 7153220b41 Bump version to 0.8.0 2016-05-27 13:30:54 -07:00
Brad Warren 46d8f6e18c Release 0.7.0 2016-05-27 13:30:46 -07:00
Brad Warren 14b45b795a give register full test coverage 2016-05-25 22:45:57 -07:00
Brad Warren 89279a72bd Interatively ask for e-mail with register verb 2016-05-25 22:23:36 -07:00
Brad Warren 8d802ef6fd Fix up display/ops.py coverage 2016-05-25 22:12:06 -07:00
Brad Warren 653935b937 Merge branch 'master' into update_registration 2016-05-25 21:54:51 -07:00
Brad Warren 6598bcb53e refactor get_email 2016-05-25 21:53:20 -07:00
Amjad Mashaal 9553f0edd9 Fixing conflicts 2016-05-26 02:03:46 +02:00
bmw 8798420694 Merge pull request #2795 from TheNavigat/wrapping
Remove text wrapping
2016-05-25 16:53:47 -07:00
Blake Griffith d9d2377242 Rename certbot.le_util to certbot.util
Also rename certbot/tests/le_util_test.py to certbot/tests/util_test.py
2016-05-25 18:50:02 -05:00
Brad Warren 1819b22ebc Fix typo 2016-05-25 16:47:05 -07:00
Brad Warren a87df33de6 Update register tests 2016-05-25 16:41:39 -07:00
Brad Warren 5531c156e8 Save the updated registration 2016-05-25 16:41:19 -07:00
Brad Warren 14e2ea92ee Add a way to only save registration resources 2016-05-25 16:32:03 -07:00
Amjad Mashaal 1e58f1a052 Merge branch 'master' into wrapping 2016-05-26 01:01:15 +02:00
Amjad Mashaal d1e9ffbe9a Merge branch 'master' into dialogerror 2016-05-26 01:00:04 +02:00
sagi d57353a6fe Add missing space. 2016-05-25 22:01:43 +00:00
Brad Warren 29822aad9d denit 2016-05-25 14:57:01 -07:00
sagi 20be730a92 Revert client, client_test back 2016-05-25 21:56:15 +00:00
Brad Warren 2268dbf489 delint 2016-05-25 14:55:44 -07:00
sagi b77d288adb Use cli.py to set .staple given .must_staple 2016-05-25 21:49:53 +00:00
Amjad Mashaal 12a356298c Displaying DialogError details correctly 2016-05-25 23:44:00 +02:00
sagi efcd0090da Add a specific must-staple test 2016-05-25 21:20:13 +00:00
Amjad Mashaal 74f5c85178 Moving tests for conflicting args to cli_test.py 2016-05-25 23:13:26 +02:00
Seth Schoen 6ceaca4a9d Minor test updates for update_registration call change 2016-05-25 14:11:43 -07:00
Seth Schoen 0b691d1b56 Use better update_registration invocation, and reporter interface 2016-05-25 14:11:12 -07:00
Amjad Mashaal 911b4565be Moving check for conflicting args to cli.py 2016-05-25 23:09:17 +02:00
Amjad Mashaal a1cb24b3ef Fixing conflicts 2016-05-25 23:08:33 +02:00
sagi 5a3397cf63 Fix tests 2016-05-25 21:07:47 +00:00
Amjad Mashaal 0999705691 Fixing wrapping for messages with URLs 2016-05-25 22:58:16 +02:00
Seth Schoen 2294a7e20d Merge branch 'master' into update_registration 2016-05-25 13:48:17 -07:00
sagi 59b567b1de Merge remote-tracking branch 'upstream/master' into must_staple 2016-05-25 20:07:25 +00:00
sagi b3aeeefe20 Autoconfigure OCSP Stapling with --must-staple 2016-05-25 20:03:45 +00:00
bmw dda48b50b0 Merge pull request #3009 from sagi/fix_cert_path
certonly subcommand - If cert_path provided - do not uniquify  it
2016-05-25 12:47:56 -07:00