Skip to content

Direct CAS-to-CAS import

Jim MacArthur requested to merge jmac/cas_to_cas_v2 into master

Description

Add direct CAS-to-CAS import in CasBasedDirectory.

Proposed changes

  • Rework of CasBasedDirectory.list_relative_paths so it gives results in the same order as the list_relative_paths in utils
  • Import files directly instead of using a filing system round trip
  • Unit test which compares the results with the file system round trip
  • Rework CasBasedDirectory.list_modified_paths so it gives results in the same order as a filtered list_relative_paths
  • Performance test

(Task or bug number that this MR solves preceded by #)

This merge request, when approved, will close: #574 (closed)


Edited by Jim MacArthur

Merge request reports