- 12 Jan, 2018 1 commit
-
-
Hardik Juneja authored
While testing this merge request : erp5!243 The following test was failing for me : https://nexedi.erp5.net/test_result_module/20180107-664D9A6/13 Since numpy is not added as a dependecy for h5py. the testnode didn't upgraded numpy while upgrading h5py. Adding numpy as a dependency should fix it /reviewed-on !267
-
- 11 Jan, 2018 1 commit
-
-
Vincent Pelletier authored
Fixes all cloudooo being given the same port, because of jinja2 variable scoping. Also, move to buildout.hash.cfg for md5sum maintenance ease.
-
- 08 Jan, 2018 2 commits
-
-
Ayush Tiwari authored
Also update README accordingly. Its becasue now erp5-site is being created automatically using software-type default and there is no create-erp5-site software-type anymore.
-
Julien Muchembled authored
-
- 04 Jan, 2018 3 commits
-
-
Julien Muchembled authored
In the particular case of PATH, '' is the same as '.', which is a bad idea from a security point of view.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 28 Dec, 2017 4 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
instance-erp5.cfg.in: quoted values should not be part of the configuration parameters https://lab.nexedi.com/nexedi/slapos.toolbox/blob/beb86eab2dee7178aa6e4795da0f56bb6cacaea1/slapos/apachedex.py#L62 modify default apachedex parameters --erp5-base +erp5 .*/VirtualHostRoot/erp5(/|\?|$) --base +other / instance-balancer.cfg.in: option `--configuration` should be used instead of `--config` https://lab.nexedi.com/nexedi/slapos.toolbox/blob/beb86eab2dee7178aa6e4795da0f56bb6cacaea1/slapos/apachedex.py#L76
-
Tristan Cavelier authored
instance-mariadb.cfg.in: rename slowquerydex folder to slowquery_digest mysql-querydigest.sh.in: exit 1 on error add date to the output file name of pt-query-digest to fit promise behavior https://lab.nexedi.com/nexedi/slapos.toolbox/blob/beb86eab2dee7178aa6e4795da0f56bb6cacaea1/slapos/promise/check_slow_queries_digest_result/__init__.py#L29 review sh arguments handling end message: "ok" -> "Report generated successfully." or ..."failed with code $?"
-
Julien Muchembled authored
-
- 23 Dec, 2017 1 commit
-
-
Arnaud Fontaine authored
https://cgit.freedesktop.org/fontconfig/commit/?id=1ab5258f7c2abfafcd63a760ca08bf93591912da fontconfig > 2.12.1 now requires gperf.
-
- 19 Dec, 2017 3 commits
-
-
Sebastien Robin authored
This reverts commit 38123b86. fontconfig was not building any more on many machines (most testnode machines). Revert until investigation is done.
-
-
Arnaud Fontaine authored
-
- 14 Dec, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 13 Dec, 2017 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 11 Dec, 2017 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Romain Courteaud authored
-
- 10 Dec, 2017 1 commit
-
-
Julien Muchembled authored
-
- 08 Dec, 2017 1 commit
-
-
Romain Courteaud authored
-
- 07 Dec, 2017 2 commits
-
-
Julien Muchembled authored
-
Romain Courteaud authored
-
- 06 Dec, 2017 3 commits
-
-
Rafael Monnerat authored
-
Julien Muchembled authored
-
Hardik Juneja authored
This fixes part of resiliency tests /reviewed-on !262
-
- 05 Dec, 2017 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
( because allow-picked-versions require all versions to be pinned )
-
- 01 Dec, 2017 1 commit
-
-
Julien Muchembled authored
-
- 23 Nov, 2017 4 commits
-
-
Łukasz Nowak authored
Since erp5 commit "[taskdistribution] Drop needless TaskDistributionTool" the tool is not available anymore and only TaskDistributor shall be used
-
Łukasz Nowak authored
It provides fix to call correct endpoints (Distributor instead of a Tool). /reviewed-on nexedi/slapos!260
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 22 Nov, 2017 3 commits
-
-
Sebastien Robin authored
-
Julien Muchembled authored
See also https://bugs.debian.org/882329
-
Julien Muchembled authored
-
- 21 Nov, 2017 1 commit
-
-
Sebastien Robin authored
Issue was: - user project_user was created - project_user create stored routines - mysql data is dumped (including list of users) - mysql data is restored, but stored routines have the information DEFINER that must match an existing user. This does not work if there is no flush privileges instructions So make sure to insert flush privileges while dumping
-
- 20 Nov, 2017 1 commit
-
-
Julien Muchembled authored
This reproduces what happens on a Prod system, where TokuDB turned out to use much more CPU than FileStorage.
-