An error occurred fetching the project authors.
  1. 30 Mar, 2010 1 commit
  2. 26 Mar, 2010 1 commit
  3. 23 Feb, 2010 2 commits
  4. 02 Feb, 2010 1 commit
    • Grégory Wisniewski's avatar
      Add 'VerificationManager' for master's application. · a7630a68
      Grégory Wisniewski authored
      - Replace verification handler (statefull handler)
      - Include 'verifyData', 'verifyTransation' and verification related attributes.
      - Define 'runManager()' method for future purpose (with other managers).
      - Include all 'VerificationFailure' exception related handling.
      - Remove support of 'VERIFYING' cluster in 'changeClusterState' as the manager takes precedence.
      - Move VerificationException in verification module.
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@1590 71dcc9de-d417-0410-9af5-da40c76e7ee4
      a7630a68
  5. 01 Feb, 2010 2 commits
  6. 22 Jan, 2010 3 commits
  7. 20 Jan, 2010 2 commits
  8. 13 Jan, 2010 2 commits
  9. 19 Oct, 2009 1 commit
  10. 07 Oct, 2009 1 commit
  11. 05 Oct, 2009 1 commit
  12. 01 Oct, 2009 7 commits
  13. 30 Sep, 2009 3 commits
  14. 29 Sep, 2009 1 commit
  15. 23 Sep, 2009 1 commit
  16. 17 Sep, 2009 1 commit
  17. 29 Jul, 2009 1 commit
  18. 28 Jul, 2009 1 commit
  19. 23 Jul, 2009 3 commits
  20. 17 Jul, 2009 1 commit
  21. 08 Jul, 2009 1 commit
  22. 24 Jun, 2009 1 commit
  23. 22 Jun, 2009 1 commit
  24. 16 Jun, 2009 1 commit
    • Grégory Wisniewski's avatar
      Split partition table class in two. One for the admin node, another for other · a340846d
      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
      a340846d