- 05 May, 2017 10 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Do not apply exclusions to unrelated paths ("project", "proxy.db" and "etc"). Simplify global exclusion file generation. Add support for absolute and partition-relative exclusion paths (previously, only partition-relative were supported). Pipe exclusion file to rsync, to avoid an intermediate disk write. Remove some directory prefix duplication by using PWD-relative paths (except in one place, for runner-import.sh.jinja2 comparison).
-
Vincent Pelletier authored
-
Vincent Pelletier authored
So avoid spawning "cat" only for this. Also, variable expansion quoting.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
More similar changes will come later as part of larger changes. Also, fail if cd "$backup_directory" fails, as it is supposed to exist by that point.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Imperfect: single-quote escaping would be good. But this at least makes it significantly harder to accidentally end up outside variable assignment. Users of these values will be added in a later commit.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 03 May, 2017 6 commits
-
-
Kazuhiko Shiozaki authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
- 02 May, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 28 Apr, 2017 1 commit
-
-
Łukasz Nowak authored
Software release for testing deploy scripts and Ansible playbooks provided in slapos.package repository. It is used by Test Suite and ERP5TestNode and runs tests configured in Test Suite against VM built with deploy script.
-
- 27 Apr, 2017 6 commits
-
-
Alain Takoudjou authored
Conflicts: slapos/recipe/check_url_available/__init__.py slapos/recipe/check_url_available/template/check_url.in
-
Rafael Monnerat authored
The version 0.4.0 uses an deprecated version of GraphAPI which might not work anymore.
-
Rafael Monnerat authored
-
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
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 26 Apr, 2017 4 commits
-
-
Rafael Monnerat authored
This intent to speed up the download (only) of cache by using traffic server
-
Rafael Monnerat authored
When slow clients post a large request, 30 seconds is too short for the current production usage. Short timeouts are rare but it always happens on POST, which is annoying for the user. Move from 30s to 5min the timeout to allow the slow clients upload their data with time.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 21 Apr, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 20 Apr, 2017 7 commits
-
-
Rafael Monnerat authored
Apply commits: stack.erp5: Drop unneeded executable permissions. (fe7ea950) stack.logrotate: Fix support for stopped processes. stack.erp5: Use an iterator to produce port numbers. software/erp5: if wendelin-core-zblk-fmt is not given, then use wendelin.core's default. software/erp5 & stack/erp5: Add a new parameter wendelin-core-zblk-fmt.
-
Sebastien Robin authored
-
Łukasz Nowak authored
In order to work in deep directory structures it is required to have kvm-controller script wrapped to avoid shabang limit.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Since release of ipython 6.0.0 ( https://pypi.python.org/pypi/ipython/6.0.0 ) ipython became incompatible with python < 3.3, so its version needs to be pinned.
-
Alain Takoudjou authored
-
Łukasz Nowak authored
-
- 19 Apr, 2017 1 commit
-
-
Łukasz Nowak authored
Known nodejs bug[1] has proposed fix [2] applied directly here. [1] https://github.com/nodejs/node/issues/9137 [2] https://github.com/riedonetworks/meta-nodejs/commits/dora/recipes/nodejs/files/0001-fix-execvp-printf-argument-list-too-long.patch
-
- 18 Apr, 2017 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-