Skip to content
Snippets Groups Projects
  1. May 24, 2018
  2. May 12, 2018
  3. May 11, 2018
  4. May 09, 2018
  5. May 07, 2018
  6. Apr 25, 2018
  7. Mar 12, 2018
  8. Feb 27, 2018
  9. Feb 20, 2018
    • Antoine Lambert's avatar
      storage: Add methods to compute directories/revisions diff · d8ad992d
      Antoine Lambert authored
      This commit adds the implementation of an efficient algorithm for comparing
      two directory trees in order to compute the list of introduced file changes
      in terms of addition / deletion / modification/ renaming.
      It can be found in the diff module located in the new namespace
      swh.storage.algos
      
      That algorithm is used to extend the storage API with the following methods:
      
        - diff_directories: compute diff between two arbitrary directories
        - diff_revisions: compute diff between two arbitrary revisions
        - diff_revision: compute diff between a revision and its first parent
      
      Related T921
      
      Closes D295
      v0.0.99
      d8ad992d
  10. Feb 19, 2018
    • Nicolas Dandrimont's avatar
      Add a new table for "bucketed" object counts · 6b80cff8
      Nicolas Dandrimont authored
      This table allows counting objects by bucket, keeping the transactions for
      counting objects short (a few dozen seconds at most).
      
      Also add a "single_update" boolean field to the main object_counts table to be
      able to discriminate tables that are counted via buckets and tables counted on
      one go.
      
      The main table is updated every 256 counted buckets to avoid too much churn on
      the table.
      
      Close T962.
      6b80cff8
  11. Feb 09, 2018
  12. Feb 08, 2018
  13. Feb 06, 2018
  14. Jan 31, 2018
  15. Jan 19, 2018
  16. Jan 16, 2018
  17. Jan 10, 2018
  18. Jan 09, 2018
  19. Jan 06, 2018
  20. Dec 21, 2017
  21. Dec 19, 2017
Loading