Commit 037b97d
feat: patchable init mirroring (#1070)
* feat: support forking when initializing
* fix: don't use fetchhead / update libgit / migrate patchable.toml files
* chore: replace "forking" with "mirroring"
* feat: keep original upstream / anonymous remote
* refactor: move progress tracking setup into utils function
* feat: always use tags in our mirror repos
* Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* fix: span behaviour / mirror flag
* feat: separate product level configuration
* refactor: separate product and version config
* fix: adjust README
* chore: formatting / unnecessary clone
* fix: tracing
* fix: readme adjustment
* Make mirroring optional again
* feat: ssh support
* feat: remove url crate
* docs: update README
* Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* feat: product-level configs for patchable
* docs: fixed README.md for markdownlint
* chore: removed upstream from version configs / added missing product-level configs
* fix: copy complete patches directories to include patchable product config
* Revert "fix: copy complete patches directories to include patchable product config"
This reverts commit 6148608.
* fix: copy patchable product config as well
---------
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>1 parent ab96aea commit 037b97d
File tree
68 files changed
+327
-83
lines changed- druid
- stackable/patches
- 30.0.0
- 30.0.1
- 31.0.1
- hadoop
- stackable/patches
- 3.3.4
- 3.3.6
- 3.4.0
- 3.4.1
- hbase
- hbase-operator-tools/stackable/patches
- 1.2.0
- 1.3.0-fd5a5fb
- phoenix/stackable/patches
- 5.2.1
- stackable/patches
- 2.4.18
- 2.6.0
- 2.6.1
- hive
- stackable/patches
- 3.1.3
- 4.0.0
- 4.0.1
- kafka
- stackable/patches
- 3.7.1
- 3.7.2
- 3.8.0
- 3.9.0
- nifi
- stackable/patches
- 1.27.0
- 1.28.1
- 2.2.0
- omid
- stackable/patches
- 1.1.0
- 1.1.1
- 1.1.2
- 1.1.3-SNAPSHOT
- rust/patchable
- src
- spark-k8s
- hbase-connectors/stackable/patches
- 1.0.1
- stackable/patches
- 3.5.2
- 3.5.5
- trino-storage-connector
- stackable/patches
- 451
- 455
- 470
- trino
- stackable/patches
- 451
- 455
- 470
- zookeeper
- stackable/patches
- 3.9.3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+327
-83
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
0 commit comments