- 01 Feb, 2018 1 commit
-
-
Kirill Smelkov authored
Please see description of the rationale in the added patch. /co-developed-with @Tyagov /reviewed-on nexedi/slapos!280
-
- 31 Jan, 2018 7 commits
-
-
Yusei Tahara authored
stack/monitor: Add a random delay of maximum 60 seconds to all monitor cron jobs to avoid high load at the first second of every minute.
-
Yusei Tahara authored
Revert "stack/monitor: Add a random delay of maximum 60 seconds to all monitor cron jobs to avoid high load at the first second of every minute." This reverts commit 677a80e4.
-
Yusei Tahara authored
This reverts commit ee8e3fb2.
-
Yusei Tahara authored
-
Yusei Tahara authored
stack/monitor: Add a random delay of maximum 60 seconds to all monitor cron jobs to avoid high load at the first second of every minute.
-
Yusei Tahara authored
-
Yusei Tahara authored
It is useful to give a random delay on cron jobs.
-
- 29 Jan, 2018 2 commits
-
-
Kirill Smelkov authored
For example one could want to build the software with race detector, e.g. [gowork] ... buildflags = -race or if you want to build a plugin for fluent-bit [gowork] ... install = your.package.import.path buildflags = -buildmode=c-shared and then your package will be installed as shared library into ${gowork:directory}/pkg/`go env GOOS`_`go env GOARCH`/<your.package.import.path>.a One could pass that location explicitly to `fluentd-bit -e ...` or symlink to it from some .so from global directory of fluent-bit plugins. Maybe it is not very good to use `go install` for building plugins (instead of `go build -o ...`) but we anyway need to have ability to specify buildflags as a generic feature, hence this patch. /reviewed-on nexedi/slapos!274
-
Ivan Tyagov authored
@alain.takoudjou , @rafael this fixes broken webrunner tests. Passing one: https://nexedi.erp5.net/test_result_module/20180126-5FF058E7/2 /reviewed-on !277
-
- 26 Jan, 2018 2 commits
-
-
Ivan Tyagov authored
@Nicolas , @rafael , @klaus please review. /reviewed-on nexedi/slapos!276
-
Ivan Tyagov authored
@rafael , @Nicolas , @klaus please review. It's followup of !272 /reviewed-on nexedi/slapos!275
-
- 25 Jan, 2018 4 commits
-
-
Rafael Monnerat authored
zc.buildout version up to 2.5.2+slapos012 slapos.recipe.template version up to 4.3 slapos.core version up to 1.4.4
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Kirill Smelkov authored
My mistake from 1b540151 (golang: Infrastructure to build Go workspaces / projects) /reviewed-by TrustMe
-
- 24 Jan, 2018 2 commits
-
-
Aurélien Vermylen authored
If we don't specify MaxRequestWorkers, it seems like Apache 2.4 errors with: AH03490: scoreboard is full, not at MaxRequestWorkers. Increase ServerLimit. Maybe because MaxRequestWorkers then defaults to a too high value compared to ServerLimit and ThreadsPerChild. /reviewed-on nexedi/slapos!263
-
Yusei Tahara authored
-
- 18 Jan, 2018 3 commits
-
-
Łukasz Nowak authored
This is useful to being able to peek for low level site result details.
-
Yusei Tahara authored
getWorkingSet() is slow and it is not always needed. So, it is better not to call it in __init__.
-
Yusei Tahara authored
Revert "slapos/recipe/librecipe/generic.py: GenericBaseRecipe's _ws is a lazy attribute now." This reverts commit 281d3774.
-
- 17 Jan, 2018 2 commits
-
-
Rafael Monnerat authored
-
Yusei Tahara authored
getWorkingSet() is slow and it is not always needed. So, it is better not to call it in __init__.
-
- 16 Jan, 2018 6 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
When git repositories are in detached head, `git symbolic-ref` cannot be used. In this case, `gowork-snapshot` outputs `fatal: ref origin is not a symbolic ref` and create a buildout profile with empty revisions. After these changes, we try to get from a remote named origin in this case. If this did not work, we output the problematic repository. I added some minor "cleanups" at the same time. /reviewed-on nexedi/slapos!268 /reviewed-by kirr
-
Jérome Perrin authored
because other variables are vertically aligned
-
Jérome Perrin authored
When git repository is in detached head, there's no symbolic-ref, so we cannot anything better that assuming there's a remote named "origin"
-
Jérome Perrin authored
-
- 12 Jan, 2018 4 commits
-
-
Julien Muchembled authored
This reverts commit 6cb00ff0, because of a regression in InnoDB (https://jira.mariadb.org/browse/MDEV-14614). Several functional tests started to fail with 10.2.12.
-
Nicolas Wavrant authored
As currently it fallbacks to system's gettext
-
Kazuhiko Shiozaki authored
-
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 1 commit
-
-
Tristan Cavelier authored
-