Skip to content
Snippets Groups Projects
  1. Oct 31, 2022
  2. Oct 19, 2022
  3. Oct 18, 2022
  4. Oct 17, 2022
    • Antoine Lambert's avatar
      replay: Use swh.model.from_disk.Directory.collect · aaa82617
      Antoine Lambert authored
      Instead of maintaining a set of modified paths for each replayed revision,
      use the swh.model.from_disk.Directory.collect method which performs the same
      task by returning added or modified contents and directories since the last
      collect operation.
      aaa82617
  5. Oct 01, 2022
  6. Sep 30, 2022
    • Antoine Lambert's avatar
      svn: Add support to basic subversion authentication in SvnRepo · 8e735c95
      Antoine Lambert authored
      Some subversion servers in the wild disabled anonymous access and require
      to authenticate using a read only user account, typically with credentials
      anonymous/anonymous.
      
      So add support for basic authentication in the subversion loader, credentials
      must be provided in the repository URL as with basic HTTP authentication.
      v1.3.5
      8e735c95
  7. Sep 15, 2022
  8. Jun 17, 2022
    • Antoine Lambert's avatar
      utils: Ensure to return correct revision in parse_external_definition · 651e2964
      Antoine Lambert authored
      An external definition can be of the following form (where XXX and YYY
      are revision numbers):
      
      	-r XXX <repo_url>@YYY
      
      In that case, the official subversion client will export the revision
      XXX of the external repository.
      
      So ensure to have the same behavior when the subversion loader processes
      a repository with such external defintion in it.
      v1.3.4
      651e2964
  9. Jun 01, 2022
  10. May 20, 2022
  11. May 09, 2022
  12. May 05, 2022
  13. May 03, 2022
  14. Apr 29, 2022
  15. Apr 27, 2022
  16. Apr 26, 2022
    • Antoine Lambert's avatar
      tasks: Fix and simplify implementation · b4bca94f
      Antoine Lambert authored
      Recent changes in swh-scheduler add new parameters to the celery tasks
      produced from swh.scheduler.model.ListedOrigin instances.
      
      Those new parameters were not properly handled in the celery tasks
      implementation for svn loading but also in some svn loader ones.
      
      So ensure to handle any new parameters by not hardcoding the expected
      ones in task signatures but also allowing any extra keyword parameters
      in loader constructors.
      
      Also remove explicit setting of visit_date if none has been provided
      as task parameter as it is already handled in loader constructor.
      
      Related to T4187
      b4bca94f
Loading