-
Notifications
You must be signed in to change notification settings - Fork 360
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
Delta Lake Diff MVP: Update releaser and rename plugin artifact #5427
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
cff0a14
add makefile target to build delta diff plugin
Jonathan-Rosenberg f9310b4
Merge branch 'master' into feature/delta/releaser
Jonathan-Rosenberg 152322d
test goreleaser with rust
Jonathan-Rosenberg f5fcf71
remove cache step
Jonathan-Rosenberg 45a291f
add activate on push to this branch
Jonathan-Rosenberg 559f471
change working-directory
Jonathan-Rosenberg 9e94cac
remove working-directory
Jonathan-Rosenberg ebdd39c
remove target from args
Jonathan-Rosenberg dfc4057
add protoc for mac and name steps
Jonathan-Rosenberg 21bf5cd
add version to protoc action
Jonathan-Rosenberg 13ddb2b
switch from Arduino
Jonathan-Rosenberg b9b87c2
use correct version
Jonathan-Rosenberg fb1c441
change back to arduino
Jonathan-Rosenberg 8a21605
change version to 3.x
Jonathan-Rosenberg 4669966
add protoc to unix and windows
Jonathan-Rosenberg 5f05edc
change version to 3.x
Jonathan-Rosenberg 33156fd
change to release, upload artifact
Jonathan-Rosenberg 1557767
downloading artifacts
Jonathan-Rosenberg 14ab324
add needs to releaser
Jonathan-Rosenberg d3df5b8
add build
Jonathan-Rosenberg 5f8d29e
move --release to arguments
Jonathan-Rosenberg 26d94d2
fix artifact location
Jonathan-Rosenberg a2147ab
fix naming
Jonathan-Rosenberg 403c3b5
add cache
Jonathan-Rosenberg 23d1d63
add .exe suffix to windows build target
Jonathan-Rosenberg 748e980
add id to the download artifact step
Jonathan-Rosenberg 534f3e2
add registry and index to cache
Jonathan-Rosenberg a8ada9d
add renaming of artifacts
Jonathan-Rosenberg e03accb
move download-artifacts to the goreleaser job
Jonathan-Rosenberg cf00468
change cache support to use custom action
Jonathan-Rosenberg 6ef8008
run goreleaser without truly releasing
Jonathan-Rosenberg 6cb7b24
fix goreleaser
Jonathan-Rosenberg ee69414
change delta artifact location
Jonathan-Rosenberg 21797c4
fix releaser yaml
Jonathan-Rosenberg 0a38049
change releaser to be production ready
Jonathan-Rosenberg 22a73da
Merge branch 'master' into feature/delta/releaser
Jonathan-Rosenberg 11a131e
change from 3 jobs definitions to a single job definition with a more…
Jonathan-Rosenberg 8e6be7e
fix makefile
Jonathan-Rosenberg 181d56b
Merge branch 'master' into feature/delta/releaser
Jonathan-Rosenberg 39b9aa1
Delta Lake Diff: Change default plugin loading (#5495)
Jonathan-Rosenberg 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "delta_diff_server" | ||
name = "delta_diff" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
|
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.
Can we use variables from the matrix here, too? I worry that having configuration in two places makes it harder to understand.