- 12 Apr, 2017 6 commits
-
-
Łukasz Nowak authored
Unfinished test (test_18_checkConfigurationGenerationERP5ScalabilityDistributor) uses return value of subscribeNode and assumes it is ERP5 object. This work changes return value of subscribeNode to JSON object, following startTestSuite return value, thus rendering this test failure. As test is unfinished, non asserting part has been commented out.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Also if process_timeout is available in received configuration setup process_manager with transmitted value. Backward compatibility is assured, that if no process_timeout is provided, nothing is being updated. Also process_timeout not set on master (the default), will not change local default.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Extend subscribeNode to send configuration provided by user.
-
Łukasz Nowak authored
ERP5ProjectUnitTestDistributor allows to define maximum process timeout of testnodes attached to it.
-
- 10 Apr, 2017 1 commit
-
-
Yusei Tahara authored
ERP5Type/tests/testERP5Type.py: Make sure that accessors are protected correctly when permission was specified in the property sheet.
-
- 07 Apr, 2017 4 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Kazuhiko Shiozaki authored
-
Vincent Bechu authored
-
- 06 Apr, 2017 10 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
erp5_ui_test: add do nothing reports to Foos erp5_web_renderjs_ui_test: add export button ui tests
-
Tomáš Peterka authored
To make basic support for search engines ``description`` and ``keywords`` /reviewed-on nexedi/erp5!253
-
- 05 Apr, 2017 13 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Make the text clickable. Do not show text in grey.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
your_dummy -> Your Dummy
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 04 Apr, 2017 2 commits
-
-
Sebastien Robin authored
Since a process might exit by himself at any time, handle exceptions when we try kill processes
-
Vincent Pelletier authored
Spotted by chance. Seems unlikely to be hit, but that would be a stupid arbitrary limitation nevertheless.
-
- 03 Apr, 2017 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
ComplexQuery bypasses SearchKey mechanism and makes assumptions SQLCatalog.{search|count}Results does not do. Instead, reserve a name, and complain if it is passed by caller.
-
Vincent Pelletier authored
"query" argument is not supposed to be different from any other argument (argument name is [pseudo-]column name, unknown coluns are rejected, and "None" means "IS NULL" SQL comparison), but is accidentally special-cased in ERP5Catalog. This special-casing is to be removed, so update all callers relying on this glitch. Also, avoid using Query.
-
Vincent Pelletier authored
Also, do not use deprecated parameter name to pass a logical operator.
-