Skip to content

List manifests in the order given by the user#2729

Merged
dgageot merged 2 commits intoGoogleContainerTools:masterfrom
dgageot:fix-2645
Aug 28, 2019
Merged

List manifests in the order given by the user#2729
dgageot merged 2 commits intoGoogleContainerTools:masterfrom
dgageot:fix-2645

Conversation

@dgageot
Copy link
Copy Markdown
Contributor

@dgageot dgageot commented Aug 27, 2019

Fix #2645

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

@dgageot dgageot force-pushed the fix-2645 branch 2 times, most recently from dfb539a to 9b8f6eb Compare August 28, 2019 15:06
@codecov
Copy link
Copy Markdown

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%) ⬇️

}

// fileList holds a list of files, with no duplicate.
type fileList struct {
Copy link
Copy Markdown
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
Copy Markdown
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