1. 19 May, 2017 1 commit
    • Romain Courteaud's avatar
      Drop bulk prototype. · 3e6379c8
      Romain Courteaud authored
      Bulk was implemented to see if it improves ERP5 replication.
      Using parallel replication functionality is much more efficient from server and client point of view.
      
      It does not generate huge transaction on server side.
      Client does not wait for all documents before writing them locally.
      3e6379c8
  2. 11 May, 2017 3 commits
  3. 03 Apr, 2017 1 commit
  4. 29 Mar, 2017 1 commit
  5. 23 Mar, 2017 7 commits
  6. 17 Mar, 2017 2 commits
  7. 10 Mar, 2017 2 commits
  8. 12 Feb, 2017 2 commits
  9. 27 Jan, 2017 1 commit
    • Romain Courteaud's avatar
      ReplicateStorage: add attachment support · d83a1306
      Romain Courteaud authored
      Attachments are synchronized only of explicitely activated from the jIO configuration.
      Replication deletes a document only if it doesn't contain any attachment.
      
      Thanks to Cedric Leninivin for his work on this topic.
      
      /reviewed-on nexedi/jio!42
      d83a1306
  10. 18 Jan, 2017 3 commits
  11. 12 Jan, 2017 2 commits
  12. 04 Jan, 2017 1 commit
  13. 15 Nov, 2016 1 commit
  14. 10 Nov, 2016 1 commit
  15. 28 Oct, 2016 1 commit
  16. 19 Oct, 2016 1 commit
  17. 16 Sep, 2016 1 commit
  18. 14 Sep, 2016 1 commit
  19. 29 Jul, 2016 1 commit
  20. 26 Jul, 2016 1 commit
  21. 25 Jul, 2016 1 commit
  22. 21 Jul, 2016 2 commits
  23. 27 Jun, 2016 1 commit
    • Douglas's avatar
      jiodate: fixes tests in older firefox versions · fcb5c804
      Douglas authored
      Tests were failing because some Firefox versions cannot
      parse a specific date-string. So the Date constructor
      that receives only integers was used. But there is one
      details: this contructor uses months from 0 to 11, so if,
      for example, we want to have a date in January, we send 0
      as month and not 1.
      fcb5c804
  24. 23 Jun, 2016 2 commits
    • Romain Courteaud's avatar
      Release version 3.11.0 · a0b1624f
      Romain Courteaud authored
      Fix ERP5Storage to reduce conflicts during synchronisation.
      ERP5Storage.get return a new parent_relative_url property which will lead to changes from ReplicateStorage point of view.
      
      Fix QueryStorage/MemoryStorage bugs.
      a0b1624f
    • Romain Courteaud's avatar
      Drop unused files · 1677141b
      Romain Courteaud authored
      1677141b