1. 13 Jan, 2015 1 commit
  2. 09 Dec, 2014 1 commit
  3. 05 Dec, 2014 6 commits
  4. 07 Nov, 2014 5 commits
  5. 27 Oct, 2014 1 commit
  6. 30 Jul, 2014 5 commits
  7. 25 Jul, 2014 2 commits
  8. 24 Jul, 2014 4 commits
  9. 22 Jul, 2014 1 commit
  10. 08 Jul, 2014 4 commits
  11. 04 Jul, 2014 5 commits
  12. 26 Jun, 2014 1 commit
  13. 24 Jun, 2014 2 commits
  14. 20 Jun, 2014 2 commits
    • Julien Muchembled's avatar
      client: clean up import/export code · d562bf8f
      Julien Muchembled authored
      Export:
      - Remove leftover warning about a bug that was fixed in
        commit e76af297
      - In neomigrate script, open NEO storage read-only.
      - IStorageIteration is already implemented.
      
      Import:
      - Review comments.
      - In neomigrate script, warn that IStorageRestoreable is not implemented.
      - Do not call 'close' method on source iterator. BaseStorage does not do it and
        this is not part of ZODB API. In the case of FileStorage, resource are freed
        automatically during garbage collection.
      d562bf8f
    • Julien Muchembled's avatar
      Use several partitions in functional client tests · fcff26db
      Julien Muchembled authored
      This is more realistic than testing with a single partition, in particular when
      there are more storage nodes that copies.
      fcff26db