Skip to content
Snippets Groups Projects
  1. Jan 06, 2023
  2. Aug 12, 2021
  3. Aug 05, 2021
  4. Jul 20, 2021
  5. Jul 07, 2021
  6. Jun 25, 2021
  7. Jun 16, 2021
  8. Jun 10, 2021
  9. Jun 09, 2021
  10. May 27, 2021
  11. Apr 26, 2021
    • Antoine Lambert's avatar
      tox: Add sphinx environments to check sane doc build · 0e4bb4bb
      Antoine Lambert authored
      Enable to check package documentation can be built without producing
      sphinx warnings.
      
      The sphinx environment is designed to be used in continuous integration
      in order to prevent breaking documentation build when committing changes.
      
      The sphinx-dev environment is designed to be used inside a full swh
      development environment.
      
      Related to T3258
      0e4bb4bb
  12. Apr 16, 2021
  13. Apr 13, 2021
  14. Apr 08, 2021
  15. Apr 06, 2021
  16. Apr 02, 2021
  17. Apr 01, 2021
  18. Mar 30, 2021
  19. Mar 29, 2021
    • vlorentz's avatar
      package.loader: Write to the ExtID storage · e48ced02
      vlorentz authored
      This allows future runs of a loader to know a package was already
      loaded, without querying each of the revisions individually and
      parsing their metadata.
      
      Eventually, this will allow us to get rid of the 'metadata' column
      on the 'revision' table entirely.
      e48ced02
  20. Mar 26, 2021
    • vlorentz's avatar
      package.loader: Lookup packages from the ExtID storage · a32f6871
      vlorentz authored
      To check which packages are already downloaded.
      
      For now, this lookup is done in addition to checking the artifacts
      from the last snapshot's revisions' metadata, because we did not start
      writing ExtIDs yet.
      But the ExtID lookup will eventually replace the artifact-based lookup.
      
      This will finally allow us to drop the 'metadata' field of Revision
      objects.
      a32f6871
    • vlorentz's avatar
      test_resolve_revision_from_artifacts: Use the right type for PartialExtID. · e590b425
      vlorentz authored
      We used a string instead of a tuple. It doesn't matter much because they
      are only compared with each other, but let's not intentionally use
      the wrong types when we don't need to.
      e590b425
  21. Mar 25, 2021
  22. Mar 23, 2021
Loading