Skip to content

Git clone process performance enhancement #178

Description

@yanksyoon

Enhancement Proposal

Git clone processes in the dns record updates:

clones the whole repository with commit histories and tags. This can be optimised to clone only the necessary HEAD by passing git arguments such as --depth 1 --no-tags, ..etc.
Find out all the ways to minimize the cloning size (targeted cloning of the HEAD commit only) and optimise the git clone process.

Impact

Medium (The feature may be helpful in the future)

Impact Rationale

There are timeouts and reconciliation takes very long on large repositories due to this git clone process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions