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.
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.