-
Notifications
You must be signed in to change notification settings - Fork 141
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
Move transform version numbers out of .make.versions to transform-specific file #657
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
85804ec
push noop version numbers down into noop/transform.config
daw3rd 9ef4266
Merge branch 'dev' into version-mgt
daw3rd 1122824
Merge branch 'dev' into version-mgt
daw3rd 8ad1954
move USE_REPO_LIB_SRC into Makefiles
daw3rd 035fe26
remove USE_REPO_LIB_SRC from transform.config
daw3rd 1c99306
move transform version numbers out of .make.versions for all transforms
daw3rd 7636304
fix Makefile typo on Include and add config for repo_level_ordering a…
daw3rd ebf7f87
fix version numbers for repo_level_ordering and fdedup
daw3rd 1cfc84b
remove commented out versions from .make.versions
daw3rd dcec4d3
Merge branch 'dev' into version-mgt
daw3rd 1b5c7a2
Enable sudo in header_cleanser Dockerfile
daw3rd 55a3d0b
Merge branch 'dev' into version-mgt
daw3rd f4abcdc
fix html2parquet/ray/Makefile set-versions
daw3rd f99615d
remove redundant requirements from html2parquet/ray requirements
daw3rd 6fe6fb7
disable header_cleanser kfp test
daw3rd 5f81d26
correct header_cleanser Makefile renames
daw3rd 4dcf82f
fix .defaults.copy-lib to also copy requirements.txt'
daw3rd 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# | ||
# This is intended to be included across the Makefiles provided within | ||
# a given transform's directory tree, so must use compatible syntax. | ||
# | ||
################################################################################ | ||
# This defines the name of the transform and is used to match against | ||
# expected files and is used to define the transform's image name. | ||
TRANSFORM_NAME=code2parquet | ||
|
||
################################################################################ | ||
# This defines the transforms' version number as would be used | ||
# when publishing the wheel. In general, only the micro version | ||
# number should be advanced relative to the DPK_VERSION. | ||
# | ||
# If you change the versions numbers, be sure to run "make set-versions" to | ||
# update version numbers across the transform (e.g., pyproject.toml). | ||
CODE2PARQUET_PYTHON_VERSION=$(DPK_VERSION) | ||
CODE2PARQUET_RAY_VERSION=$(CODE2PARQUET_PYTHON_VERSION) | ||
CODE2PARQUET_SPARK_VERSION=$(CODE2PARQUET_PYTHON_VERSION) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# | ||
# This is intended to be included across the Makefiles provided within | ||
# a given transform's directory tree, so must use compatible syntax. | ||
# | ||
################################################################################ | ||
# This defines the name of the transform and is used to match against | ||
# expected files and is used to define the transform's image name. | ||
TRANSFORM_NAME=code_quality | ||
|
||
################################################################################ | ||
# This defines the transforms' version number as would be used | ||
# when publishing the wheel. In general, only the micro version | ||
# number should be advanced relative to the DPK_VERSION. | ||
# | ||
# If you change the versions numbers, be sure to run "make set-versions" to | ||
# update version numbers across the transform (e.g., pyproject.toml). | ||
CODE_QUALITY_PYTHON_VERSION=$(DPK_VERSION) | ||
CODE_QUALITY_RAY_VERSION=$(CODE_QUALITY_PYTHON_VERSION) | ||
CODE_QUALITY_SPARK_VERSION=$(CODE_QUALITY_PYTHON_VERSION) | ||
|
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.
@daw3rd How are we getting DPK_VERSION if we are not including .make.versions ?
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.
The transformer Makefiles include
$(REPOROOT)/transforms/.make.transforms
it includes$(REPOROOT)/.make.defaults
and the last one includes$(REPOROOT)/.make.versions