Brad Warren
7467794637
readd newline to prevent pep8 errors
2016-08-29 12:46:41 -07:00
Brad Warren
c0d060a8f1
fix typo and long line
2016-08-29 12:44:20 -07:00
Brad Warren
1560fd4680
cleanup pref_challs help, use consistent naming, and simplify parsing
2016-08-29 12:41:55 -07:00
Brad Warren
d4f81f825c
minor _get_chall_pref cleanup
2016-08-29 12:18:57 -07:00
Brad Warren
17d54a5f6a
make docstring more explicit
2016-08-29 11:59:07 -07:00
Roland Shoemaker
5115e6ac2f
Support both invalidEmail and invalidContact errors
2016-08-26 16:17:19 -07:00
Noah Swartz
4814f04330
remove old todo
2016-08-26 13:11:45 -07:00
Noah Swartz
d8031f16bd
add deprication
2016-08-25 17:45:13 -07:00
Noah Swartz
5b112cef7a
revert standalone
2016-08-25 16:58:23 -07:00
Noah Swartz
11b6dd22ef
Merge remote-tracking branch 'origin/master' into issue_2558
2016-08-25 16:38:53 -07:00
Brad Warren
d3bdf97720
fix standalone flag test
2016-08-24 16:39:41 -07:00
Noah Swartz
51afe06ff7
in progress change
2016-08-24 16:18:23 -07:00
Brad Warren
80bcf9a678
make docstring prettier when converted to html
2016-08-24 08:35:53 -07:00
Brad Warren
ad45a664a8
use "iff" iff it is common international shorthand
2016-08-24 08:26:23 -07:00
Brad Warren
a69ad2afa8
Give lambda parameter a more useful name
2016-08-23 11:52:28 -07:00
Brad Warren
3fe5d9c3e0
add custom skipUnless function
2016-08-23 11:39:35 -07:00
Mathieu Leduc-Hamel
9958a7fc1c
Handle missing dnspython by displaying a warning message
2016-08-18 21:41:33 -04:00
Brad Warren
702ed89007
use six instead of custom refresh function
2016-08-18 14:49:11 -07:00
Mathieu Leduc-Hamel
075e666300
Fixes broken tests
2016-08-18 09:54:30 -04:00
Noah Swartz
93047d6579
add back in email test
2016-08-17 15:49:19 -07:00
Noah Swartz
ceb5207d56
lint
2016-08-16 18:06:21 -07:00
Noah Swartz
7d0b71928c
incorp peter's feedback
2016-08-16 17:33:17 -07:00
Noah Swartz
0bf7824214
fix test
2016-08-16 17:28:12 -07:00
Noah Swartz
6e550f70b0
fix typo
2016-08-16 16:17:51 -07:00
Noah Swartz
7767975204
move error outside of get_email
2016-08-16 16:13:31 -07:00
Noah Swartz
4a28bb1af7
clarify invalid email error in non-interactive
2016-08-16 12:37:45 -07:00
Noah Swartz and GitHub
ed6b6e2286
Merge pull request #3268 from jsachs/dialog-autosize
...
Set dialog widgets to use autowidgetsize
2016-08-15 15:03:12 -07:00
Mathieu Leduc-Hamel
fff459e6f5
Factored out the ip logging permission functionalities
2016-08-13 11:09:17 -04:00
Mathieu Leduc-Hamel
f7a09e5e44
Add dns-01 challenge support to the Manual plugin
2016-08-13 10:52:03 -04:00
Peter Eckersley
cfefda7267
Merge remote-tracking branch 'origin/master' into multi-topic-help
2016-08-12 18:30:29 -07:00
Brad Warren and GitHub
8aadacbbb3
Merge pull request #3375 from yan12125/python3-certbot-unittests
...
Enable unit tests of certbot core on Python 3
2016-08-12 17:55:50 -07:00
Peter Eckersley
7da7d47e8a
Merge remote-tracking branch 'origin/master' into multi-topic-help
2016-08-12 17:40:49 -07:00
Peter Eckersley and GitHub
ccdae53333
Merge pull request #3398 from certbot/underscore_plugin_args
...
Replace '-' with '_' before filtering plugin settings
2016-08-12 17:13:21 -07:00
Jon Walsh and Peter Eckersley
3a9769acbf
Replace '-' with '_' before filtering plugin settings
...
This bug notably occurs when renewing certs for with the plugin `letsencrypt-s3front`
2016-08-12 16:41:18 -07:00
Brad Warren
d541adcfa8
fix extra or lack of spacing between words in help for renew flags
2016-08-12 16:20:46 -07:00
Yen Chi Hsuan
fe76d558ed
Enable unit tests of certbot core on Python 3
2016-08-06 21:09:43 +08:00
Peter Eckersley and GitHub
e1d8ba4977
Merge pull request #3269 from yan12125/python3-certonly
...
Python 3 support for certonly
2016-08-05 14:43:55 -07:00
Yen Chi Hsuan
8a09a7ed67
Python 3 support for certonly
2016-07-30 23:07:02 +08:00
Joona Hoikkala
093ebd2f03
Tests
2016-07-30 11:49:04 +03:00
Joona Hoikkala
63a47f8b6b
Fix variable name
2016-07-30 11:07:04 +03:00
Joona Hoikkala
95fad04fdd
Added method to get the LIKE var contents as a list
2016-07-30 10:39:35 +03:00
Peter Eckersley
fbadf7550c
Also put -q in certonly
2016-07-26 19:20:02 -07:00
Peter Eckersley
df42f69d8c
Address review comments
2016-07-26 18:08:21 -07:00
Joona Hoikkala
f4f80b339f
Fixed merge error
2016-07-25 11:36:42 +03:00
Joona Hoikkala
603e3ac3ea
Merge remote-tracking branch 'upstream/master' into psutil
2016-07-25 11:26:05 +03:00
Joona Hoikkala
774e9870ae
Fixed the renew URL
2016-07-25 10:23:40 +03:00
Ville Skyttä
0fb0a662e3
Zero mock warning call count after setting three checkpoints
...
_setup_three_checkpoints may generate warnings that are not being tested
in test_rollback_too_many; just the ones directly from
rollback_checkpoints are.
2016-07-22 09:54:29 +03:00
Ville Skyttä
c7b89c334b
Use logger.warning instead of deprecated warn
2016-07-22 09:54:28 +03:00
Ville Skyttä
86b287b338
Use assertEqual instead of deprecated assertEquals
2016-07-22 09:54:28 +03:00
Peter Eckersley
a49d26f607
Merge remote-tracking branch 'origin/master' into multi-topic-help
2016-07-20 16:56:23 -07:00