1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Commit Graph

155 Commits

Author SHA1 Message Date
Brad Warren
d8a2252c5c Rename renewer tests 2016-02-03 15:02:09 -08:00
Peter Eckersley
747bd2715f Fix merge bugs & address other review comments 2016-02-02 14:32:09 -08:00
Peter Eckersley
55287cf753 Merge branch 'master' into less-argumentative 2016-02-02 10:21:34 -08:00
Peter Eckersley
131641e963 cli.py should be less argumenentative
- remove all the passing around of `args`, limiting ourselves to just `config`.
 - fixes #2341
2016-02-02 10:17:54 -08:00
Peter Eckersley
c8361b2a3c Merge pull request #2316 from letsencrypt/dry-run
--dry-run
2016-02-01 19:31:25 -08:00
Brad Warren
149ac79b8f Test certonly with --csr and --dry-run 2016-02-01 13:29:18 -08:00
Brad Warren
5e9d5efdcb Refactor test_certonly_csr 2016-02-01 13:20:46 -08:00
Brad Warren
f6a3355d28 test reinstall + dry-run = renew 2016-02-01 12:55:41 -08:00
Brad Warren
204f8ba0f2 Refactor test_certonly_renewal 2016-02-01 12:45:13 -08:00
Brad Warren
32034552fd Test reinstall 2016-02-01 12:18:43 -08:00
Brad Warren
f5fa64ee9a Test _suggest_donation_if_appropriate 2016-02-01 12:01:12 -08:00
Brad Warren
8f68016340 Merge branch 'master' into dry-run 2016-02-01 11:05:29 -08:00
Roy Wellington Ⅳ
9c28364477 Make exception syntax Python 3 compatible.
Translate all except and raise statements that are in the old form to
the Python 3 compatible format.
2016-01-30 19:53:50 -08:00
Brad Warren
f9ac25cd7e Only suggest donations sometimes 2016-01-29 18:14:53 -08:00
Brad Warren
639444bf5c Add message on successful dry run 2016-01-29 12:07:38 -08:00
Brad Warren
c816bfd0b7 --dry-run implies --break-my-certs 2016-01-28 18:24:47 -08:00
Brad Warren
3d840dc11d Add --dry-run parsing 2016-01-28 18:00:28 -08:00
Peter Eckersley
4114ca1c23 Since we have a hook now, let's be done with all this unicode nonsense 2016-01-28 17:54:35 -08:00
Peter Eckersley
5167f30e66 Merge & enhance two webroot map processing efforts 2016-01-28 17:48:36 -08:00
Brad Warren
5c52884939 Refactor --server/--staging tests to simplify --dry-run tests 2016-01-28 17:41:47 -08:00
Peter Eckersley
c552bce609 lintmonster 2016-01-28 17:22:43 -08:00
Peter Eckersley
4dc5c0462b Test setting webroot-path in a config file 2016-01-28 17:14:55 -08:00
Peter Eckersley
bf7f9d2cc1 Debugging, but also helpful errors... 2016-01-28 16:57:31 -08:00
Brad Warren
6797009dd0 Simplified calls to prepare_and_parse_args 2016-01-28 16:48:43 -08:00
Peter Eckersley
c9c81ef015 Test interactive domain -> webroot-map inclusion
Also factorise test cases
2016-01-28 16:46:52 -08:00
Peter Eckersley
aac52e755a Whatever domains we picked should make it to the renewal conf 2016-01-28 15:54:28 -08:00
Peter Eckersley
002845c484 Merge remote-tracking branch 'origin/master' into wmf 2016-01-28 14:44:11 -08:00
bmw
90c7a73146 Merge pull request #2078 from letsencrypt/non-interactive
Implement non-interactive mode for the client.
2016-01-25 18:51:56 -08:00
Peter Eckersley
b7c9ed1b99 lintmonster 2016-01-25 15:36:00 -08:00
Peter Eckersley
904f44864e rm stray print 2016-01-22 16:44:54 -08:00
Filip Ochnik
94f24a5982 Support trailing periods in webroot-map 2016-01-21 13:01:10 +07:00
Peter Eckersley
45f32f9cdc Do not say we've renewed a cert if it was reinstalled 2016-01-20 16:04:06 -08:00
Filip Ochnik
c816910c0d Support trailing period in domain names 2016-01-20 14:25:22 +07:00
Peter Eckersley
bbb25c7d1b Merge remote-tracking branch 'origin/master' into non-interactive
(Merge conflict due to PEP8iness)
2016-01-15 16:04:38 -08:00
Fan Jiang
7254ea5fb0 enable config_test in configurator prepare 2016-01-13 16:31:30 -05:00
Peter Eckersley
1f45c2ca5c s/--apache/--standalong in non-interactive unit tests
Since apache may not be installed in travis or other test envs
2016-01-09 15:10:06 -08:00
Peter Eckersley
59f68d074f Clean-ups & lint chasing 2016-01-01 15:34:06 -08:00
Peter Eckersley
96f704f577 Test cases for various error cases (and associtated bugfixes) 2016-01-01 15:29:34 -08:00
Brad Warren
d21ca90560 Use dump on ComparableX509 2015-12-16 17:33:08 -08:00
Peter Eckersley
cd1c4e1e8e Fix existing test 2015-12-12 13:02:22 -08:00
Peter Eckersley
3b4d95a5da Merge remote-tracking branch 'origin/master' into 1546 2015-12-12 12:15:27 -08:00
Brad Warren
75bc227cfa Test setting agree-dev-preview in config file 2015-12-11 16:13:06 -08:00
Noah Swartz
090ada2aca fix issue with mocked _treat_as_renewal code 2015-12-11 15:46:35 -08:00
Peter Eckersley
88956dfba8 Move staging URI into constants.py 2015-12-10 19:38:07 -08:00
Peter Eckersley
45d20847e6 Implement --staging
- Fixes #1667
- Should help with rate limit problems
2015-12-09 18:21:27 -08:00
Peter Eckersley
fe422cb87b Merge pull request #1651 from letsencrypt/prep4prod
Prepare for public beta
2015-12-02 15:03:46 -08:00
Peter Eckersley
bbfb33b705 missing underscore
was breaking lint, but only under cover?
2015-12-02 14:20:53 -08:00
Peter Eckersley
e9a53c8cee Fix test cases
- That call took a lot of mocking, I don't yet understand why
   _report_new_cert didn't require comparable treatment...
2015-12-02 12:48:10 -08:00
bmw
a02898749a Merge pull request #1633 from letsencrypt/error-verbosity
Reduce verbosity of error tracebacks
2015-12-01 19:20:48 -08:00
Brad Warren
462139fca9 Kill --agree-dev-preview 2015-12-01 16:51:05 -08:00