Peter Eckersley
c8361b2a3c
Merge pull request #2316 from letsencrypt/dry-run
...
--dry-run
2016-02-01 19:31:25 -08:00
Brad Warren
d18ec15165
Change action just in case
2016-02-01 17:46:55 -08:00
Brad Warren
c4ce168001
Revert "--dry-run forces simulated renewal"
...
This reverts commit ae6e938744 .
2016-02-01 17:42:43 -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
Erik Rose
efd4f35782
Run le-auto tests on Travis.
...
* We choose a different Travis infra for one of the jobs, as in https://github.com/numpy/numpy/blob/master/.travis.yml#L49 .
* We keep the language as "python" so the installation of packages (like tox, which we need) doesn't fail.
* Override the before_install to disable the dpkg stuff the other jobs need.
* adduser is redundant with `--groups sudo` above, so we delete it.
2016-02-01 13:52:56 -05:00
Roy Wellington Ⅳ
44585f3c4d
Remove a double space before this URL.
2016-01-30 19:55:16 -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
ae6e938744
--dry-run forces simulated renewal
2016-01-29 18:50:38 -08:00
Peter Eckersley
e581335073
Merge pull request #2309 from letsencrypt/webroot-map-and-flags
...
Set webroot-map from diverse flags, user interaction, and config files correctly
2016-01-29 18:27:23 -08:00
Brad Warren
f9ac25cd7e
Only suggest donations sometimes
2016-01-29 18:14:53 -08:00
Brad Warren
29bed26aa1
Make addition of conflicting flags look similar
2016-01-29 18:04:51 -08:00
Brad Warren
5c363b5b98
Log when skipping functions due to --dry-run in client.py
2016-01-29 17:43:21 -08:00
bmw
2acb4b0deb
Merge pull request #2319 from letsencrypt/revert-2295-revert-2201-revert-2171-kill-22
...
Revert "Revert "Revert "Temporarily disable Apache 2.2 support"""
2016-01-29 17:41:40 -08:00
bmw
609776a709
Revert "Revert "Revert "Temporarily disable Apache 2.2 support"""
2016-01-29 17:30:27 -08:00
bmw
33e0c8fe74
Merge pull request #2286 from SwartzCr/issue_1991
...
write servername/serveralias if copying a generic vhost
2016-01-29 17:29:10 -08:00
Brad Warren
08698a3de2
Log when skipping functions due to --dry-run in cli.py
2016-01-29 17:25:33 -08:00
Noah Swartz
36e2c9a992
remove test hackery
2016-01-29 17:11:05 -08:00
Noah Swartz
7d63a0c8df
fix stupid broken tests
2016-01-29 16:44:22 -08:00
Noah Swartz
7215376ff9
update server list with added names
2016-01-29 16:09:19 -08:00
Noah Swartz
a6d0410f4e
remove old TODO
2016-01-29 15:30:23 -08:00
Peter Eckersley
fd1ebb2d9f
Merge pull request #2313 from zauguin/master
...
Fix multiple snakeoil certs for nginx
2016-01-29 14:18:45 -08:00
Aaron Zirbes and Erik Rose
95061b8487
Stop spewing "grep: /etc/os-release: No such file or directory" when running le-auto. Fix #2255 .
...
Also bump embedded version number.
2016-01-29 17:05:01 -05:00
Peter Eckersley
60e72188e4
Don't stringify unicode after all
...
- Paths can be unicode; that's fine.
- For now, unicode domains are caught and errored appropriately in
le_util.check_domain_sanity(); one day they may be allowed
2016-01-29 14:01:59 -08:00
Peter Eckersley
d281162f17
Domain errors should include the domain in question
2016-01-29 13:41:24 -08:00
Noah Swartz
fd9fa1b965
Merge pull request #2284 from SwartzCr/centos_sslcompression
...
make different options ssl conf for centos
2016-01-29 13:40:52 -08:00
Peter Eckersley
eb59804f76
Merge pull request #2314 from letsencrypt/rpm-apache22
...
Small Apache 2.2 fixes
2016-01-29 13:34:58 -08:00
Brad Warren
50e2f769c0
loc--, readability++
2016-01-29 12:54:34 -08:00
Brad Warren
639444bf5c
Add message on successful dry run
2016-01-29 12:07:38 -08:00
Marcel Krüger
5289420692
Protect opened files against IO-exceptions
2016-01-29 20:40:28 +01:00
Brad Warren
a2cca20500
Add --dry-run support when using custom csr
2016-01-29 10:47:58 -08:00
Marcel Krüger
90f9254fc3
Fix multiple snakeoil certs for nginx
2016-01-29 18:25:50 +01: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
Blake Griffith and TheNavigat
189d6eea26
Add check that symlinks exist.
2016-01-29 18:26:24 +02:00
Brad Warren
c816bfd0b7
--dry-run implies --break-my-certs
2016-01-28 18:24:47 -08:00
Peter Eckersley
9cce97ee66
delint
2016-01-28 18:19:28 -08:00
Brad Warren
688b92f528
Add --dry-run support when renewing a lineage
2016-01-28 18:19:01 -08:00
Brad Warren
0db36afa09
Add --dry-run support when getting a new cert
2016-01-28 18:14:13 -08:00
Brad Warren
d56d15225e
Add --dry-run support to obtain_and_enroll_cert
2016-01-28 18:09:59 -08:00
Peter Eckersley
9bc4efe50c
Better comment
2016-01-28 18:07:47 -08:00
Peter Eckersley
35ce4236e0
Better docs for --webroot-map
2016-01-28 18:01:41 -08:00
Brad Warren
3d840dc11d
Add --dry-run parsing
2016-01-28 18:00:28 -08:00