Skip to content
Snippets Groups Projects
  1. Apr 01, 2020
  2. Mar 31, 2020
  3. Mar 11, 2020
  4. Mar 04, 2020
  5. Mar 02, 2020
  6. Feb 27, 2020
  7. Feb 24, 2020
    • vlorentz's avatar
      Add to_model() method to from_disk.{Content,Directory}, to convert to canonical model objects. · 6da524cb
      vlorentz authored
      They will be used by loaders, so they can deal only with
      model objects, instead of having to do the same conversion themselves.
      
      This removes the `data` and `save_path` arguments of `from_file` and
      `from_disk`, as data loading is always deferred from now on.
      To access it, users are now expected to either open the data files
      themselves, or us `.to_model().with_data()`.
      6da524cb
  8. Feb 14, 2020
  9. Feb 07, 2020
  10. Feb 05, 2020
  11. Jan 30, 2020
  12. Jan 17, 2020
  13. Nov 29, 2019
  14. Oct 30, 2019
  15. Oct 29, 2019
  16. Oct 23, 2019
  17. Oct 18, 2019
  18. Sep 15, 2019
  19. Sep 04, 2019
  20. Aug 23, 2019
  21. Aug 22, 2019
  22. Aug 21, 2019
  23. Aug 20, 2019
  24. Aug 19, 2019
  25. Aug 05, 2019
  26. Jul 18, 2019
    • vlorentz's avatar
      Add a 'metadata' field to releases. · a92af53b
      vlorentz authored
      Loaders use it, but it is ignored by the pg storage.
      However, as the Cassandra storage uses swh-model to validate
      its input, it refuses this input from the loaders (and journal).
      v0.0.39
      a92af53b
  27. May 10, 2019
  28. Apr 26, 2019
  29. Apr 16, 2019
  30. Apr 09, 2019
  31. Apr 08, 2019
Loading