Brad Warren
82499edbd6
Added tests to crypto_util
2015-10-17 14:16:24 -07:00
Peter Eckersley
c89e192ee7
Concision is beautiful
2015-10-17 14:01:54 -07:00
Peter Eckersley
f4f6b98f31
Use new plugin selection logic for install
2015-10-17 13:57:52 -07:00
Brad Warren
b4b6d64ac6
Removed lies about return value
2015-10-17 13:54:24 -07:00
Brad Warren
2adcce6b3d
Delete code in storage.py
2015-10-17 13:53:22 -07:00
Peter Eckersley
7c92db095f
Use new selection logic for "auth"
...
Also: why was auth selecting installers?
2015-10-17 13:43:49 -07:00
Brad Warren
0c2fe1002d
Added notAfter and notBefore to crypto_util
2015-10-17 13:36:29 -07:00
Peter Eckersley
a841c4fc5d
More nits
2015-10-17 13:13:00 -07:00
Peter Eckersley
f7bfb5ba8d
Sphinxify docstrings, plugins plumbing
2015-10-17 12:54:56 -07:00
Peter Eckersley
8d4f414e09
Move ConfiguratorError to errors.py
2015-10-17 12:47:05 -07:00
Jakub Warmuz
6eae746735
Clean up after simplehttp port change to 5002.
...
Now, when https://github.com/letsencrypt/boulder/pull/998 is in, we
can remove all quick fixes for
https://github.com/letsencrypt/boulder/issues/985 .
2015-10-17 18:06:21 +00:00
bmw
f645826b66
Merge pull request #1006 from kuba/go1.5.1
...
Switch to Go 1.5.1 (fixes #955 )
2015-10-17 10:44:04 -07:00
Jakub Warmuz
b06f614e4a
Merge remote-tracking branch 'github/letsencrypt/master' into py2.6-3
2015-10-17 16:06:45 +00:00
bmw
84c54e516b
Merge pull request #1011 from kuba/release
...
Fix dev release script: don't install from PyPI in tests
2015-10-17 09:02:14 -07:00
bmw
714d40ddab
Merge pull request #1002 from kuba/detect-downstream-deps
...
Detect downstream deps in tests
2015-10-17 08:30:21 -07:00
Jakub Warmuz
5ff6d07519
Merge remote-tracking branch 'github/letsencrypt/master' into release
2015-10-17 15:29:37 +00:00
Jakub Warmuz
5544ca1c35
Merge remote-tracking branch 'github/letsencrypt/master' into bugs/1012
2015-10-17 15:29:02 +00:00
bmw
fc0e191cbd
Merge pull request #1010 from kuba/le3.wtf-dvsni
...
Integration tests: force le3.wtf over DVSNI.
2015-10-17 08:27:46 -07:00
Jakub Warmuz
28a837ada7
Use PEM for Account.id generation ( fixes #1012 ).
...
This is a breaking change, already existing /etc/letsencrypt/accounts
will cause the client raise errors.AccountStorageError ("Account ids
mismatch ..."). Simple fix: start over by `rm -rf
/etc/letsencrypt`. In a long run it's a better solution that bumping
to `cryptography>=0.9`...
2015-10-17 12:07:49 +00:00
Jakub Warmuz
17a09eac6b
fix comment
2015-10-17 11:13:43 +00:00
Jakub Warmuz
9ebf530dc4
dev-release: more comments about recent changes
2015-10-17 11:12:46 +00:00
Jakub Warmuz
0cf2b5a4bd
dev release: start with fresh virtualenv
2015-10-17 10:57:02 +00:00
Jakub Warmuz
31109b3332
log git commit in dev release
2015-10-17 10:55:41 +00:00
Jakub Warmuz
da63155724
dev release: clean up subpkgs/subpkg_modules confusion
2015-10-17 09:09:57 +00:00
Jakub Warmuz
5621cf325d
dev-release.sh: Update setuptools/pip
2015-10-17 09:02:32 +00:00
Jakub Warmuz
78c296bbd1
Integration tests: force le3.wtf over DVSNI.
...
Becuse of https://github.com/letsencrypt/boulder/issues/985 , we need
to force standalone to one particular type of challenge at a
time. #895 didn't fix it properly - it forgot about issuance of
le3.wtf (CSR-initiated), which results in Travis builds failing 50% of
a time,
e.g. https://travis-ci.org/letsencrypt/letsencrypt/jobs/85875483#L3318 .
2015-10-17 07:43:07 +00:00
Jakub Warmuz
09fa1153d9
Merge remote-tracking branch 'github/letsencrypt/master' into py2.6-3
2015-10-17 07:28:04 +00:00
Jakub Warmuz
e23b77883d
Merge remote-tracking branch 'github/letsencrypt/master' into detect-downstream-deps
2015-10-17 05:28:54 +00:00
bmw
7fe8bbe446
Merge pull request #984 from lf-/patch-1
...
Change as_string to __str__ in nginxparser to make it more pythonic.
2015-10-16 19:01:06 -07:00
Peter Eckersley
f0faf91b82
lint!
2015-10-16 18:34:57 -07:00
Peter Eckersley
57e15c52d7
Test actually works now :)
2015-10-16 18:28:38 -07:00
Peter Eckersley
36432e35f7
keep cover happy
2015-10-16 18:19:22 -07:00
lf
670bc1e3d3
Remove as_string as per request.
2015-10-16 19:03:21 -06:00
Peter Eckersley
9efdd095ca
Merge branch '919' into cli
2015-10-16 17:46:43 -07:00
bmw
6534744832
Merge pull request #1005 from kuba/pep8
...
pep8 love
2015-10-16 17:45:45 -07:00
Peter Eckersley
dcf8ea4e97
Logic for setting configurators assumed they were really being set
...
(They might not be)
2015-10-16 17:38:17 -07:00
Brad Warren
69711e432f
Merge branch 'simplefs'
2015-10-16 17:37:43 -07:00
bmw
a107ceb6d5
Merge pull request #895 from kuba/standalone2
...
Standalone 2.0
2015-10-16 17:05:05 -07:00
Jakub Warmuz
37cb419b1c
Switch to Go 1.5.1 ( fixes #955 )
2015-10-16 22:28:22 +00:00
Jakub Warmuz
5c1858627b
pep8 love
2015-10-16 22:25:20 +00:00
Jakub Warmuz
86cd5af76e
Add comment about downstream deps fix
2015-10-16 22:17:31 +00:00
Jakub Warmuz
408903b732
tox: bring back test for letshelp_letsencrypt
2015-10-16 22:04:52 +00:00
Jakub Warmuz
fd4528baa3
tox: pip install -e
2015-10-16 22:04:18 +00:00
Jakub Warmuz
2f3b6251c7
Tox: verbose nosetests
2015-10-16 21:33:02 +00:00
Jakub Warmuz
fd1103ccda
Tox tests detect downstream deps errors.
2015-10-16 21:33:02 +00:00
Peter Eckersley
3d6ecc114b
lintmonster
2015-10-16 10:41:05 -07:00
Peter Eckersley
9bde3b7084
Support for --apache and --nginx now working.
...
- Along with much better error messages for misconfigured plugins
2015-10-16 10:34:29 -07:00
bmw
4a7ce62c62
Merge pull request #963 from douglasjose/python-deps-mac
...
Added pip and virtualenv installation steps to Mac's bootstrap script.
2015-10-16 00:13:25 -07:00
Jakub Warmuz
523c7c3369
Merge remote-tracking branch 'github/letsencrypt/master' into standalone2
2015-10-16 06:39:23 +00:00
lf
2956d5d913
Trailing whitespace. Oops.
2015-10-15 21:28:32 -06:00