Skip to content
Snippets Groups Projects
  1. Sep 16, 2021
  2. Sep 15, 2021
  3. Sep 14, 2021
  4. Sep 10, 2021
  5. Sep 09, 2021
  6. Sep 08, 2021
  7. Sep 06, 2021
  8. Sep 03, 2021
  9. Aug 31, 2021
  10. Aug 30, 2021
  11. Aug 27, 2021
    • vlorentz's avatar
      Add counting storage proxy · 47a6919f
      vlorentz authored
      It will be used in the Cassandra experiment.
      
      Currently we use the built-in counters of the Cassandra backend; but in
      addition to being inaccurate, they seem to be a bottleneck.
      
      This proxy will be a lightweight solution for counting object insertion,
      without needing to run Kafka on the test cluster.
      47a6919f
  12. Aug 24, 2021
  13. Aug 20, 2021
  14. Aug 06, 2021
  15. Jul 28, 2021
  16. Jul 27, 2021
  17. Jul 23, 2021
    • Nicolas Dandrimont's avatar
      Implement storage of the ExtID.extid_version field · 7a380458
      Nicolas Dandrimont authored
      This fields allows having multiple version of the ExtID -> SWHID
      mapping, for instance when the implementation of a loader changes in a
      backwards-incompatible way.
      
      For now, we don't change the API used to query or store ExtIDs. When
      querying for the SWHIDs corresponding to a given external objects, all
      versions are returned, and the client is expected to do the filtering.
      7a380458
  18. Jul 07, 2021
Loading