• Qingyu Zhao's avatar
    Introduce ndjson reader for project import · 2b53d520
    Qingyu Zhao authored
    - two relation readers co-exist: ndjson reader and legacy reader
    - adds ndjson fixtures for project import spec
    - ndjson reader is guarded by feature flag `project_import_ndjson`
       - by default, the ndjson reader is disabled
    - when ndjson reader enabled(by `project_import_ndjson`):
       - it checks export archive format to choose the right relation reader
       - it prefers ndjson reader over legacy reader if the ndjson tree exists
    2b53d520
common_util.rb 3.98 KB