782 Commits
Author SHA1 Message Date
Blake Griffith 7ade835476 import module instead of function 2016-07-05 23:32:22 -05:00
Blake Griffith 8333829bbe Check that ErrorHandler raises exception. 2016-07-05 23:32:22 -05:00
Blake Griffith 5e4f250110 Stylize _signal_handler docstring. 2016-07-05 23:32:22 -05:00
Blake Griffith 815887d4e4 Refactor ErrorHandler.__exit__
also call_signal -> call_signals
2016-07-05 23:32:22 -05:00
Blake Griffith 277b7a89f1 Update ErrorHandler docstring. 2016-07-05 23:32:22 -05:00
Blake Griffith 79c602ffc8 Make non-public methods as private. 2016-07-05 23:14:53 -05:00
Blake Griffith 15336d45bd Reset self.body_executed in __enter__ 2016-07-05 23:14:53 -05:00
Blake Griffith 777a654d90 Move SignalExit to errors.py 2016-07-05 23:14:53 -05:00
Blake Griffith 92870f0bbb Better docstring for _signal_handler 2016-06-30 10:22:12 -05:00
Blake Griffith e652141449 Use lambda instead of closure. 2016-06-28 16:55:46 -05:00
Blake Griffith 1356941f97 Test signal handling in error handler. 2016-06-28 16:31:21 -05:00
Blake Griffith bbd5ce45e9 Defer signals in ErrorHandler. 2016-06-28 16:31:21 -05:00
Amjad Mashaal 6f7ed85844 -v implies --text 2016-06-27 10:34:40 +02:00
Peter Eckersley 23f0ccbc8e Address review issues 2016-06-25 12:28:47 -07:00
Peter EckersleyandGitHub 236e3e611a Merge pull request #3208 from certbot/how2plugin
Better document plugins and reversion
2016-06-24 16:54:15 -07:00
Brad Warren bac988a404 Fix typo 2016-06-23 17:24:05 -07:00
Brad Warren 02c61cffb7 Consistent capitialization with installer 2016-06-23 17:17:17 -07:00
Brad Warren 7aa6becc5b Suggest reverter for installers 2016-06-23 17:16:58 -07:00
Brad Warren 7e5e016982 Document that only save should make checkpoints 2016-06-23 17:10:03 -07:00
Brad Warren 38feb37d3e Further document reverter 2016-06-23 17:03:01 -07:00
Brad Warren cb441606d5 Explictly state assumptions made by certbot 2016-06-23 16:14:34 -07:00
Brad WarrenandGitHub 9514221a6d Merge pull request #3174 from jsachs/log-renewal
Log new cert and cert renewal
2016-06-23 13:44:46 -07:00
Jacob Sachs 230b09bb15 add logging for keeping existing cert 2016-06-23 08:23:27 -04:00
Peter Eckersley 8a28cb7352 Implement Brad's more systematic solution for this 2016-06-22 15:50:21 -07:00
Peter Eckersley e231dae2c1 Merge remote-tracking branch 'origin/master' into dialog-escape 2016-06-22 15:35:07 -07:00
Brad WarrenandGitHub 26f45a61ef Merge pull request #3144 from TheNavigat/test-logging
Adding sensible UI logging for typical user
2016-06-21 14:25:36 -07:00
Blake Griffith a148d2ddfa Limit domains to 255 octets. 2016-06-17 18:59:33 -05:00
Blake Griffith 2625daad75 Fix more FQDN tests in ops_test.py 2016-06-17 18:59:33 -05:00
Blake Griffith a7a2049d69 Fix FQDN tests. 2016-06-17 18:59:33 -05:00
Blake Griffith 6156b452bc Fix FQDN checks. 2016-06-17 18:59:33 -05:00
Amjad Mashaal 6666ff25d4 Moving import dialog to the top of the file 2016-06-17 03:57:49 +02:00
Amjad Mashaal 56997c926b Fixing conflicts 2016-06-17 03:54:59 +02:00
Jacob Sachs 176751f4da Log new cert and cert renewal 2016-06-14 23:15:55 -04:00
Brad Warren 261046a2d7 Update relevant_values tests 2016-06-14 13:52:39 -07:00
Brad Warren f9d5ecaf6f Add option_was_set test 2016-06-13 17:45:47 -07:00
Brad Warren 97af8dfb70 Add defaults to helpful_parser 2016-06-13 17:31:57 -07:00
Brad Warren 4c68792dd3 Remove test_defaults_global 2016-06-13 17:29:56 -07:00
Brad Warren 8c174f38b5 Add has_default_value method 2016-06-13 17:00:59 -07:00
Brad Warren aaf93b65b0 Refactor storage.relevant_values 2016-06-13 16:55:45 -07:00
Brad Warren 8f68663097 Add option_was_set function 2016-06-13 16:52:35 -07:00
Brad Warren 9f61424e26 Merge branch 'master' into default-detector 2016-06-13 15:07:13 -07:00
Brad Warren 26316fb222 Ensure changes to webroot_map aren't reflected in cli.DEFAULTS 2016-06-13 15:06:49 -07:00
Brad Warren b57677b16a Use cli.DEFAULTS in storage.py 2016-06-13 14:57:14 -07:00
Brad Warren 657c4e7259 Set DEFAULTS during parse_args 2016-06-13 14:49:24 -07:00
Peter EckersleyandGitHub 645e8edef0 Merge pull request #3160 from lwolf/master
Add additional warning with actual exception message during renewal
2016-06-13 14:43:49 -07:00
Peter EckersleyandGitHub fb2cc6f88e Merge pull request #3164 from jsha/eacces-guidance
Provide nonroot guidance when logging gets EACCES.
2016-06-13 14:27:58 -07:00
Brad Warren c60c28514c Add global DEFAULT variable 2016-06-13 13:49:32 -07:00
Jacob Hoffman-Andrews f8a07a8f46 Provide nonroot guidance when logging gets EACCES. 2016-06-13 11:53:32 -07:00
Sergey Nuzdhin 6a53522a6c Add additional warning with actual exception message during renewal
Log and show warning with real exception message to make it more clear what exactly happened.
Currently we show `config is broken` when in fact we have broken symlinks in live folder.
2016-06-13 14:43:47 +02:00
Amjad Mashaal 7f9a8f0f08 Adjusting logging level of certain messages 2016-06-10 06:33:11 +02:00