An error occurred fetching the project authors.
- 28 Dec, 2011 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 07 Dec, 2011 1 commit
-
-
Julien Muchembled authored
cf commit addfd436 ("removed useless commits in flush")
-
- 02 Aug, 2011 1 commit
-
-
Julien Muchembled authored
-
- 13 Sep, 2010 1 commit
-
-
Julien Muchembled authored
Also do minor formatting in SQLDict._validate to minimize differences with SQLQueue._validate. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Aug, 2010 3 commits
-
-
Julien Muchembled authored
Note 'distribute' method is not merged into SQLBase, for 2 reasons: - SQLQueue still differs from SQLDict because it does not remove duplicate messages. - 'order_validation_text' column only exists in 'message' table git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jul, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2010 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Apr, 2010 2 commits
-
-
Julien Muchembled authored
At most 1 message for a given serialization tag can be validated (cf [28706]). Respect priority/date/uid when validating only 1 message (cf [34632]). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34841 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Apr, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Apr, 2010 1 commit
-
-
Julien Muchembled authored
- When deleting duplicate messages, keep the one the highest score (priority, date, uid). - When several messages have the same serialization_tag, always validate first the one with the highest score. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2010 3 commits
-
-
Julien Muchembled authored
getActivityRuntimeEnvironment is changed to return an ActivityRuntimeEnvironment instance instead of a dict (and this value is now stored in a transactional variable, for automatic cleanup). This object allow activities to change default behaviour of CMFActivity if an error happens. In the future, this object could also allow executed activity to inspect its related Message object. In case of infinite retry, notify the user when the default limit is reached. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Pass list of Message objects instead of a list of (uid, message, priority). Store the fetched line on the Message object to retrieve the priority. In the future, if we allow executed activity to access its related Message object, it could also get the SQL line. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32875 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jan, 2010 2 commits
-
-
Julien Muchembled authored
When a node is looking for activities to process, there's no point testing the 'processing' column. This fixes cases leaving activities at 'processing=1' forever (unless, of course, a cluster is killed and restarted with fewer nodes). Also remove now useless cleanup at startup. One known case leaving such activities is when the first commit of dequeueMessage raises, which can happen, for example, during migration of portal_types. It seems the 'processing' column becomes useless for CMFActivity. Acked-by: Vincent Pelletier git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31892 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Sep, 2009 1 commit
-
-
Sebastien Robin authored
serialization_tag even if some use group_method_id and some other do not use it * add spaces before and after operator != git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Sep, 2009 1 commit
-
-
Yusei Tahara authored
Update and add comments to distribute method definition. Remove a new line mistakenly added. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28737 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Sep, 2009 1 commit
-
-
Yusei Tahara authored
Fix a bug. serialization tag guarantees that tagged messages are processed serially and not parallelly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Aug, 2009 1 commit
-
-
Yoshinori Okuji authored
Split multi-inserted messages into chunks, because an insert query generated by prepareQueueMessageList may exceed the limit of packet size defined by MySQL, when one transaction activate many, many methods. The max size is heuristic, though. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2009 1 commit
-
-
Julien Muchembled authored
* Remove links to cancel or invoke activities from manageActivities. It was too dangerous and requires too much work to fix. * Fix display of args column. Use html_quote to display activity_kw, agrs & kw columns. * Display all activities (processing SQLQueue activities were hidden). * Add uid column. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jun, 2009 2 commits
-
-
Julien Muchembled authored
Do not notify if an active process finishes. This never worked before r27329 and it is now redundant with alarm notification. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Fix ActiveProcess.hasActivity. On active processes, hasActivity tests active_process_uid instead of path: * hasActivity must handle the case when no document is provided (bug #1142) * Fix initialisation of active_process_uid property on Message objects. Add unit test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Feb, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25525 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Feb, 2009 1 commit
-
-
Julien Muchembled authored
Move _validate_* methods from SQLDict and SQLQueue to SQLBase, and fix checking of parameters (cf r24586). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2009 5 commits
-
-
Vincent Pelletier authored
Implement ActiveProcess.hasActivity . It was present, but required data was never present in the table. Now that SQL{Dict|Queue}.hasActivity don't use "**kw" any more, it causes errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make all dtml tests use expr="...", so that tested values don't use acquisition. (Nice catch, Nicolas !) Update callers to cope with those new limitations. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix parameter name. Fixes a bug in which a message could be validated even if its date was set in the future. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Rename "limit" parameter to ZSQLMethods into "count", as it is a special parameter name (interpreted outside of ZSQLMethod). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25253 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Nov, 2008 1 commit
-
-
Vincent Pelletier authored
Fix error log condition: length must be exactly 2 AND type must be either tuple or list (a string of more than 2 chars was enough to avoid the error message). Fix a typo in error message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Oct, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2008 1 commit
-
-
Vincent Pelletier authored
Store exception information on message in the case where commit fails, removing a possible cause for error messages with no error text. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24077 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jul, 2008 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22741 20353a03-c40f-0410-a6d1-a30d3c3de9de
-