Skip to content
Snippets Groups Projects
  1. Sep 24, 2020
  2. Sep 23, 2020
  3. Sep 18, 2020
  4. Sep 17, 2020
  5. Sep 16, 2020
  6. Sep 15, 2020
  7. Sep 14, 2020
  8. Sep 11, 2020
  9. Sep 10, 2020
  10. Sep 02, 2020
  11. Aug 25, 2020
  12. Aug 10, 2020
  13. Jul 30, 2020
  14. Jul 24, 2020
  15. Jul 09, 2020
  16. Jul 08, 2020
  17. Jun 01, 2020
  18. May 20, 2020
  19. May 19, 2020
  20. May 15, 2020
    • Antoine R. Dumont's avatar
      Migrate deposit SWHIDs (data) to the new specification · a631dabb
      Antoine R. Dumont authored
      Migrate both "recent" and "old" format deposits [1] to the new specification.
      
      That means the deposit swh_id* fields will be set to:
      - swh_id: directory SWHID (no context)
      - swh_id_context: directory SWHID (with context, origin, visit, anchor path)
      
      Optionally, those 2 fields will be kept (for now) and realigned where it was not
      set ("old" deposits) to:
      - swh_anchor_id: revision SWHID (no context)
      - swh_anchor_id_context: revision SWHID (context with only origin)
      
      It's expected some very "old" deposits won't be migrated as we cannot resolve
      those values. They will be rescheduled when it will be possible to do
      so (deploy [2]).
      
      [1] "recent" format means all swh_id fields are set:
      - swh_id: directory SWHID (no context)
      - swh_id_context: directory SWHID (context with only origin)
      - swh_anchor_id: revision SWHID (no context)
      - swh_anchor_id_context: revision SWHID (context with only origin)
      
      "old" format:
      - swh_id: revision SWHID (no context)
      - swh_id_context: not set
      - swh_anchor_id: not set
      - swh_anchor_id_context: not set
      
      [2] Related to D3141
      
      Related to T2398
      v0.0.87
      a631dabb
  21. May 14, 2020
Loading