- 06 Sep, 2019 1 commit
-
-
Jérome Perrin authored
Implement the traditional pattern of sending SIGTERM so that program can free its resources and only send SIGKILL after a delay if program is still running.
-
- 04 Sep, 2019 1 commit
-
-
Yusei Tahara authored
-
- 03 Sep, 2019 2 commits
-
-
Yusei Tahara authored
This dialog is used by erp5_hal_json_style and select column should not be displayed there.
-
Jérome Perrin authored
This feature of configuring openssl to disallow issuing more than one certificate for the same common name as been disabled in SlapOS' certificate_authority recipe, but instead of fixing this, we decided to disable this test until the tool is completly rewritten using caucase.
-
- 01 Sep, 2019 2 commits
-
-
Yusei Tahara authored
-
Rafael Monnerat authored
-
- 30 Aug, 2019 3 commits
-
-
Vincent Pelletier authored
MySQLdb relies on garbage collection to close the connection. Relying on such asynchronous event as the garbage collector is never a good idea, and this can cause issues when the transaction associated with the connection is started: because the connector is being replaced, it will never be properly aborted. So do not take chances and do not leak open connections: always close it.
-
Vincent Pelletier authored
So that it's more apparent that we are not leaking a potentially active transaction on that connection.
-
Vincent Pelletier authored
The same error code can be used for different causes. Specifically, it can be used for SQL-level syntax error (which this code intended to handle), or it can be used for fulltext syntax error (which makes this code raise). Also, drop forced-reconnection, because this means a still-established connection make be kept around and completely detected from current transaction, which may cause a database snapshot to be kept indefinitely (actually, until mariadb's timeout), in turn causing performance issue because of associated InnoDB snapshot.
-
- 29 Aug, 2019 2 commits
-
-
Rafael Monnerat authored
title is undefined, use self.name instead.
-
Rafael Monnerat authored
-
- 28 Aug, 2019 1 commit
-
-
Boxiang Sun authored
/reviewed-on nexedi/erp5!918
-
- 16 Aug, 2019 5 commits
-
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
[erp5_ui_test_core, erp5_dms_ui_test, erp5_km_ui_test, erp5_configurator_standard_ui_test] setFile command does not need pause command now.
-
Yusei Tahara authored
-
- 15 Aug, 2019 7 commits
-
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
[erp5_web_renderjs_ui] Show select column in view dialog if listbox's select column checkbox is checked.
-
Yusei Tahara authored
[erp5_configurator_standard_ui_test] Fix file uploading tests. Use setFile selenium command to avoid security error.
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
- 13 Aug, 2019 4 commits
-
-
Rafael Monnerat authored
-
Julien Muchembled authored
-
Rafael Monnerat authored
-
Bryton Lacquement authored
31804f68 was merged too soon. /reviewed-on nexedi/erp5!913
-
- 09 Aug, 2019 8 commits
-
-
Bryton Lacquement authored
It was possible that the previous server socket did not have enough time to expire, which could cause an "Address already in use" exception.
-
Roque authored
url - corresponding test added
-
Roque authored
-
Roque authored
-
Roque authored
- improve OfficeJS applications by reducing the quantity of code to be written and reuse the ERP5 configuration (portal_type, actions, forms, etc.) instead to generate the app
-
Roque authored
-
Roque authored
-
Rafael Monnerat authored
-
- 08 Aug, 2019 3 commits
-
-
Rafael Monnerat authored
The API changed on the slap, this commit follow up the changes.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
Which is useful when debugging tests
-
- 07 Aug, 2019 1 commit
-
-
Bryton Lacquement authored
-