Skip to content
Snippets Groups Projects
  1. Feb 05, 2019
  2. Dec 10, 2018
    • Eric Cano's avatar
      Implemented promotion of repack requests from Pending to ToExpand · 074bd3d5
      Eric Cano authored
      This promotion is controlled so that only a limited number a requests
      are in the
      state ToExpand or Starting at any point in time. This ensures both the
      availabality
      of repack file requests to system while preventing an explosion of file
      level requests.
      
      Created a one-round popping from the container (algorithms) with status
      switching.
        - Used for repack requests switching from pendig to to expand
      
      Added ElementStatus to algorithms.
      
      Implemented promotion interface in Scheduler and OstoreDb. The actual
      decision is taken at
      the Scheduler level. The function itself is called by the
      RepackRequestManager.
      
      Promotion is tested in a unit test.
      
      Various code maintenance:
      Switched to "using"-based constructor inheritance.
      Fixed privacy of function in cta::range.
      074bd3d5
  3. May 26, 2015
  4. May 20, 2015
  5. May 19, 2015
  6. May 13, 2015
    • Eric Cano's avatar
      Reorganized the files in themes. · 9b5d1ed6
      Eric Cano authored
      middletier, itself separated in interface, SQLite, objectstore and
      shared tests.
      Moved all utilities (exceptions, threading...) to a shared utility
      directory.
      Created a single, shared unit test from all the scattered ones.
      9b5d1ed6
  7. May 08, 2015
  8. May 07, 2015
  9. Apr 08, 2015
  10. Feb 19, 2015
  11. Feb 17, 2015
  12. Feb 13, 2015
  13. Jan 28, 2015
  14. Jan 27, 2015
Loading