Commit graph

9359 commits

Author SHA1 Message Date
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
d7291d6c8e Merge branch 'martijnbastiaan-validator' into validator 2015-01-29 03:51:04 -08:00
James Kasten
435b7a126a Merge branch 'validator' of git://github.com/martijnbastiaan/lets-encrypt-preview into martijnbastiaan-validator
Conflicts:
	README.md
	letsencrypt/client/interfaces.py
2015-01-29 03:48:07 -08:00
James Kasten
382386159c Merge pull request #208 from letsencrypt/dead_code_removal
sanity_check - dead code removal
2015-01-29 02:11:28 -08: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
James Kasten
c5db07cf0a Merge pull request #206 from kuba/travis
Simpler (and quicker) Travis CI matrix
2015-01-28 14:05:14 -08:00
Jakub Warmuz
79bb3cc80d
pylint: upstream fixed #248 in 1.4.0 2015-01-28 13:02:14 +00:00
Jakub Warmuz
0a44bbb7a1
Simpler Travis CI matrix 2015-01-28 12:56:12 +00:00
James Kasten
5a46a1e32e Merge pull request #205 from letsencrypt/gen_dvsni_chall
gen_dvsni_chall remove filepath
2015-01-28 00:39:27 -08:00
James Kasten
6baeede302 git push origin masterMerge branch 'ThomasWaldmann-docs' 2015-01-27 17:07:28 -08:00
James Kasten
d43b1dbf92 range->xrange 2015-01-27 14:53:28 -08:00
James Kasten
624e59d381 update intro paragraph of README 2015-01-27 14:41:23 -08:00
James Kasten
8a46c39fec Merge branch 'docs' of git://github.com/ThomasWaldmann/lets-encrypt-preview into ThomasWaldmann-docs 2015-01-26 22:45:25 -08:00
James Kasten
03a5750d90 modify gen_dvsni_cert api 2015-01-26 22:25:08 -08:00
James Kasten
8c80d0bedf Merge pull request #185 from letsencrypt/reverter
Reverter
2015-01-26 17:28:46 -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
Thomas Waldmann
fb2d8061c8 docs: markup fixes, separate section for api docs, link to demo video, improved phrasing 2015-01-26 14:58:24 +01: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
James Kasten
7577894d2a Remove duplicate code check on imports 2015-01-25 21:46:41 -08:00
James Kasten
248407c70e Merge pull request #197 from ThomasWaldmann/help-no-sudo
check late for root, so letsencrypt --help also works without being root
2015-01-25 19:19:27 -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
Thomas Waldmann
0a14007db2 refactor docs, please check
- README has only the most important infos that a new reader needs in his first minute
  of contact with the project (to decide whether it is interesting or not)
- CHANGES shall later be a curated change log (== important changes between releases)
- separate docs into intro, using, project
- intro docs = include README, CHANGES (avoid duplication)
2015-01-25 21:30:24 +01:00
James Kasten
71c4a07687 Merge pull request #193 from ThomasWaldmann/docs
remove out-of-sync cli help, just say how to get it
2015-01-25 05:10:04 -08:00
James Kasten
241533d123 Merge pull request #192 from letsencrypt/irc-notifications
Add IRC notifications
2015-01-25 05:08:01 -08:00
Thomas Waldmann
6fbc6b2750 remove out-of-sync cli help, just say how to get it 2015-01-25 14:02:54 +01:00
James Kasten
98c47162da Add IRC notifications 2015-01-25 04:57:36 -08: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
James Kasten
89c7eae2c8 Merge pull request #190 from kuba/docs
Link to Read The Docs
2015-01-25 03:50:25 -08:00
Jakub Warmuz
8a7c6340e8
Link to Read The Docs 2015-01-25 11:36:55 +00:00
James Kasten
df62f36c5f Merge pull request #189 from kuba/pylint
Fix locally disabled pylint messages
2015-01-25 02:31:04 -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
James Kasten
9b0b7b2e28 Merge pull request #188 from kuba/bugs/152
Magical fix for #152 (M2Crypto install dependency order)
2015-01-24 20:01:32 -08:00
James Kasten
967047cb04 git push origin masterMerge branch 'ThomasWaldmann-readme-fix' 2015-01-24 19:58:08 -08:00
James Kasten
1d570541e0 Merge branch 'readme-fix' of git://github.com/ThomasWaldmann/lets-encrypt-preview into ThomasWaldmann-readme-fix 2015-01-24 19:56:22 -08:00