Skip to content
Snippets Groups Projects
  1. Nov 03, 2020
  2. Oct 29, 2020
    • Vincent Sellier's avatar
      Simplify the scheduler's database initialization · 2a5d9a27
      Vincent Sellier authored
      Use the new "init-admin" command to initialize the database and fallback to the standard postgresql initialization.
      The database creation is delegated to the postgresql entrypoint, the extensions and the tables are configured respectively by the init-admin and init commands.
      
      Related to T2736
      Verified
      2a5d9a27
  3. Oct 16, 2020
  4. Oct 15, 2020
  5. Oct 11, 2020
    • Antoine R. Dumont's avatar
      deposit/conf: Add back the storage key config · 7f2c74de
      Antoine R. Dumont authored
      The (django) migration steps are happening during the docker `up` phase.
      Deposit wise, one migration script (`deposit.0018_migrate_swhids`) is requiring
      a storage. As this key got removed, this makes that migration step fail.
      
      This commit adds back that storage key.
      Verified
      7f2c74de
  6. Oct 09, 2020
  7. Oct 08, 2020
  8. Oct 06, 2020
  9. Oct 01, 2020
  10. Sep 30, 2020
  11. Sep 25, 2020
  12. Sep 24, 2020
  13. Sep 23, 2020
  14. Sep 18, 2020
    • Antoine R. Dumont's avatar
      loaders: Move the proxy storage filter after the buffer proxy · 5870fc16
      Antoine R. Dumont authored
      in their pipeline configuration
      
      context: D3976 for some DVCS loaders now send one object at a time to the
      storage.
      
      So this will allow batching calls to the *_missing endpoints (for dvcs loaders
      e.g. git loader).
      
      This slighly impacts the package loaders but this should tend towards null.
      
      Prior to this we filtered unknown objects and kept a buffer of those unknown
      objects to flush to the storage given a threshold hit.
      
      Now, we will buffer all objects and then filter on said buffer of objects. So
      we may increase calls to the *_missing endpoints.
      
      Related to D3976
      Related to T2373
      Verified
      5870fc16
  15. Sep 16, 2020
  16. Sep 02, 2020
  17. Aug 26, 2020
  18. Aug 25, 2020
  19. Jun 09, 2020
  20. May 16, 2020
  21. May 04, 2020
    • vlorentz's avatar
      Copy /src/ to a temporary directory before building. · e243aaf7
      vlorentz authored
      For some reason, pip used to work without write access to the source
      directory, but doesn't anymore; so from now on we'll copy the source
      somewhere writeable.
      
      This solves the permission issues we had with private directories
      not being available in docker; so swhclean is no longer needed.
      e243aaf7
  22. Apr 30, 2020
  23. Apr 29, 2020
  24. Apr 23, 2020
Loading