An error occurred fetching the project authors.
- 16 Feb, 2024 1 commit
-
-
Jérome Perrin authored
This change the format or the (mostly) unused frontend parameter to support requesting more than one frontend and also enable the request of a frontend by default, so that requesting a frontend separately is no longer needed. The `frontend` parameter now also supports requesting frontends for specific paths on the ERP5 backend, the example below requests a frontend serving directly a web site, with the necessary rewrite rules: ```js { "frontend": { "default": { "internal-path": "/erp5/web_site_module/renderjs_runner/" } } } ``` The example below requests a default frontend to the erp5 root, to access the ZMI or erp5_xhtml_style interface and two web sites: ```js { "frontend": { "default": {}, "erp5js": { "internal-path": "/erp5/web_site_module/renderjs_runner/" }, "crm": { "internal-path": "/erp5/web_site_module/erp5_officejs_support_request_ui/" } } } ``` The example below has an explicit definition of the zope families using `zope-partition-dict` parameter, because there is more than one zope family, no frontend is requested by default: ```js { "zope-partition-dict": { "backoffice": { "family": "backoffice" }, "web": { "family": "web" }, "activities": { "family": "activities" } } } ``` Continuing this example, to have frontends for backoffice and web families, the frontend request can specify the families, like it is demonstrated in the example below. In this example, we don't specify an entry for "activities" family, so no frontend will be requested for this family. ```js { "frontend": { "backoffice": { "zope-family": "backoffice" }, "web": { "zope-family": "web", "internal-path": "/erp5/web_site_module/web_site/" } } "zope-partition-dict": { "backoffice": { "family": "backoffice" }, "web": { "family": "web" }, "activities": { "family": "activities" } } } ```
-
- 02 Aug, 2023 1 commit
-
-
Julien Muchembled authored
-
- 18 Feb, 2023 1 commit
-
-
Julien Muchembled authored
We stopped using it because of 2 data integrity issues: - https://jira.percona.com/browse/PS-5569 ("FT index corrupt") - https://jira.percona.com/browse/PS-4291 ("DELETE sometimes do nothing") TokuDB is also already disabled because transparent huge pages are enabled by default.
-
- 16 Feb, 2023 1 commit
-
-
Julien Muchembled authored
-
- 28 Apr, 2022 1 commit
-
-
Thomas Leymonerie authored
Use slapos.recipe.template instead of slapos.recipe.template if possible Harmonize template keys : rendered -> output template -> url template = inline: -> inline = Delete "mode" key See merge request !1151
-
- 07 Feb, 2022 1 commit
-
-
Arnaud Fontaine authored
-
- 11 Oct, 2021 1 commit
-
-
Julien Muchembled authored
Adapt all promise sections to changes in plugin promise recipe.
-
- 10 May, 2021 1 commit
-
-
Julien Muchembled authored
-
- 08 Mar, 2021 1 commit
-
-
Vincent Pelletier authored
Use-case: when an host enry is used to define the outgoing binding IP of zopes in a partition, this IP is host-dependent.
-
- 26 Aug, 2020 1 commit
-
-
Julien Muchembled authored
-
- 24 Jun, 2020 1 commit
-
-
Julien Muchembled authored
-
- 20 Mar, 2020 1 commit
-
-
Vincent Pelletier authored
Even when no referencing section is instanciated.
-
- 18 Mar, 2020 1 commit
-
-
Julien Muchembled authored
Since commit ebc1636d ("instanciate a single admin node, by default in the first subpartition"), there was only 1 admin node (and 1 neoctl wrapper) and this was inconvenient if the partition hosting it lost. Only 1 admin node does monitoring.
-
- 03 Mar, 2020 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Shamefully copied from neoppod/stress-testing SR.
-
- 29 Nov, 2019 1 commit
-
-
Julien Muchembled authored
-
- 28 Nov, 2019 1 commit
-
-
Julien Muchembled authored
Commit d0df63cf broke support for SQLite.
-
- 08 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
runTestSuite.in uses _update_hash_filename_ compatbility to avoid clash with section's filename key. As software.cfg is extended by other software releases rename the template part to template-neo in order to avoid clash of sections.
-