Jakub Warmuz
b6de602b5b
Move CONFIG to CLI arguments
2015-01-31 11:31:29 +00:00
Jakub Warmuz
687541505b
IConfig, constants
2015-01-31 11:31:29 +00:00
James Kasten
ef29b6e8dc
Merge pull request #217 from letsencrypt/unreachable_old_code
...
Unreachable old code
2015-01-31 01:16:05 -08:00
James Kasten
5431c931bb
Merge pull request #216 from kuba/docs-interfaces
...
Autodoc interfaces. Spelling.
2015-01-30 19:31:11 -08:00
Jakub Warmuz
f890dabb7e
Improve interfaces docstrings
2015-01-31 01:23:42 +00:00
Jakub Warmuz
1725829477
Autodoc interfaces. Spelling.
2015-01-31 00:28:09 +00:00
James Kasten
29531bf414
remove setup.sh
2015-01-30 15:49:31 -08:00
Jakub Warmuz
e6a88c4e27
interfaces: disable inherit-non-class pylint msg
2015-01-30 21:20:40 +00:00
James Kasten
94c3eb0533
remove old code
2015-01-30 12:03:55 -08:00
James Kasten
e56737de0b
Merge pull request #207 from ThomasWaldmann/version
...
have letsencrypt.VERSION, show it in letsencrypt --help, use it in setup.py
2015-01-29 16:21:53 -08:00
Thomas Waldmann
af8edbc21c
put file reading into function, we'll soon need that for more stuff
...
like e.g. reading long_description from README.rst + CHANGES.rst.
2015-01-29 15:25:28 +01:00
Thomas Waldmann
219b25cd98
parse version number from package init, avoid package import
2015-01-29 14:58:20 +01:00
James Kasten
f6f6b79221
fix comment spelling
2015-01-29 00:17:45 -08:00
Thomas Waldmann
9c98e1e7e5
have letsencrypt.VERSION, show it in letsencrypt --help, use it in setup.py
...
note: we had some discussion about potential problems importing VERSION from main package.
SO link: http://stackoverflow.com/questions/2058802/how-can-i-get-the-version-defined-in-setup-py-setuptools-in-my-package
See also my comment in __init__.py - maybe we can add that "version detection from git tags" magic later.
2015-01-29 01:20:45 +01:00
James Kasten
a5f65dcfd8
pep8 - remove extra whitespace
2015-01-28 16:20:09 -08:00
James Kasten
e9a6d6039b
Remove half-implemented code... leave TODO
2015-01-28 16:18:40 -08:00
Jakub Warmuz
79bb3cc80d
pylint: upstream fixed #248 in 1.4.0
2015-01-28 13:02:14 +00:00
James Kasten
d43b1dbf92
range->xrange
2015-01-27 14:53:28 -08:00
James Kasten
03a5750d90
modify gen_dvsni_cert api
2015-01-26 22:25:08 -08:00
James Kasten
eeb58d9232
pep8 fix display
2015-01-26 14:24:45 -08:00
James Kasten
1831062529
cleanup errors.py use in client_test, small changes to display doc
2015-01-26 14:21:37 -08:00
James Kasten
243cc4f9fb
Fixed print, fixed logging, made display work
2015-01-26 04:49:40 -08:00
James Kasten
2db2060f85
restore logging in tearDown
2015-01-26 02:18:15 -08:00
James Kasten
73b95c4307
Fix based on comments
2015-01-26 01:27:00 -08:00
James Kasten
ae4c160654
import errors at the top
2015-01-26 01:07:50 -08:00
James Kasten
f9d968071e
Document raises reverter error in rollback func
2015-01-26 00:33:58 -08:00
James Kasten
3d26cfca90
Remove unused static string from CONFIG
2015-01-25 23:14:36 -08:00
James Kasten
a281a88f49
Merge branch 'master' into reverter
2015-01-25 23:04:37 -08:00
James Kasten
343f25cc89
Remove partially implemented revoker compatibility code
2015-01-25 23:01:48 -08:00
Thomas Waldmann
7e7093e821
check late for root, so letsencrypt --help also works without being root
2015-01-26 01:21:15 +01:00
James Kasten
ffbccd1ff1
attempt to remove final pylint errors
2015-01-25 04:49:21 -08:00
James Kasten
4ad01f07f7
Merge branch 'master' into reverter
...
Conflicts:
letsencrypt/client/augeas_configurator.py
2015-01-25 04:28:09 -08:00
James Kasten
208e7ec34b
refactoring/small fixes for PR
2015-01-25 04:24:05 -08:00
Jakub Warmuz
3734710f1c
Fix locally disable pylint messages
2015-01-25 10:23:21 +00:00
James Kasten
8c6cfaded0
Merge branch 'master' into reverter
...
Conflicts:
letsencrypt/client/apache/configurator.py
letsencrypt/client/crypto_util.py
letsencrypt/client/display.py
letsencrypt/client/revoker.py
letsencrypt/client/tests/apache/configurator_test.py
letsencrypt/client/tests/apache/dvsni_test.py
letsencrypt/scripts/main.py
2015-01-24 21:42:26 -08:00
James Kasten
9478d14817
Merge pull request #183 from ThomasWaldmann/pathnames
...
fix for issue #179
2015-01-24 20:38:43 -08:00
Jakub Warmuz
f12ef3b933
whitespace
2015-01-24 20:30:58 +00:00
Jakub Warmuz
a507293bd8
Quickfix for #147
2015-01-24 14:09:46 +00:00
Jakub Warmuz
1107c5a971
pylint: locally disable missing-docstring
2015-01-24 13:40:35 +00:00
Jakub Warmuz
ceebb09d89
Add some docs
2015-01-24 13:40:05 +00:00
Jakub Warmuz
b9723b6cad
Fix line-too-long from master
2015-01-24 13:16:00 +00:00
Jakub Warmuz
844d83cc0e
Merge remote-tracking branch 'github/letsencrypt/master' into pylint
2015-01-24 13:13:55 +00:00
Jakub Warmuz
48f1497af6
Fix docs warnings
2015-01-24 13:13:13 +00:00
Jakub Warmuz
23cab4e694
pylint: 10/10 with missing-docstring
2015-01-24 13:12:45 +00:00
James Kasten
f30bf2ca87
pylint cleanup
2015-01-24 03:31:33 -08:00
James Kasten
2ff3c8396e
Fix revocation for "None" installer
2015-01-24 03:00:01 -08:00
James Kasten
4e3f4f8f24
Merge branch 'master' into reverter
...
Conflicts:
letsencrypt/client/crypto_util.py
letsencrypt/scripts/main.py
2015-01-24 02:30:51 -08:00
James Kasten
f67db5ef43
Prepare for "None" and misconfigured Installers
2015-01-24 02:15:23 -08:00
James Kasten
5fa42b200a
Merge pull request #177 from ThomasWaldmann/server-port
...
talk to servers on non-standard https port (like -s acme.example.org:8443)
2015-01-23 22:23:28 -08:00
Thomas Waldmann
ea5015be14
better name for KEY_DIR, improve unique_file, adapt tests
...
unique_file now generates filenames that sort correctly and also are better
viisible / differentiable in narrow file manager filename columns (like e.g. mc).
2015-01-24 01:32:39 +01:00