An error occurred fetching the project authors.
- 25 May, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@525 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 22 May, 2009 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@512 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 21 May, 2009 4 commits
-
-
Grégory Wisniewski authored
- Some private methods of Connection prefixed with '_' - Thus those methods are no more overriden in MT* classes - Add description of notify/ask/answer methods and lockCheckWrapper - Remove a forgotten addPacket from storage handler and another from master service handler that requires to add an optional msg_id parameter to notify - Update tests git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@509 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
exception for all others errors. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@508 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
tests according to this changes and fix some others affected with previous commits. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@506 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
UnexpectedPacketError exception or decorators previously commited. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@504 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 20 May, 2009 2 commits
-
-
Grégory Wisniewski authored
Fix a bug where an empty packet could be sent. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@496 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@495 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 19 May, 2009 2 commits
-
-
Grégory Wisniewski authored
through notify(), ask() and answer() methods instead of addPacket directly. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@483 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
but module methods that return Packet instances. Next operation is to set msg_id related to connection only. Updated tests follow in next commit. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@481 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 14 May, 2009 1 commit
-
-
Aurel authored
assigned to, tell it that it is in error git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@470 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 06 May, 2009 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@434 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 05 May, 2009 2 commits
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@421 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
A field is added to the acceptNodeidentification packet to send an UUID to node that is connecting. UUID generator is put in the master app.py and called from election.py, recovery.py and verification.py. Storage node start with an INVALID_UUID or the previous if exists. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@416 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 17 Apr, 2009 1 commit
-
-
Vincent Pelletier authored
Instead of instantiating Packet once and mutating/sending it multiple time, instanciate it once per send. This makes the code easier to test, and is already what is done in other places. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@367 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 01 Apr, 2009 1 commit
-
-
Vincent Pelletier authored
Replace isinstance(node, ...Node) by node.getNodeType() == ..._NODE_TYPE (and similar). This makes things easier to unit test. Add missing imports. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@303 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 03 Mar, 2009 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@245 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 02 Mar, 2009 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@244 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Aurel authored
when aborting a transaction, delete it from transaction dict git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@243 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 12 Jan, 2009 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@239 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 14 Feb, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@211 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 09 Feb, 2007 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@185 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@181 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 07 Feb, 2007 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@167 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Yoshinori Okuji authored
Add dropUnfinishedData into the database API so tht out-of-dated cells can drop invalid data. Fix some bugs related to additional storage nodes. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@164 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 05 Feb, 2007 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@153 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@148 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 03 Feb, 2007 1 commit
-
-
Yoshinori Okuji authored
Fix the store method. Reduce the timeout of poll more. Add more debug messages. Fix some bugs in TID generation. Increase timeout for Lock Information. Choose a storage node randomly in _load. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@147 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 02 Feb, 2007 2 commits
-
-
Yoshinori Okuji authored
Make client node to wait for a partition table to be operational, to fail in making a connection when a node does not have a server address. Patch NEOStorage for returning a bogus value for __len__. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@144 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@142 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 01 Feb, 2007 5 commits
-
-
Yoshinori Okuji authored
Accept Notify Node Information from ClientConnection as well, because it might be to a primary master node. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@135 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@124 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@123 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@112 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@108 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 31 Jan, 2007 3 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@90 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@81 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@79 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 30 Jan, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@74 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 18 Jan, 2007 1 commit
-
-
Yoshinori Okuji authored
Make DatabaseManager abstract. Move away MySQL-specific stuff to MySQLDatabaseManager. Fix some bugs in the protocol. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@47 71dcc9de-d417-0410-9af5-da40c76e7ee4
-