- 01 Aug, 2019 1 commit
-
-
Yusei Tahara authored
Add download auto retrying function. This is necessary because downloading binary cache often fails.
-
- 18 Jun, 2019 1 commit
-
-
Julien Muchembled authored
Traceback (most recent call last): ... File "/usr/lib/python3.7/http/client.py", line 1376, in __init__ context.load_cert_chain(cert_file, key_file) ssl.SSLError: [SSL: CA_MD_TOO_WEAK] ca md too weak (_ssl.c:3824)
-
- 07 Jun, 2019 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 07 Jan, 2019 1 commit
-
-
Jérome Perrin authored
As we can see today: AssertionError: ' 2119 ' not found in 'notAfter=Dec 14 00:54:31 2118 GMT\n')
-
- 04 Dec, 2018 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Since OpenSSL 1.1 those broken certificates became a problem during testing, so regenerate them with new OpenSSL. /reviewed-on !2
-
- 15 Jun, 2018 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 01 Sep, 2017 1 commit
-
-
Julien Muchembled authored
-
- 22 Jun, 2017 1 commit
-
-
Julien Muchembled authored
-
- 09 Jun, 2017 5 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 06 Jun, 2017 1 commit
-
-
Julien Muchembled authored
The commands remain difficult to use. Maybe we should move some slapos.buildout code here so that the required information can be computed automatically.
-
- 25 Sep, 2015 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 24 Sep, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 23 Sep, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 07 Sep, 2015 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
Ensure that every string key and value of the json response from the network cache server is a str object Please, @kazuhiko and @kirr, review this. See merge request !1
-
Douglas authored
Ensure that every string key and value of the json response from the network cache server is a str object. This method was added mostly because the NetworkcacheClient gets a json response from the server and all textual keys and values after json.loads are unicode objects, which may result in a error later when we try to join the url and the parameters of the package to use the networkcache.
-
- 19 Aug, 2015 1 commit
-
-
Jérome Perrin authored
-
- 09 Oct, 2014 1 commit
-
-
Cédric de Saint Martin authored
-
- 21 Aug, 2014 1 commit
-
-
Julien Muchembled authored
-
- 20 Mar, 2014 1 commit
-
-
Julien Muchembled authored
-
- 17 Mar, 2014 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
We can't depend on pyOpenSSL because SlapOS is not ready for that.
-
- 12 Jul, 2013 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
To simplify things, DirectoryNotFound & UploadError are merged in NetworkcacheException.
-
- 11 Jul, 2013 1 commit
-
-
Julien Muchembled authored
-
- 04 Jul, 2013 3 commits
-
-
Julien Muchembled authored
This also fixes a bug returning wrong metadata when several entries exists in shadirs.
-
Julien Muchembled authored
-
Julien Muchembled authored
- Deprecate slapos.networkcachehelper - Common internal method to query network cache, to reduce code duplication and fix downloading though SSL. - Do not upload data that is already in SHACACHE. This reverts commit 7bb5e112 partially, since it's not possible to hash on the fly. 'tempfile' module is reimported for non-seekable streams. - New way to instanciate NetworkcacheClient, again to reduce code duplication, but also to use an instance for both upload & download. Old way is still there for compatibility until it is unused.
-
- 03 Jul, 2013 1 commit
-
-
Julien Muchembled authored
-