Skip to content
Snippets Groups Projects
  1. Sep 09, 2016
  2. Sep 07, 2016
  3. Sep 06, 2016
  4. Aug 26, 2016
  5. Aug 25, 2016
  6. Aug 24, 2016
  7. Aug 19, 2016
  8. Aug 18, 2016
  9. Aug 17, 2016
  10. Aug 16, 2016
  11. Aug 12, 2016
  12. Aug 10, 2016
    • Quentin Campos's avatar
      Add a new checker implementation · 9850ab41
      Quentin Campos authored
      Add an content integrity checker that update archive database : this implementation
      set the status of the archival database corresponding to the real state
      of the object. This way, next archival scheduling, the storage may be
      used as a destination for a file copy.
      9850ab41
    • Quentin Campos's avatar
      e8b541b6
    • Quentin Campos's avatar
      Make the content integrity checker more extendable · fd075db3
      Quentin Campos authored
      The integrity checker now depends on an abstract class that contains the
      base code that is necessary to perform the check on a storage.
      
      This abstract class can be inherited by concret classes that will define
      the checker behavior when a corrupted or missing content is find
      (Note that for now, the checker runs on a local storage so the list of
      content to check is made from walking the filesystem. So a missing
      content shouldn't happend. But another version could get this list from
      another source that is not the filesystem).
      fd075db3
  13. Aug 04, 2016
  14. Jul 28, 2016
Loading