Skip to content

Reuse imports from same repository #328

Open
@ArthurSens

Description

@ArthurSens

We're seeing that users using the Importer interface often import multiple paths from the same repository. The way the installer is built today, it will clone the repository for every single import.

We can optimize speed here if we allow setting multiple paths for the same import, that way we can clone a repository only once.

The task here is to change this field type to string[] instead of string, then update those 2 functions accordingly[1][2]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions