- 18 Jul, 2017 1 commit
-
-
Hardik Juneja authored
whenever the zope instances have the same title (example all zope have 'Zope monitor' as title) the request to frontends consider it as the same request and gives same frontend to each of them. /reviewed-on nexedi/slapos!202
-
- 13 Jul, 2017 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
- 12 Jul, 2017 1 commit
-
-
Iliya Manolov authored
See the comments at [this MR](nexedi/slapos!193). /reviewed-on nexedi/slapos!200
-
- 11 Jul, 2017 3 commits
-
-
Rafael Monnerat authored
The principle of deployment on slapos is once the instance is read to use the all the promises must work and buildout would stop to run for a while. This Promise is been disable because it assumes the user must use the instance first them the promise will be green, which can cause endless failure. This fail until user do something makes tests and resilience fail, as there is no automation to emulate a user take some action. This problem MUST be reimplemented on the current way, and not assume user will do any action. Others promises can be added into monitor (but not this one like this).
-
Rafael Monnerat authored
-
Rafael Monnerat authored
extra-eggs conflicts with monitor setup.
-
- 07 Jul, 2017 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Rafael Monnerat authored
-
- 05 Jul, 2017 3 commits
-
-
Iliya Manolov authored
Added a buildout.hash.cfg for generating automatic md5sums. /reviewed-on nexedi/slapos!197
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 04 Jul, 2017 4 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 03 Jul, 2017 3 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Allows requesting a caucase partition and reusing an existing caucase instance. For client-certificate-based authentication, client must be able to access backend directly (frontend is not possible).
-
Alain Takoudjou authored
-
- 30 Jun, 2017 1 commit
-
-
Rafael Monnerat authored
This block could be generalized a bit more but it will be unlikely to have computers with more them 1000 partitions.
-
- 29 Jun, 2017 4 commits
-
-
Kazuhiko Shiozaki authored
* component/automake: version up 1.15.1 for perl 5.26. * component/perl-Encode-HanExtra: fix for perl 5.26.0 that no longer contains . in @INC. * component/perl-XML-NamespaceSupport: fix for perl 5.26.0 that no longer contains . in @INC. * component/intltool: version up 0.51.0 and add a patch for perl 5.26. * component/perl-CGI: added for w3-validator because Perl 5.26 no longer includes it. * component/perl-URI: version up 1.71.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
- 28 Jun, 2017 1 commit
-
-
Julien Muchembled authored
-
- 27 Jun, 2017 1 commit
-
-
Iliya Manolov authored
See !193's comments. /reviewed-on nexedi/slapos!194
-
- 26 Jun, 2017 2 commits
-
-
Iliya Manolov authored
@luke @Tyagov When SlapOS launches services they don't have their locale set. This was causing problems with unicode characters in Jupyter notebook names. For example, calling the notebook "Ł" crashes Jupyter's kernel. Hardcoding the UTF-8 locale to the ipython_notebook script fixes that but we should look into making a generic fix for any other services that might have this issue in the future. /reviewed-on nexedi/slapos!193
-
Kazuhiko Shiozaki authored
-
- 23 Jun, 2017 2 commits
-
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
- 22 Jun, 2017 3 commits
-
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!191
-
Julien Muchembled authored
-
Julien Muchembled authored
Sometimes, glib is only used as a dependency of pkg-config, which means it's not used by the instantiated services. So do not force building Python if slapos.rebootstrap is not used.
-
- 21 Jun, 2017 5 commits
-
-
Julien Muchembled authored
-
Hardik Juneja authored
The slapos master use different instance-erp5 and instance-balancer than erp5 software release. So I included the monitor changes there as well to fix the issue /reviewed-on nexedi/slapos!189
-
Łukasz Nowak authored
IPYTHONDIR was usable for old versions of ipython, but since project was renamed to Jupyter the environment variable is JUPYTER_CONFIG_DIR. Ref: http://jupyter.readthedocs.io/en/latest/projects/jupyter-directories.html#envvar-JUPYTER_CONFIG_DIR /reviewed-on nexedi/slapos!188
-
Iliya Manolov authored
@luke @Tyagov In Jupyter notebooks users could enter the url of their `Base_executeJupyter` function, but [it now gets filled in automatically](https://lab.nexedi.com/nexedi/slapos/blob/2f2a5ad0/software/ipython_notebook/template/ERP5kernel.py.jinja#L10). This makes the `%erp5_url` magic redundant which is why we can remove it. This commit also removes all mentions of `%erp5_url` in the kernel output and `custom.js`. /reviewed-on nexedi/slapos!185
-
Julien Muchembled authored
In the NEO SR, this fixes the permission of the downloaded runTestSuite template.
-