- 19 May, 2015 4 commits
-
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 18 May, 2015 3 commits
-
-
Tristan Cavelier authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Uses graph editor component from DREAM simulation project http://dream-simulation.eu/ This editor is in early stage; it supports edition of business paths from business process and edition of workflow layout in DCWorkflow. Known problems / TODO: - DCWorkflow editor only saves the graph layout and does not allow designing the workflow - DCWorkflow graph has to be enabled in history tab for history visualisation - rendering of fields in the property edition dialog is extremely slow - mixin_promise.js have to be merged. Other TODO's in test.js and jsplumb.js. Generally speaking, this javascript code is poor quality
-
- 15 May, 2015 3 commits
-
-
Julien Muchembled authored
For the new GroupedMessage class in commit da234001, I renamed 'obj' to 'object' at the last minute and I missed 2 occurrences.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 14 May, 2015 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 13 May, 2015 6 commits
-
-
Julien Muchembled authored
The problem with callMethodOnObjectList is that when an object can't be processed, all other objects of the same group fail without any chance to be retried separately. Grouping is configurable with usual CMFActivity parameters in new 'group_kw' parameter, to avoid any conflict with catalog parameters (**kw). 'packet_size' and 'activity_count' are still accepted for backward compatibility.
-
Julien Muchembled authored
-
Julien Muchembled authored
The recent API change was not enough. A grouping method may need more information: in particular, the dummy grouping method must be fixed to change user.
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-
- 12 May, 2015 2 commits
-
-
Tristan Cavelier authored
-
Julien Muchembled authored
This moves much duplicated code to main() and _ZodbTestComponentBootstrapOnly is changed to also search for BT in subfolders, like in ERP5TypeTestCaseMixin._getBTPathAndIdList
-
- 11 May, 2015 7 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Suppport ~ also in VCS tab. Not working in current slapos instance that set $HOME to something completely different
-
- 08 May, 2015 5 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
There was problems handling '\' and '`' characters.
-
Arnaud Fontaine authored
This was initially set to 'Infinity' to allow browser search but this make the editor completely unusable with big files.
-
Arnaud Fontaine authored
Installation was working fine because Skin Folder are not ERP5 object but when updating the bt5, it failed because Folder objects are saved as Trash Folder (ERP5 object).
-
Arnaud Fontaine authored
Signed-off-by: Jérome Perrin <jerome@nexedi.com>
-
- 06 May, 2015 2 commits
-
-
Julien Muchembled authored
When grouped messages fail, ActivityTool must distinguish 3 groups, in order to reexecute them separately, as follows: - first, those that succeeded - then, those that were skipped - at last, failed ones Grouping methods are updated to handle partial failures, and stop doing anything when something goes wrong. Without this, we would have the following pathological cases. 1. Let's suppose first that skipped messages are marked as succeeded. The problem is that each skipped message that will fail causes the reexecution of those that didn't fail. Exemple: A:ok B:ok C:err D:err E:err F:err 1: A:ok, B:ok, C:err, D:skipped, E:skipped, F:skipped 2: A:ok, B:ok, D:err, E:skipped, F:skipped 3: A:ok, B:ok, E:err, F:skipped 4: A:ok, B:ok, F:err 5: A:ok, B:ok -> commit And worst, the first failed (C) may be processable again before 5, entering a failing loop if it is executed again in the same group as A & B. 2. Another implementation is to mark all skipped as failed. Example: 1: A:ok, B:ok, C:err, D:skipped, E:skipped, F:skipped 2: A:ok, B:ok -> commit 3: C:err, D:skipped, E:skipped, F:skipped >3: same as 3 => D, E or F are never tried.
-
Julien Muchembled authored
This tweaks retry delays as follows (seconds): ConflictError other failures (K = 1 + retry², with retry >= 0) before 30 15 * K after 15 30 * K Today, bigger delays in case of errors should not be an issue because the quality of ERP5 has improved a lot and normal code should not rely anymore on this. We also don't want to lower ConflictError delay too much, because this increase the probability of conflicts. This will be required to improve invokeGroup, in case that a message fails. We'd like that: - successful messages are retried immediately - skipped messages are retried next, and separately - at last, failed messages are retried, also separately
-
- 05 May, 2015 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
increasing Localizer weight significantly without limit.
-
- 03 May, 2015 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 02 May, 2015 1 commit
-
-
Tristan Cavelier authored
Use WebPage_viewAsWeb instead of WebIllustration_viewEditor
-
- 30 Apr, 2015 1 commit
-
-
Romain Courteaud authored
* returns 404 errors in case of non existent document * returns forms contents in case of validation error (400 status + error text in fields) * newContent action link, which can be used with jIO.post method in erp5Storage
-