1894 Commits
Author SHA1 Message Date
Peter Eckersley d96278505e Fix test 2016-07-06 20:08:01 -07:00
Peter Eckersley 4a9846b911 Begin work on multi-topic help listings 2016-07-06 20:02:40 -07:00
Brad WarrenandGitHub 4027911947 Merge pull request #3250 from certbot/installer-error
Installer error
2016-07-06 15:53:05 -07:00
Peter Eckersley 83857baf30 Update / cleanup installer error message
Closes: #1756
Updating since we landed #788 and have shipped Apache support almost
everywhere
2016-07-06 15:39:59 -07:00
Brad WarrenandGitHub 41563aa71d Merge pull request #2767 from certbot/dialog-escape
NcursesDisplay.menu: treat ESC as cancel
2016-07-06 15:12:37 -07:00
Blake Griffith e28560514a Test that ErrorHandler resets default signals. 2016-07-06 16:56:11 -05:00
Blake Griffith 2e7f02805c Call _call_signals after _reset_signals. 2016-07-06 15:59:51 -05:00
Peter Eckersley 4b84538c8c Address review comments 2016-07-06 12:57:16 -07:00
Blake Griffith 40983d67d7 Alphabetize imports in error_handler_test.py 2016-07-06 13:19:58 -05:00
Blake Griffith 3d3908c8b3 Update _call_signals docstring. 2016-07-06 13:19:03 -05:00
Blake Griffith ece1f6a24d Don't use _private functions in tests. 2016-07-05 23:32:22 -05:00
Blake Griffith e9f879a443 Use assertTrue and index in _SIGNALS 2016-07-05 23:32:22 -05:00
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