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

Improve bit export performance by pushing new tags only #2304

Merged
merged 6 commits into from
Feb 6, 2020

Conversation

davidfirst
Copy link
Member

@davidfirst davidfirst commented Feb 5, 2020

Fixes part of #2300 .

Currently, bit export pushes all versions (tags) of a component, regardless of whether it has changed or not.
With this fix, it sends only the staged versions.
In case of a fork, or codemod, where all versions are changed, it sends them all.


This change is Reviewable

@AppVeyorBot
Copy link

Build bit 1.0.9048 completed (commit d0e366b16e by @davidfirst)

@davidfirst davidfirst merged commit 530d4da into master Feb 6, 2020
@davidfirst davidfirst deleted the improve-export-efficiency branch February 6, 2020 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants