An error occurred fetching the project authors.
- 20 Feb, 2018 1 commit
-
-
Julien Muchembled authored
-
- 19 Jan, 2018 2 commits
-
-
Vincent Pelletier authored
The order in which messages are returned by getMessageList is undefined, and manageInvoke refuses to execute messages which are blocked by their dependencies. Notify depends on Alarm_runUpgrader, so it must be explicitly ran second. Also, avoid listing activities twice.
-
Vincent Pelletier authored
Here, we expect exactly two activities, one of each type, and just do not rely on these being listed in any order (...in theory, as this is actually assumed by the next iteration on getMessageList, but this is a separate issues).
-
- 29 May, 2017 2 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
- 31 Aug, 2016 3 commits
-
-
Jérome Perrin authored
Documentation says this step is done in one transaction, so implement this as documented. Detecting developer mistake and automagically running this step in smaller transactions if more than 100 documents seems unnecessary. At least, it contredicts documentation.
-
Jérome Perrin authored
now that we use alarm sense method, another `notify` call is activated
-
Jérome Perrin authored
-
- 05 Jul, 2016 1 commit
-
-
Nicolas Wavrant authored
-
- 27 Jun, 2016 1 commit
-
-
Nicolas Wavrant authored
erp5_upgrader: TemplateTool_checkCategoryNameConsistency constraint can update categories which have moved
-
- 02 Mar, 2016 1 commit
-
-
Nicolas Wavrant authored
-
- 19 Feb, 2016 2 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
test.erp5.testUpgrader.py: the bt5list update in afterSetup() includes the case of several business templates locations
-
- 02 Feb, 2016 1 commit
-
-
Georgios Dagkakis authored
test.erp5.testUpgrader.py: update the bt5list in afterSetUp(). Otherwise the user has to invoke genbt5list manually before runnning the test. It was also confusing, because the same test would pass in the server but not locally
-
- 08 Jan, 2016 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
Active process detail is a list of strings.
-
- 13 May, 2015 1 commit
-
-
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.
-
- 17 Mar, 2014 1 commit
-
-
Gabriel Monnerat authored
Simplify erp5_upgrader to be possible upgrade any project just enabling the alarms that all Constraints will be called and fixed. The alarms were renamed to cover each step of upgrader and give the possibility to call each step manually one-by-one. Also, all Scripts that the logic can be done by installing Business Template was removed. Also added: - Constraints that can be used in the upgrader - Unit test to check different scenarios - Extend external method to be possible dump workflow chains to be compared with all configuration defined on Business Templates
-