An error occurred fetching the project authors.
- 30 Sep, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1320 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 23 Sep, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1309 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 05 Aug, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1206 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 24 Jul, 2009 1 commit
-
-
Grégory Wisniewski authored
modifications where a TID can be given when starting a transaction. This is necessary to support the copyTransactionsFrom() from BaseStorage and have a better support of the ZODB API, where the tid parameter to tpc_begin() can be not None. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1005 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 23 Jul, 2009 2 commits
-
-
Grégory Wisniewski authored
the base test class placement. Fix imports in test files for this modification the NeoTestBase class. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@980 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@977 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 06 Jul, 2009 1 commit
-
-
Vincent Pelletier authored
- test more steps - fix erroneous assertion - use a local variable to detect that all handler were executed, rather than a class variable git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@787 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 03 Jul, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@772 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 29 Jun, 2009 3 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@715 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@714 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
- it does not register new primary nodes (this only needs to be implemented in the handler as primary node will always send all nodes it knows) - it sets app.trying_master_node to None when connection fails git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@709 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 16 Jun, 2009 2 commits
-
-
Grégory Wisniewski authored
improve readability of the test report. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@629 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
node types. Add getCellListForID() in which is computed the cell related to an OID or TID. Add _getPartitionTable() accessor in client application that check if the master connection is established or not, and reconnect to obtain the last partition table. Move the connecting_to_master_node lock in the accessors instead of connectToPrimaryMaster(). This latter method is also set as private. Note that the connection to primary master is not established at client startup but when trying to access to the partition table or the primary connection. Split tests for the partition table and update others tests altered with changes above. Fix a database name for mysqldb module, remove some unused import. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@627 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 15 Jun, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@619 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 12 Jun, 2009 2 commits
-
-
Grégory Wisniewski authored
connectToPrimary test for client application. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@612 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
modify environment for next tests. Remove used class skeleton for client application tests. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@605 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 11 Jun, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@603 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 09 Jun, 2009 1 commit
-
-
Aurel authored
it raises NotFound Error instead of failing git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@591 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 27 May, 2009 1 commit
-
-
Grégory Wisniewski authored
ThreadContext. Update tests. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@548 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 26 May, 2009 1 commit
-
-
Grégory Wisniewski authored
use it in some tests. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@544 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 22 May, 2009 4 commits
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@522 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
checkNoPacketSent that do the good job. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@517 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@516 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
notify/ask/answer. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@515 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 20 May, 2009 1 commit
-
-
Grégory Wisniewski authored
_askStorage and _askPrimary methods. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@488 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 19 May, 2009 3 commits
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@484 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@482 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@479 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 18 May, 2009 1 commit
-
-
Grégory Wisniewski authored
checks added for changes included with previous commit, but it might be better to split the test class too. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@477 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 11 May, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@443 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 05 May, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@418 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 29 Apr, 2009 3 commits
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@411 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@409 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@406 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 27 Apr, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@396 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 24 Apr, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@387 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 17 Apr, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@368 71dcc9de-d417-0410-9af5-da40c76e7ee4
-