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

List manifests in the order given by the user #2729

Merged
merged 2 commits into from
Aug 28, 2019

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Aug 27, 2019

Fix #2645

Signed-off-by: David Gageot david@gageot.net

@codecov
Copy link

codecov bot commented Aug 28, 2019

Codecov Report

Merging #2729 into master will decrease coverage by 0.45%.
The diff coverage is 85%.

Impacted Files Coverage Δ
pkg/skaffold/util/util.go 85.91% <85%> (-0.56%) ⬇️
pkg/skaffold/runner/timings.go 14% <0%> (-78.16%) ⬇️
pkg/skaffold/schema/defaults/defaults.go 90.54% <0%> (-0.31%) ⬇️

@@ -84,22 +84,45 @@ func StrSliceInsert(sl []string, index int, insert []string) []string {
return newSlice
}

// fileList holds a list of files, with no duplicate.
type fileList struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this would be a set then, not a list :)

@dgageot
Copy link
Contributor Author

dgageot commented Aug 28, 2019

@nkubala should be good now

Fix GoogleContainerTools#2645

Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot merged commit 315b870 into GoogleContainerTools:master Aug 28, 2019
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.

Manifests apply order
3 participants