-
-
Notifications
You must be signed in to change notification settings - Fork 7
feat: patchable init mirroring #1070
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
27c46b2
feat: support forking when initializing
dervoeti b863cb8
fix: don't use fetchhead / update libgit / migrate patchable.toml files
dervoeti 9c85873
chore: replace "forking" with "mirroring"
dervoeti cf27542
feat: keep original upstream / anonymous remote
dervoeti 3034966
refactor: move progress tracking setup into utils function
dervoeti 42e9cb4
feat: always use tags in our mirror repos
dervoeti 3a64496
Update rust/patchable/src/main.rs
dervoeti 1d444db
Update rust/patchable/src/main.rs
dervoeti 06ca421
Update rust/patchable/src/main.rs
dervoeti 5aa1769
Update rust/patchable/src/main.rs
dervoeti 37b4bf2
Update rust/patchable/src/main.rs
dervoeti 0db5985
Update rust/patchable/src/main.rs
dervoeti fbf681f
fix: span behaviour / mirror flag
dervoeti 694e5c7
feat: separate product level configuration
dervoeti 43f33c1
refactor: separate product and version config
dervoeti 2adc5e1
fix: adjust README
dervoeti 27a9096
chore: formatting / unnecessary clone
dervoeti 081eec1
fix: tracing
dervoeti ea3fb74
fix: readme adjustment
dervoeti 51b26ed
Make mirroring optional again
nightkr dd32e8a
feat: ssh support
dervoeti 9923c9d
feat: remove url crate
dervoeti b101cd4
docs: update README
dervoeti b30dfe6
Update rust/patchable/src/main.rs
dervoeti 098a440
Merge branch 'main' of https://github.com/stackabletech/docker-images…
dervoeti 84c6ce6
feat: product-level configs for patchable
dervoeti 9604e63
docs: fixed README.md for markdownlint
dervoeti 155a162
chore: removed upstream from version configs / added missing product-…
dervoeti 02a06a2
Merge branch 'main' of https://github.com/stackabletech/docker-images…
dervoeti 6148608
fix: copy complete patches directories to include patchable product c…
dervoeti 7e25a6d
Revert "fix: copy complete patches directories to include patchable p…
dervoeti 11d1971
fix: copy patchable product config as well
dervoeti 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/druid.git" | ||
upstream = "https://github.com/stackabletech/druid.git" | ||
base = "09d36ee324747f1407705c27618b6d415c3fa8a9" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/druid.git" | ||
upstream = "https://github.com/stackabletech/druid.git" | ||
base = "a30af7a91d528e5c3a90356a5592abc7119191c6" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/druid.git" | ||
upstream = "https://github.com/stackabletech/druid.git" | ||
base = "520482cb9638e452b0553595b4f29bb397a63758" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hadoop.git" | ||
upstream = "https://github.com/stackabletech/hadoop.git" | ||
base = "a585a73c3e02ac62350c136643a5e7f6095a3dbb" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hadoop.git" | ||
upstream = "https://github.com/stackabletech/hadoop.git" | ||
base = "1be78238728da9266a4f88195058f08fd012bf9c" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hadoop.git" | ||
upstream = "https://github.com/stackabletech/hadoop.git" | ||
base = "bd8b77f398f626bb7791783192ee7a5dfaeec760" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hadoop.git" | ||
upstream = "https://github.com/stackabletech/hadoop.git" | ||
base = "4d7825309348956336b8f06a08322b78422849b1" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hbase.git" | ||
upstream = "https://github.com/stackabletech/hbase.git" | ||
base = "a1767f4d76859c0068720a6c1e5cb78282ebfe1e" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hbase.git" | ||
upstream = "https://github.com/stackabletech/hbase.git" | ||
base = "de99f8754135ea69adc39da48d2bc2b2710a5366" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hbase.git" | ||
upstream = "https://github.com/stackabletech/hbase.git" | ||
base = "7ed50b4dd742269a78875fb32112215f831284ff" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hive.git" | ||
upstream = "https://github.com/stackabletech/hive.git" | ||
base = "4df4d75bf1e16fe0af75aad0b4179c34c07fc975" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hive.git" | ||
upstream = "https://github.com/stackabletech/hive.git" | ||
base = "183f8cb41d3dbed961ffd27999876468ff06690c" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/hive.git" | ||
upstream = "https://github.com/stackabletech/hive.git" | ||
base = "3af4517eb8cfd9407ad34ed78a0b48b57dfaa264" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/kafka.git" | ||
upstream = "https://github.com/stackabletech/kafka.git" | ||
base = "e2494e6ffb89f8288ed2aeb9b5596c755210bffd" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/kafka.git" | ||
upstream = "https://github.com/stackabletech/kafka.git" | ||
base = "79a8f2b5f44f9d5a6867190d1dfc463d08d60b82" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/kafka.git" | ||
upstream = "https://github.com/stackabletech/kafka.git" | ||
base = "771b9576b00ecf5b64ab6e8bedf04156fbdb5cd6" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/kafka.git" | ||
upstream = "https://github.com/stackabletech/kafka.git" | ||
base = "84caaa6e9da06435411510a81fa321d4f99c351f" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/nifi.git" | ||
upstream = "https://github.com/stackabletech/nifi.git" | ||
base = "e0c4461d90bd4f6e5f2b81765bcff5cd97ed3e18" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/nifi.git" | ||
upstream = "https://github.com/stackabletech/nifi.git" | ||
base = "883338fe28883733417d10f6ffa9319e75f5ea06" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/nifi.git" | ||
upstream = "https://github.com/stackabletech/nifi.git" | ||
base = "b33ffac8aa10992482f7fa54e6cfccc46a5e8e27" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/phoenix-omid.git" | ||
upstream = "https://github.com/stackabletech/phoenix-omid.git" | ||
base = "3b9e16b7537adbc90a7403507fb8aabd8d1fab0c" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/phoenix-omid.git" | ||
upstream = "https://github.com/stackabletech/phoenix-omid.git" | ||
base = "cd546d58d93f380fec9bf65dbfa618f53493f662" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/phoenix-omid.git" | ||
upstream = "https://github.com/stackabletech/phoenix-omid.git" | ||
base = "88812c9e127063f3b3016262f81ea3e8b48ec157" |
This file contains hidden or 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 hidden or 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 hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/spark.git" | ||
upstream = "https://github.com/stackabletech/spark.git" | ||
base = "bb7846dd487f259994fdc69e18e03382e3f64f42" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/spark.git" | ||
upstream = "https://github.com/stackabletech/spark.git" | ||
base = "7c29c664cdc9321205a98a14858aaf8daaa19db2" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/snowlift/trino-storage.git" | ||
upstream = "https://github.com/stackabletech/trino-storage.git" | ||
base = "b6e5825bb84a4f1a3f89ff45ea39ce349313f60a" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/snowlift/trino-storage.git" | ||
upstream = "https://github.com/stackabletech/trino-storage.git" | ||
base = "869a735d8be527117a19150e161ad8ca69317578" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/snowlift/trino-storage.git" | ||
upstream = "https://github.com/stackabletech/trino-storage.git" | ||
base = "1b25d617940f14a844a43ee34aa705f7d11fbaf9" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/trinodb/trino.git" | ||
upstream = "https://github.com/stackabletech/trino.git" | ||
base = "2c974f7cb1d71e1f9f466941a317190a474fc432" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/trinodb/trino.git" | ||
upstream = "https://github.com/stackabletech/trino.git" | ||
base = "e212460ea0aa663f0de9b16fecd480c4ad6490cc" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/trinodb/trino.git" | ||
upstream = "https://github.com/stackabletech/trino.git" | ||
base = "05bc059cf0c9263e4ee8be2c1ad69753d0dd4faf" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/zookeeper.git" | ||
upstream = "https://github.com/stackabletech/zookeeper.git" | ||
base = "e454e8c7283100c7caec6dcae2bc82aaecb63023" |
This file contains hidden or 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,2 +1,2 @@ | ||
upstream = "https://github.com/apache/zookeeper.git" | ||
upstream = "https://github.com/stackabletech/zookeeper.git" | ||
base = "c26634f34490bb0ea7a09cc51e05ede3b4e320ee" |
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.
Uh oh!
There was an error while loading. Please reload this page.