An error occurred fetching the project authors.
- 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 Jun, 2020 3 commits
-
-
Kazuhiko Shiozaki authored
stack/erp5: put a magic parameter to use the first entry of X-Forwarded-For as the source IP address.
-
Kazuhiko Shiozaki authored
because we anyway has never used log, but just use stderr ourput.
-
Kazuhiko Shiozaki authored
in HAProxy 2.0, httpclose has the same meaning as forceclose, that is deprecated.
-
- 16 Jun, 2020 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 16 May, 2020 1 commit
-
-
Julien Muchembled authored
-
- 11 May, 2020 1 commit
-
-
Vincent Pelletier authored
This is a loop invariant.
-
- 29 Apr, 2020 2 commits
-
-
Jérome Perrin authored
Mariadb was not shared, because installing mroonga writes a plugin in mariadb's plugin dir and it's not allowed for one part to write in another part's folder. The approach is to install mroonga plugin in it's own plugin directory, then copy all mariadb default plugins in this plugin directory and configure instance to use mroonga's plugin directory. Groonga also has plugins and we are using groonga-normalizer-mysql plugin. Fortunately, groonga reads plugins located in paths listed in GRN_PLUGINS_PATH environment variable, so we can use a simpler approach of installing plugins in their own installation folder and set GRN_PLUGINS_PATH in the environment of processes using groonga, ie. the mariadb server process.
-
Jérome Perrin authored
-
- 31 Mar, 2020 2 commits
-
-
Jérome Perrin authored
We want to wait for mysql_upgrade pseudo-service to have created users and installed groonga, not just that something listen on the port.
-
Jérome Perrin authored
Instead of writing the instructions ourselves, source mroonga provided install script.
-
- 22 Mar, 2020 1 commit
-
-
Julien Muchembled authored
This reverts commit 4f4354c3. It duplicated commit d13b42b7.
-
- 06 Mar, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 04 Mar, 2020 1 commit
-
-
Julien Muchembled authored
-
- 04 Feb, 2020 1 commit
-
-
Julien Muchembled authored
-
- 04 Dec, 2019 1 commit
-
-
Julien Muchembled authored
-
- 29 Nov, 2019 1 commit
-
-
Julien Muchembled authored
-
- 19 Nov, 2019 2 commits
-
-
Łukasz Nowak authored
As possible cover promises in tests.
-
Łukasz Nowak authored
-
- 06 Nov, 2019 2 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 02 Oct, 2019 1 commit
-
-
Jérome Perrin authored
ERP5Catalog assumes that dates in catalog are UTC, this works fine with DATETIME columns that does not carry any timezone information, but TIMESTAMP columns are converted to mariadb timezone, which is by default system timezone. If we want ERP5Catalog to query on TIMESTAMP columns with the existing logic of converting dates to UTC (because "dates are in UTC in catalog"), we need to have TIMESTAMP columns in UTC. This also generally seem a better default than falling back to system timezone. /reviewed-on nexedi/slapos!623
-
- 13 Sep, 2019 1 commit
-
-
Bryton Lacquement authored
-
- 09 Sep, 2019 1 commit
-
-
Julien Muchembled authored
-
- 30 Aug, 2019 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 20 Aug, 2019 1 commit
-
-
Julien Muchembled authored
-
- 13 Aug, 2019 1 commit
-
-
Julien Muchembled authored
-
- 07 Aug, 2019 1 commit
-
-
Bryton Lacquement authored
-
- 06 Aug, 2019 2 commits
-
-
Julien Muchembled authored
Since the addition of `set -e`, several parts of the script became dead code.
-
Julien Muchembled authored
-
- 26 Jul, 2019 2 commits
-
-
Vincent Pelletier authored
Auto-compute a value suitable for the number of requested Zope processes and threads for default ERP5 needs.
-
Vincent Pelletier authored
For future patches readability.
-
- 23 Jul, 2019 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 24 Jun, 2019 3 commits
-
-
Julien Muchembled authored
Only the webrunner should have a monitor port different from the default, to avoid most conflicts between the webrunner and any instance built inside. -> webrunner: 8386 -> other: 8196
-
Bryton Lacquement authored
-
Bryton Lacquement authored
The previous value, '/', caused problems: some generated urls had two consecutive slashes, which can be misinterpreted by the waitress server.
-