 Brad WarrenandGitHub
|
b5c06a7217
|
Merge pull request #3223 from cowlicks/signal-handling
Fix Unix signal handling in certbot.error_handler.ErrorHandler [minor revision]
|
2016-07-19 12:08:56 -07:00 |
|
Blake Griffith
|
14f00df14d
|
Remove try/finally block in ErrorHandler.__exit__
|
2016-07-19 11:09:27 -05:00 |
|
Blake Griffith
|
1bf0518944
|
Remove superfluous comprehensions.
|
2016-07-18 14:01:43 -05:00 |
|
Joona Hoikkala
|
3b4fb2401d
|
Coverage fixes, and unused fallback removal
|
2016-07-16 10:02:57 +03:00 |
|
 Brad WarrenandGitHub
|
bfca273657
|
Merge pull request #3064 from TheNavigat/v-text
-v implies --text
|
2016-07-15 16:40:57 -07:00 |
|
Amjad Mashaal
|
754719125b
|
Adding test for text_mode when verbose is enabled
|
2016-07-16 01:18:46 +02:00 |
|
Joona Hoikkala
|
e39b3214b4
|
Test fixes
|
2016-07-16 00:00:51 +03:00 |
|
Joona Hoikkala
|
de3010d99b
|
Tests for non-psutil socket bind check
|
2016-07-15 23:19:00 +03:00 |
|
Joona Hoikkala
|
e01bf96891
|
:Merge remote-tracking branch 'upstream/master' into psutil
|
2016-07-15 17:06:19 +03:00 |
|
 Peter EckersleyandGitHub
|
3c3e04ec72
|
Log circumstances of deprecation warnings
|
2016-07-14 11:36:44 -07:00 |
|
Amjad Mashaal
|
cf73511ae7
|
Fixing styling issues
|
2016-07-14 13:06:35 +02:00 |
|
Joona Hoikkala
|
e11e42f98e
|
Added simple socket bind check for populated ports if psutil is not available
|
2016-07-12 15:09:31 +03:00 |
|
Blake Griffith
|
156ea46a09
|
Compare initial and final signals in tests.
|
2016-07-09 16:27:49 -05:00 |
|
Jacob Sachs
|
64012a6053
|
set dialog widgets to use autowidgetsize
|
2016-07-09 09:18:16 -03:00 |
|
 Peter EckersleyandGitHub
|
a691e53013
|
Merge pull request #3265 from certbot/root-error
Errors when run without root
|
2016-07-08 18:51:28 -07:00 |
|
Brad Warren
|
9372914c67
|
Improve error message
|
2016-07-08 15:51:31 -07:00 |
|
Brad Warren
|
e598e907bd
|
create MakeOrVerifyCoreDirTest
|
2016-07-08 14:54:51 -07:00 |
|
Brad Warren
|
d777221703
|
write make_or_verify_core_dir
|
2016-07-08 14:17:19 -07:00 |
|
Peter Eckersley
|
894af91777
|
Fix test
|
2016-07-08 14:09:26 -07:00 |
|
Brad Warren
|
48b7c01a59
|
bring make_or_verify_dir docstring up to date
|
2016-07-08 14:06:15 -07:00 |
|
Blake Griffith
|
ed73c55b7b
|
Instantiate exception_raised in test.
|
2016-07-08 16:03:40 -05:00 |
|
Peter Eckersley
|
0bedeb449a
|
Refactor path_surgery into plugins.util so that nginx can call it
|
2016-07-08 14:03:21 -07:00 |
|
Brad Warren
|
4f35f3fdf7
|
Add SetupLogFileHandlerTest
|
2016-07-08 13:07:49 -07:00 |
|
Brad Warren
|
f3c6bac310
|
stop spacing out
|
2016-07-08 13:02:28 -07:00 |
|
Brad Warren
|
9ae755ef4c
|
simplify log file error handling
|
2016-07-08 12:53:09 -07:00 |
|
Brad Warren
|
40449ed274
|
Add single _PERM_ERR_FMT string
|
2016-07-08 12:49:41 -07:00 |
|
Peter Eckersley
|
c3244df951
|
more doc improvements
|
2016-07-08 10:12:57 -07:00 |
|
Peter Eckersley
|
ecd1ca4645
|
grammatical improvement
|
2016-07-08 10:05:56 -07:00 |
|
Blake Griffith
|
4b4a02a7af
|
Remove extra tracking of prev_handlers.
|
2016-07-07 20:07:13 -05:00 |
|
Peter Eckersley
|
204c3f0dfb
|
Start using multi-topic CLI flag documentation
|
2016-07-07 15:33:29 -07:00 |
|
Robert Buchholz
|
fd35e407ca
|
Reference certbot-auto in CLI help
|
2016-07-07 11:20:52 +02:00 |
|
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 |
|