Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updater: implement git repository caching/persistence #219

Open
shini4i opened this issue Nov 21, 2023 · 0 comments
Open

updater: implement git repository caching/persistence #219

shini4i opened this issue Nov 21, 2023 · 0 comments
Labels
technical dept an issue a tech. dept. something we need to fix to improve the quality of our code
Milestone

Comments

@shini4i
Copy link
Owner

shini4i commented Nov 21, 2023

Currently, we are cloning the repository each time. With shallow cloning, it is not that big of a problem, but eventually, it will become a bottleneck.

Let's implement some repository caching. This will require more advanced git error handling.

@shini4i shini4i added the technical dept an issue a tech. dept. something we need to fix to improve the quality of our code label Nov 21, 2023
@shini4i shini4i added this to the v1.0.0 milestone Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical dept an issue a tech. dept. something we need to fix to improve the quality of our code
Projects
None yet
Development

No branches or pull requests

1 participant