An error occurred fetching the project authors.
- 12 Mar, 2019 1 commit
-
-
Rafael Monnerat authored
As the instance is already allocated, we add a dummy template to keep data there until user do something. And to prevent to buildout keep failing.
-
- 01 Mar, 2019 2 commits
-
-
Łukasz Nowak authored
OPENSSL_BINARY is not needed in the test case, only SQLBENCH_PATH has to be provided, and perl shall be available in the PATH.
-
Vincent Pelletier authored
Notes stack/erp5 * The service-auto-approve-amount to default is set to 1, in order that the only needed service is automatically approved. As caucase is accessed internally (on local IPv4) only partitions on the same server will access caucase.
-
- 17 Sep, 2018 1 commit
-
-
Tristan Cavelier authored
/reviewed-on nexedi/slapos!406
-
- 30 Aug, 2018 3 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
if saucelabs_dict is present, then generate delegate runTestSuite to launch test with saucelab else default one is created
-
- 22 Jun, 2018 1 commit
-
-
Rafael Monnerat authored
Once the requests to cloudooo software types were removed, orphan instances might be kept arround due a lack of implementation of garbage collection on slapos proxy. This change allows the ghost cloudooo instances, don't fail, until the garbage collection implementation be deployed, reducing the number of irrelevant failures on resilience after an upgrade.
-
- 25 May, 2018 1 commit
-
-
Yusei Tahara authored
erp5, mariadb: Allow users to set additional environment variables to mysqld to use third party ODBC libraries for CONNECT storage engine.
-
- 23 May, 2018 1 commit
-
-
Tristan Cavelier authored
more discussion at nexedi/slapos!266
-
- 26 Feb, 2018 1 commit
-
-
Tristan Cavelier authored
-
- 20 Oct, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 13 Oct, 2017 1 commit
-
-
Vincent Pelletier authored
Experimental. Not automatically executed. Restores given backup, configures service as a slave to given master, starts replication. Like for "normal" backup restoration, any running mariadb is killed, started with backup-restoration-friendly parameters, and killed again once restored. As there is AFAIK no way to ask supervisor to start even one of our own services, this script unfortunately leaves the partition in a not-immediately useful state.
-
- 02 Oct, 2017 1 commit
-
-
Sebastien Robin authored
This reverts commit 40108537. Using the public cloudooo for all unit tests makes things unreliable, we have every day many tests failing due to this. It would be required to reapply this change to : - make ERP5 more resilient to network failures when there is issues connecting to cloudooo - find some automated ways to have a cloudooo per testnode machine, with idea of having possibility to request "where is the nearest service doing that" - possibly having a CDN of cloudooo, but this does not prevent having a cloudooo per testnode
-
- 28 Sep, 2017 1 commit
-
-
Hardik Juneja authored
-
- 27 Sep, 2017 1 commit
-
-
Tristan Cavelier authored
-
- 13 Sep, 2017 1 commit
-
-
Julien Muchembled authored
Since nexedi/erp5@6c6b77a0, this is now a safe operation, in that a mistake while moving databases won't result in a loss of the catalog if the zodb is empty. This new implementation relies on nexedi/erp5@6bb4c56e, which means that zopes decide on their own to create the site at startup if there's none, and the 'erp5-bootstrap' service is removed from the root partition. /reviewed-on nexedi/slapos!217
-
- 30 Aug, 2017 1 commit
-
-
Julien Muchembled authored
-
- 18 Aug, 2017 1 commit
-
-
Hardik Juneja authored
-
- 03 Jul, 2017 1 commit
-
-
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).
-
- 20 Jun, 2017 3 commits
-
-
Hardik Juneja authored
-
Hardik Juneja authored
-
Hardik Juneja authored
-
- 06 Mar, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 24 Feb, 2017 1 commit
-
-
Vincent Pelletier authored
Use a special milter to do what postfix cannot do with its internal mechanisms. - fixes postfix-generated bounces so they reach postmaster mail address without being rewritten - actually makes postfix relay rewritten mails (virtual_alias implicitly affects virtual_domains, in turn making all mail addresses considered locally hosted, which cannot and must not successfully deliver) Also, backport a yet-unreleased-but-already-upstreamed patch fixing rcpt value truncation, which breaks when recipient address is not enclosed in angle brackets - making the mail still reach original recipient.
-
- 08 Feb, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 25 Jan, 2017 1 commit
-
-
Tristan Cavelier authored
coreutils imagemagick poppler
-
- 24 Jan, 2017 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 20 Jan, 2017 1 commit
-
-
Vincent Pelletier authored
Each loop in jinja2 has its own scope. This code was likely relying on a bug, which was probably recently fixed upstream. Using generators is cleaner as it better expresses the intent.
-
- 19 Jan, 2017 1 commit
-
-
Yusei Tahara authored
-
- 18 Jan, 2017 1 commit
-
-
Vincent Pelletier authored
Such complex recipes prevent evolution. Split it into individual components already covered by existing recipes.
-
- 07 Mar, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 17 Feb, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 01 Feb, 2016 1 commit
-
-
Kirill Smelkov authored
This patch teaches ERP5 software release to automatically instantiate Jupyter notebook web UI and tune it to connect to ERP5 by default. When Jupyter is enabled, it also installs on-server erp5_data_notebook bt5 (nexedi/erp5!29) which handles code execution requested for Jupyter. For ERP5 - for security and backward compatibility reasons - Jupyter instantiation and erp5_data_notebook bt5 install happen only if jupyter is explicitly enabled in instance parameters. The default is not to have Jupyter out of the box. On the other hand for Wendelin SR, which inherits from ERP5 SR, the default is to have Jupyter out of the box, because Wendelin SR is fresh enough without lots of backward compatibility needs, and Jupyter is usually very handy for people who use Wendelin. ~~~~ For integration, we reuse already established in ERP5 infrastructure, to request various slave instances, and request Jupyter in a way so it automatically tunes and connects to balancer of one of Zope family. Jupyter code itself is compiled by reusing software/ipython_notebook/software.cfg, and Jupyter instance code is reused by hooking software/ipython_notebook/instance.cfg.in into ERP5 SR properly (the idea to override instance-jupyter not to render into default template.cfg is taken from previous work by @tiwariayush). ~~~~ I tested this patch inside webrunner with create-erp5-site software type and various configurations (whether to have or not have jupyter, to which zope family to connect it, etc). I have not tested frontend instantiation fully - because tests were done only in webrunner, but I've tried to make sure generated buildout code is valid for cases with frontend. NOTE the code in this patch depends erp5_data_notebook bt5 (nexedi/erp5!29) which just got merged to erp5.git recently (see nexedi/erp5@f662b5a2) NOTE even when erp5_data_notebook bt5 is installed, on a freshly installed ERP5, it is required to "check site consistency" first, so that initial bt5(s) are actually installed and erp5 is ready to function. /cc @vpelletier, @Tyagov, @klaus, @Camata, @tiwariayush, @Kreisel, @jerome, @nexedi /proposed-for-review-on nexedi/slapos!43
-
- 06 Oct, 2015 1 commit
-
-
Tristan Cavelier authored
-
- 23 Sep, 2015 1 commit
-
-
Tristan Cavelier authored
-
- 24 Aug, 2015 2 commits
-
-
Vincent Pelletier authored
Add support for "hosts" aliasing in Zope instances. Add support for SASL relayhost with mandatory TLS encryption. Add mandatory TSL + SASL authentication, to not be an open relay. Wrap postfix commands with proper environment instead of symlink + source-able script. Add ipv6 listening support (untested). Drop non-required main.cf configuration options. Make postifx instance optional (requires postmaster address to be provided). Document and rework smtp-related parameters. Expose an userhosts hostname for smtp server. Add diversion support (solution to "prod clone sent mails to real customer"). Use etc/run rather than etc/service, for consistency (if it needs to be changed, it must be changed for all software types). Hook into syslog and setup local syslog daemon, with logrotate integration. Update TODO entries.
-
Marco Mariani authored
-
- 18 Aug, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
update cloudooo configuration as well.
-