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

When creating an initial version for a component we don't want to gather commits #452

Open
demeyerthom opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@demeyerthom
Copy link
Contributor

Currently when we create the initial component version gathering the commits that lead to this version runs from the start of the git history. This becomes very slow in large code bases.

A solution would be to not add commit history on initial commit, as this contains very little information that is actually relevant. Instead we should just create the version empty. Later versions should still fetch git history

@demeyerthom demeyerthom added the enhancement New feature or request label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant