-
Notifications
You must be signed in to change notification settings - Fork 207
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
Refactoring and cleanup in preparation for changing namespaces #2139
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
f750ab2
Delegate IsPreview() to wrapped local reference
theunrepentantgeek 13a9dda
Include version prefix explicitly in LocalPackageReference
theunrepentantgeek 076c9e9
Explicitly pass version reference to constructor of LocalPackageRefer…
theunrepentantgeek 163ebe2
Tolerate prefix already being present in tests
theunrepentantgeek eb23dab
Create WithPackageReference() method on TypeName
theunrepentantgeek 07bdaf6
Fail fast if a stage purges all type definitions by error
theunrepentantgeek 2b3ce0c
Use test.MakeLocalPackageReference() more consistently
theunrepentantgeek 8528921
Update golden files in functions package
theunrepentantgeek 3c11058
Update golden files in testcases project
theunrepentantgeek d4b56f1
Fix test root identification
theunrepentantgeek 78da3d7
Fix package reference used for customization types
theunrepentantgeek 2879835
Remove dependency of CreateStorageTypes on the conversion graph
theunrepentantgeek 133841c
Include reason in TypeMatcher errors
theunrepentantgeek 6684087
Code gardening TypeTransformer
theunrepentantgeek 0eb3c5f
Remove prefix from TypeTransforms configuration
theunrepentantgeek cdc06cd
Change return type of StoragePackageReference.Local()
theunrepentantgeek 55b803e
Change Add() to varidic for convenience
theunrepentantgeek 12c6b2d
Change ConversionGraph to build from existing references only
theunrepentantgeek d592687
Update pipeline and tests for revised dependencies
theunrepentantgeek 813312d
Move requisite checks into pipeline.State and pipeline.Stage
theunrepentantgeek 8cfd55b
Add Copy() to StringSet
theunrepentantgeek a5c0430
Update tests to use RunTestPipeline()
theunrepentantgeek bda9611
Suppress JSON tests on types with no properties
theunrepentantgeek 721906d
Update stage_test.go
theunrepentantgeek c56b302
Add context to panic while generating functions
theunrepentantgeek a213644
Add AsSlice() to TypeDefinitionSet
theunrepentantgeek aaae496
Move pipeline verification into stages
theunrepentantgeek 58dedbf
Allow golden tests to handle multiple files for export
theunrepentantgeek 0d7cad0
Update documentation of pipeline stages
theunrepentantgeek 7e2b2c1
Update golden files
theunrepentantgeek 8243138
Update documentation
theunrepentantgeek cdb6196
Centralize function generation through method that annotates panics
theunrepentantgeek 8b84771
Fix incorrect namespace `vcustomizations`
theunrepentantgeek 2f1f1ee
Improve doc comment
theunrepentantgeek a0bea96
Restore functions into golden files
theunrepentantgeek 56f8147
Panic if things go very strange
theunrepentantgeek 767df26
Fix error message
theunrepentantgeek 9c03f08
Update golden tests
theunrepentantgeek c376299
Fix lint issues
theunrepentantgeek f636543
Update Crossplane configuration
theunrepentantgeek 6d5dfec
Go fmt
theunrepentantgeek 4ba23c1
Add comment about post-requisites
theunrepentantgeek 994b8c6
Address PR feedback
theunrepentantgeek d8c8b0e
Fix stupid copy-paste error
theunrepentantgeek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: Can this just be
2019-04-01
? Does it need the quotes?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs the quotes, else it seems to get interpreted as a date.