Brad Warren
a496179f74
Incorporated feedback and added extra error checking to POP
2015-05-12 11:56:26 -04:00
Seth Schoen
b3029a5436
Merge remote-tracking branch 'origin' into renewer
2015-05-11 20:54:26 -07:00
James Kasten
8229c72b9c
Merge pull request #387 from diracdeltas/feature/nginx-dvsni
...
dvsni support for nginx
2015-05-11 20:21:20 -07:00
Seth Schoen
5a85e1e46e
Changes to satisfy pylint
2015-05-11 15:02:02 -07:00
Seth Schoen
db93b7b3c6
Complete test coverage for renewer.py/storage.py
2015-05-11 13:50:07 -07:00
Seth Schoen
38cdd422d2
Improve test coverage
2015-05-11 12:00:54 -07:00
Seth Schoen
6f56dc1418
Again require RenewableCert to be given a ConfigObj
2015-05-11 11:49:20 -07:00
Seth Schoen
06a3f54c92
Updated target for @mock.patch in new storage.py
2015-05-11 11:38:50 -07:00
Seth Schoen
2fb684d784
Fix some existing tests
2015-05-11 11:20:53 -07:00
Seth Schoen
3fe8f4ce03
Merge remote-tracking branch 'origin/master' into renewer
2015-05-10 22:46:16 -07:00
Seth Schoen
1e39b72ab7
Updating TODO items
2015-05-10 22:45:35 -07:00
Seth Schoen
b235dc4c80
Work in progress: make renewer renew
2015-05-10 22:43:58 -07:00
James Kasten
65cda7efbd
Merge pull request #403 from kuba/bugs/402
...
Cover tests (fixes #402 ).
2015-05-10 13:25:59 -07:00
Jakub Warmuz
c7aff67132
Merge branch 'bugs/402' into pkgs_sep_prep
2015-05-10 19:18:27 +00:00
Jakub Warmuz
53fbedda53
100% acme coverage
2015-05-10 19:16:31 +00:00
Jakub Warmuz
b4c747a283
Merge branch 'bugs/402' into pkgs_sep_prep
...
Conflicts:
letsencrypt/tests/client_test.py
tox.ini
2015-05-10 17:56:41 +00:00
Jakub Warmuz
99b2003e61
Cover tests ( fixes #402 ).
...
1. --cover-tests, to make sure every test is run, helped to find
broken determine_account tests
2. fix determine_account test
3. unittest.main() # pragma: no cover
4. bump coverage
coveralls.io always reported higher coverage, because it also looked
at test files.
2015-05-10 17:38:26 +00:00
Jakub Warmuz
5fbc5cee2e
Add tox.cover.sh for proper coveralls experience.
2015-05-10 16:53:22 +00:00
Seth Schoen
30a4f72649
Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into renewer
2015-05-10 09:19:51 -07:00
Seth Schoen
f0ee6f1257
Make saving files, recording configurator names work
2015-05-10 09:18:55 -07:00
Jakub Warmuz
edce116fed
Merge remote-tracking branch 'github/letsencrypt/master' into docker
2015-05-10 15:31:19 +00:00
Jakub Warmuz
734868b015
Merge remote-tracking branch 'github/letsencrypt/master' into pkgs_sep_prep
2015-05-10 15:29:04 +00:00
James Kasten
1ce1363288
Merge pull request #376 from kuba/cli
...
Plugins discovery and new CLI with subcommands
2015-05-10 08:09:10 -07:00
Jakub Warmuz
a5e927c657
name_with_description -> description_with_name
2015-05-10 15:04:44 +00:00
Jakub Warmuz
771ddf0aaf
Update docs for the new CLI
2015-05-10 14:53:59 +00:00
Jakub Warmuz
973672761d
.dockerignore venv and docs
2015-05-10 14:26:33 +00:00
James Kasten
2bfd4d7b77
Merge pull request #397 from kuba/client-fetch_chain-bugs
...
Fix client to work with cert_chain_uri, "is (not) None" fixes
2015-05-10 07:04:41 -07:00
Jakub Warmuz
0604a393f0
examples: update restified
2015-05-10 13:11:51 +00:00
Jakub Warmuz
6f3b03db77
Fix doumentation for bundled packages
2015-05-10 13:03:48 +00:00
Jakub Warmuz
b103aae808
tox: split test/cover per pkg
2015-05-10 12:52:40 +00:00
Jakub Warmuz
41e86df252
Move letsencrypt.client to letsencrypt
2015-05-10 12:32:05 +00:00
Jakub Warmuz
d408ec5a95
Move plugins to top-level
2015-05-10 12:26:54 +00:00
Jakub Warmuz
3a6bd7123d
Move acme to top-level
2015-05-10 12:26:17 +00:00
Jakub Warmuz
81e8ba7daf
Update MANIFEST.in
2015-05-10 11:12:03 +00:00
Jakub Warmuz
e8eae2dab2
find_packages() in setup.py
2015-05-10 11:08:19 +00:00
Jakub Warmuz
dc0f78dd15
Merge remote-tracking branch 'github/letsencrypt/master' into get_sans
...
Conflicts:
letsencrypt/client/crypto_util.py
letsencrypt/client/tests/crypto_util_test.py
setup.py
2015-05-10 09:40:25 +00:00
Jakub Warmuz
532d155b1c
get_sans_from_csr using pyOpenSSL
2015-05-10 09:36:18 +00:00
Seth Schoen
a9d6735bce
Update for changed new_lineage call prototype
2015-05-09 21:24:38 -07:00
Seth Schoen
eaa0bae45f
We also need .as_pem() for the chain in this method
2015-05-09 21:01:34 -07:00
Jakub Warmuz
29146d1225
Fix client to work with cert_chain_uri, "is (not) None" fixes
2015-05-09 20:53:02 -07:00
Seth Schoen
b30a8fbe90
Merge branch 'cli' of https://github.com/kuba/lets-encrypt-preview into renewer
2015-05-09 20:46:30 -07:00
Seth Schoen
d98edd1394
Merge branch 'cli' of https://github.com/kuba/lets-encrypt-preview into renewer
...
Conflicts:
letsencrypt/client/client.py
letsencrypt/client/interfaces.py
letsencrypt/scripts/main.py
This merge only addresses the "run" verb; the other client verbs still
need work to address the way they integrate with the renewal database.
2015-05-09 20:45:17 -07:00
Jakub Warmuz
87c00ab259
Test mode (no certificate validation).
2015-05-09 20:01:34 +00:00
Jakub Warmuz
5914b7a59a
--server with scheme://
2015-05-09 19:53:31 +00:00
Jakub Warmuz
42e7ec4bd2
CLI: use_curses -> text_mode
...
Previously, the --help output seemed to be broken:
-t, --text Use the text output instead of the curses UI.
(default: True)
2015-05-09 19:51:02 +00:00
Jakub Warmuz
29fdde5f5f
Dockerfile: set PATH
2015-05-09 18:50:40 +00:00
Jakub Warmuz
a3c8753dcf
Fix client to work with cert_chain_uri, "is (not) None" fixes
2015-05-09 15:09:29 +00:00
Jakub Warmuz
2141126608
clean up disco logging
2015-05-09 07:36:52 +00:00
Jakub Warmuz
e415a63d1f
PluginsRegistry.plugins -> PluginsRegistry._plugins
2015-05-09 07:33:50 +00:00
Jakub Warmuz
75a7b7605b
PluginsRegistry.find_init
2015-05-09 07:33:50 +00:00