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

457 Commits

Author SHA1 Message Date
Brad Warren
b60583e416 Test deleting stray .new file 2016-02-03 15:47:46 -08:00
Brad Warren
ca8b4751ad Update config in save_successor 2016-02-03 15:13:17 -08:00
Brad Warren
3b5112c527 Merge branch 'old-renewer' into update-successor-config 2016-02-03 15:06:35 -08:00
Brad Warren
49e430ab13 Remove stray comments about renewer.py 2016-02-03 15:02:49 -08:00
Brad Warren
d8a2252c5c Rename renewer tests 2016-02-03 15:02:09 -08:00
Brad Warren
cc1638a1af Remove renewer tests 2016-02-03 14:59:07 -08:00
Brad Warren
c818b4f689 Refactor new_lineage 2016-02-02 18:02:31 -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
Peter Eckersley
39bffef4c2 Merge pull request #2322 from thanatos/py3k-exceptions
Make all except/raises Python 3 compatible.
2016-02-01 16:32:44 -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
bmw
34650cd4ad Merge pull request #2280 from TheNavigat/symlinksverify
Check for the existence of symlinks
2016-02-01 11:25:11 -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
TheNavigat
b2ff1ed20f Adding docstring to functions in storage.py 2016-01-29 19:25:39 +02:00
TheNavigat
834b811ca0 Adding tests for checking the existence of symlinks 2016-01-29 18:30:49 +02: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
Seth Schoen
f759b8342b Merge branch 'master' of https://github.com/letsencrypt/letsencrypt into fix-2254 2016-01-25 12:53:01 -08:00
Seth Schoen
2d0f66ea32 Test now makes a non-.conf file to be ignored 2016-01-25 12:52:27 -08:00
Peter Eckersley
904f44864e rm stray print 2016-01-22 16:44:54 -08:00
Peter Eckersley
b75235b3dc Close test coverage gaps
(And fix a bug in one test...)
2016-01-21 15:27:23 -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
1b88bd27cf Merge pull request #2165 from twstrike/config_test_in_nginx_prepare
enable config_test in configurator prepare
2016-01-18 11:52:05 -08: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
Filip Ochnik
4366a89883 Don't use assertIn 2016-01-15 12:55:24 +07:00
Filip Ochnik
84a0fba774 Properly patch display_util 2016-01-14 23:16:26 +07:00