- 20 Apr, 2017 9 commits
-
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
Add PortalType field to distinguish different types of Python Scripts, add referencence and use source code editor
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
- 19 Apr, 2017 2 commits
-
-
Jérome Perrin authored
We could not find a portable way to use verifyElementPositionRangeTop. See internal discussion `[test][erp5] update selenium test` for more details.
-
Jérome Perrin authored
-
- 18 Apr, 2017 12 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
In addition to TypeEror when a 'date' is given, this also accepts duration=0.
-
Łukasz Nowak authored
If Test Result is associated with Test Node and thus distributor, and distributor defines process timeout use this timeout to now when to restart test lines. This is useful to avoid needless restart of tests running on nodes related to long time outing distributors. Otherwise fallback to default.
-
Łukasz Nowak authored
This link allows to navigate from Test Result via its Test Result Node to Test Node and distributor related to given Test Result. Note: It happens only, if client will do subscribeNode before calling createTestResult.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This is accompanying commit to "erp5_test_result: stop affecting last remaining tests to all test nodes", where alarms redrafts running tests for long running nodes. In case of very long running test nodes, to which support is introduced in this work, it is acceptable situation that test will get redrafted and shall be stopped.
-
Ł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.
-
- 17 Apr, 2017 1 commit
-
-
Nicolas Wavrant authored
Sending mode is set by user when printing the DSN report
-
- 14 Apr, 2017 6 commits
-
-
Cédric Le Ninivin authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Vincent Pelletier authored
Allows reducing the number of user existence check queries from one per document to one per document batch, reducing database (currently, catalog) latency effect on indexation time. Also, avoid object -> id -> object dance for SQLCatalog instance while at it. Also, modernise syntax a bit, avoiding intermediate locals mostly.
-
Vincent Pelletier authored
These are used nowhere in the code. In many workflows, these "catalog-available" variables are only configured so they appear as fields on worklist definitions. So it is understood as more of an informative setting having a local effect than a normative one having an effect on how indexation happens. So shave off a bit of useless time spent in indexation. Also, it should be mentionned that when profiling this code causes a big red-herring: this code is the first place where workflow history gets loaded (and presumably indexed document itself), which draws attention away from potentially more interesting areas.
-
- 13 Apr, 2017 10 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_officejs_appstore_base: Fix Improve Publication process. * Only one submit alarm is run at a time * Move creation dialog to Software Publication for consistency * Person is a contributor for the web document of its application erp5_officejs_appstore_base: Update to use Static Web Section, remove RJS versionning erp5_officejs_appstore_base: Various improvment for ERP5JS compatibility erp5_officejs_appstore_base: Add Action to attach Software Product to Software Publication erp5_officejs_appstore_base: Update to use version in reference erp5_officejs_appstore_base: Update upload dialog to have all in one place + use product line category
-
Cédric Le Ninivin authored
erp5_web: Fix Display Static Web Section in Web Section and Web Site views
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
* Landing page show all Apps sorted by int_index * Language Automatically centered * Icons better centered
-
Cédric Le Ninivin authored
-