An error occurred fetching the project authors.
- 11 Apr, 2024 1 commit
-
-
Kazuhiko Shiozaki authored
* use the default RSA key length, instead of hardcoding 1024 (too weak) or 2048 (same as the current default). * use SHA256 in certificates.
-
- 28 Apr, 2022 1 commit
-
-
Thomas Leymonerie authored
Use slapos.recipe.template instead of slapos.recipe.template if possible Harmonize template keys : rendered -> output template -> url template = inline: -> inline = Delete "mode" key See merge request nexedi/slapos!1151
-
- 02 Dec, 2021 1 commit
-
-
Julien Muchembled authored
-
- 17 Dec, 2020 1 commit
-
-
Léo-Paul Géneau authored
moves python2 release to component/jupyter-py2 because it is required by ERP5 but not maintained anymore moves to python 3 : - test/test.py - jupyter_notebook_config.py.jinja - ERP5kernel.py modifies custom.js to create a workaround for events issue see (https://github.com/jupyter/notebook/issues/2499) upgrades slapos.cookbook version to 1.0.171 to use zero_knowledge recipe with python 3 adds jupyter partition check in software/erp5/test/test_erp5.py
-
- 05 Aug, 2020 1 commit
-
-
Jérome Perrin authored
done with: npm install git ls-files | grep -v '\/unstable\/' | xargs ./node_modules/.bin/eclint fix git ls-files | grep buildout.hash.cfg | xargs ./update-hash
-
- 19 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 22 Jun, 2018 1 commit
-
-
Vincent Pelletier authored
Filename is split as an URL path, and joined in OS-dependent manner. Remove corresponding comment in all buildout.hash.cfg files.
-
- 16 Mar, 2018 1 commit
-
-
Julien Muchembled authored
-
- 08 Mar, 2018 2 commits
-
-
Gabriel Monnerat authored
-
Łukasz Nowak authored
In all examples of custom.js the Jupyter variable is capitalized, but here it was not. Because of unknown reason, without Jupyter upgrade, it stopped to working. Switching from "jupyter" to "Jupyter" fixes the problem.
-
- 13 Sep, 2017 1 commit
-
-
Łukasz Nowak authored
Keep url in publish parameters, as it is used by other requests.
-
- 07 Sep, 2017 1 commit
-
-
Iliya Manolov authored
JupyterLab is provided side-by-side with Jupyter Classic interface with same process. Published URL changed: * jupyterlab-url provides IPv6 URL to JupterLab interface * jupyter-class-url provides IPv6 URL to the classic UI Thanks to using only one process, the path in the URL differentiates the style of the interface. Note: This MR replaces closed !207 /reviewed-on !218
-
- 14 Aug, 2017 1 commit
-
-
Iliya Manolov authored
@Tyagov @luke /reviewed-on nexedi/slapos!212
-
- 08 Aug, 2017 1 commit
-
-
Łukasz Nowak authored
Instead of templating python code, make it static and parameterize it with parameters. kernel.json can pass default ERP5 url, which is (dirty) read by ERP5kernel. Additionally ERP5kernel.py is just linked into kernel directory, which simplifies debugging. Note: This commit is still dirty, but it prepares ERP5kernel.py to be packaged, thus there is no reason to make more changes and cleanup. /reviewed-on !206
-
- 25 Jul, 2017 2 commits
-
-
Iliya Manolov authored
-
Łukasz Nowak authored
-
- 12 Jul, 2017 1 commit
-
-
Iliya Manolov authored
See the comments at [this MR](nexedi/slapos!193). /reviewed-on nexedi/slapos!200
-
- 05 Jul, 2017 1 commit
-
-
Iliya Manolov authored
Added a buildout.hash.cfg for generating automatic md5sums. /reviewed-on nexedi/slapos!197
-
- 24 May, 2017 1 commit
-
-
Alain Takoudjou authored
certificate-authority software release and stack was renamed to caucase
-
- 16 May, 2017 1 commit
-
-
Vincent Pelletier authored
Stop breaking this tool for everyone developping on slapos.
-
- 02 May, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 27 Apr, 2017 1 commit
-
-
Alain Takoudjou authored
The CA python egg is here: https://lab.nexedi.com/vpelletier/caucase instance-certificate-authority.cfg.jinja2.in deploy a CA server which expose an API on HTTP, all request are done using GET, PUT, DELETE and POST on that API. CA server use ngix + gunicorn (for wsgi) Auth server is an apache httpd which validate client certificate for authentification. It autmatically request a signed certificate to CA and use it in apache configuration. client request will be validated using: SSLVerifyClient require in apache config The CA expose two URL: ${certificate-authority-server:url} which is https URL used to access admin interface ${certificate-authority-server:insecure-url} is the HTTP url which can be used to post csr and download certificate
-