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

feat(formulas): git.latest parallelization #445

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

sticky-note
Copy link
Member

A little tweak of my last PR #418 to get job done in parrallel.
Improve speed!

@myii myii requested a review from aboe76 December 18, 2019 08:32
@aboe76 aboe76 merged commit 11eeb7c into saltstack-formulas:master Dec 19, 2019
@aboe76
Copy link
Member

aboe76 commented Dec 19, 2019

@myii nice work

@myii
Copy link
Member

myii commented Dec 19, 2019

@aboe76 Actually, it was @sticky-note!

@saltstack-formulas-travis

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@myii
Copy link
Member

myii commented Mar 19, 2020

@sticky-note The use of pkg.version_cmp has caused a regression, such as on MacOS and Windows, see #459 (comment).

A fix has been proposed at #460.

@daks
Copy link
Member

daks commented Mar 23, 2020

I'm curious, where does this parallel keyword come from, is it documented somewhere and what does it do?

@myii
Copy link
Member

myii commented Mar 23, 2020

I'm curious, where does this parallel keyword come from, is it documented somewhere and what does it do?

@daks See https://docs.saltstack.com/en/latest/ref/states/parallel.html. In this case, it will pull multiple repos at the same time.

@daks
Copy link
Member

daks commented Mar 24, 2020

good to discover it, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants