Skip to content

Commit d353cf9

Browse files
committed
chore: Update urls to stackabletech/stackablectl
We delete the old stackablectl repository, and renamed stackable-cockpit to stackablectl. There is a new stackabletech/cockpit repo.
1 parent d4ddda4 commit d353cf9

16 files changed

Lines changed: 98 additions & 99 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "OSL-3.0"
1414
# We can use 2024 as soon as https://github.com/rust-lang/cc-rs/issues/1409 is
1515
# fixed / supported.
1616
edition = "2021"
17-
repository = "https://github.com/stackabletech/stackable-cockpit/"
17+
repository = "https://github.com/stackabletech/stackablectl/"
1818

1919
[workspace.dependencies]
2020
async-trait = "0.1"

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
[Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)
1313

14-
This repository contains the Stackable library `stackable-cockpit`, the Stackable CLI tool `stackablectl`, and the
15-
Stackable Cockpit server `stackable-cockpitd`.
14+
This repository contains the Stackable CLI tool `stackablectl` and related library crates.
1615

1716
## Components
1817

@@ -30,8 +29,8 @@ Stackable Cockpit server `stackable-cockpitd`.
3029
### Getting started
3130

3231
```shell
33-
git clone git@github.com:stackabletech/stackable-cockpit.git
34-
cd stackable-cockpit
32+
git clone https://github.com/stackabletech/stackablectl.git
33+
cd stackablectl
3534
```
3635

3736
Each component can be build separately like this:

deploy/helm/stackable-cockpit/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: stackable-cockpit
44
version: "0.0.0-dev"
55
appVersion: "0.0.0-dev"
66
description: The Stackable Operator for Stackable Cockpit
7-
home: https://github.com/stackabletech/stackable-cockpit
7+
home: https://github.com/stackabletech/stackablectl
88
maintainers:
99
- name: Stackable
1010
url: https://www.stackable.tech

deploy/helm/stackable-cockpit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ helm install stackable-cockpit deploy/helm/stackable-cockpit
1818

1919
## Links
2020

21-
[Source](https://github.com/stackabletech/stackable-cockpit)
21+
[Source](https://github.com/stackabletech/stackablectl)

docs/modules/stackablectl/pages/installation.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Installation
22
:page-aliases: stable@stackablectl::installation.adoc
33

4-
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.4.0
4+
:latest-release: https://github.com/stackabletech/stackablectl/releases/tag/stackablectl-1.4.0
55
:fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions
66
:nushell-comp-locations: https://www.nushell.sh/book/custom_commands.html#persisting
77

@@ -23,14 +23,14 @@ You can also use the following command:
2323
2424
[source,console]
2525
----
26-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.4.0/stackablectl-x86_64-unknown-linux-gnu
26+
$ curl -L -o stackablectl https://github.com/stackabletech/stackablectl/releases/download/stackablectl-1.4.0/stackablectl-x86_64-unknown-linux-gnu
2727
----
2828
2929
**aarch64** (arm64):
3030
3131
[source,console]
3232
----
33-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.4.0/stackablectl-aarch64-unknown-linux-gnu
33+
$ curl -L -o stackablectl https://github.com/stackabletech/stackablectl/releases/download/stackablectl-1.4.0/stackablectl-aarch64-unknown-linux-gnu
3434
----
3535
3636
Install the binary into a directory in the `$PATH`, and make it executable:
@@ -60,14 +60,14 @@ You can also use the following command:
6060
6161
[source,console]
6262
----
63-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.4.0/stackablectl-x86_64-apple-darwin
63+
$ curl -L -o stackablectl https://github.com/stackabletech/stackablectl/releases/download/stackablectl-1.4.0/stackablectl-x86_64-apple-darwin
6464
----
6565
6666
**aarch64** (arm64):
6767
6868
[source,console]
6969
----
70-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.4.0/stackablectl-aarch64-apple-darwin
70+
$ curl -L -o stackablectl https://github.com/stackabletech/stackablectl/releases/download/stackablectl-1.4.0/stackablectl-aarch64-apple-darwin
7171
----
7272
7373
Install the binary into a directory in the `$PATH`, and make it executable:
@@ -116,7 +116,7 @@ To build `stackablectl` from source you need to have the following tools install
116116
easily install all required tools.
117117
* *The Go toolchain:* Needed for compiling a wrapper around the Go library `go-helm-client`.
118118

119-
Continue by cloning the repository located at https://github.com/stackabletech/stackable-cockpit. Then, compile the
119+
Continue by cloning the repository located at https://github.com/stackabletech/stackablectl. Then, compile the
120120
binary using the following command:
121121

122122
[source,console]
@@ -155,7 +155,7 @@ Download the completions file and place it in `/usr/local/share/zsh/site-functio
155155
156156
[source,console]
157157
----
158-
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/_stackablectl
158+
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/_stackablectl
159159
$ mv _stackablectl /usr/local/share/zsh/site-functions/
160160
----
161161
--
@@ -167,7 +167,7 @@ Download the completions file and place it in any of the supported location list
167167
168168
[source,console]
169169
----
170-
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/stackablectl.fish
170+
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/stackablectl.fish
171171
----
172172
--
173173
@@ -178,7 +178,7 @@ Download the completions file and place it in `/etc/bash_completion.d/` to load
178178
179179
[source,console]
180180
----
181-
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/stackablectl.bash
181+
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/stackablectl.bash
182182
$ mv stackablectl.bash /etc/bash_completion.d/
183183
----
184184
--
@@ -190,7 +190,7 @@ Download the completions file at a location where it is loaded for all Nushell s
190190
191191
[source,console]
192192
----
193-
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/stackablectl.nu
193+
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/stackablectl.nu
194194
----
195195
--
196196
@@ -199,7 +199,7 @@ Elvish::
199199
--
200200
[source,console]
201201
----
202-
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/stackablectl.elv
202+
$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/stackablectl.elv
203203
----
204204
--
205205
====

docs/modules/stackablectl/pages/release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:page-toclevels: 3
33
:description: Learn about the latest features and changes in the release notes for stackablectl.
44

5-
A full list of changes is available directly in https://github.com/stackabletech/stackable-cockpit/blob/main/rust/stackablectl/CHANGELOG.md[stackablectl's changelog].
5+
A full list of changes is available directly in https://github.com/stackabletech/stackablectl/blob/main/rust/stackablectl/CHANGELOG.md[stackablectl's changelog].
66

77
// WARNING: Please keep the empty newlines, otherwise headings are broken.
88

docs/modules/stackablectl/partials/release-notes/release-1.0.0.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We have since decided to version `stackablectl` independently of SDP, starting a
99

1010
* We have added visual progress reporting to more easily see what the tool is doing at any given moment in time.
1111
Previously, it looked like the tool was hanging as nothing was printed out to the terminal during the installation, but only after.
12-
See https://github.com/stackabletech/stackable-cockpit/pull/376[stackable-cockpit#376].
12+
See https://github.com/stackabletech/stackablectl/pull/376[stackablectl#376].
1313
* Releases can now be upgraded with the new `release upgrade` command.
1414
This makes it easier to upgrade installed operators to a newer SDP release.
15-
See https://github.com/stackabletech/stackable-cockpit/pull/379[stackable-cockpit#379].
15+
See https://github.com/stackabletech/stackablectl/pull/379[stackablectl#379].
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
== 1.1.0
22

33
* We now support idempotent Helm installations for demos and stacks.
4-
See https://github.com/stackabletech/stackable-cockpit/pull/386[stackable-cockpit#386].
4+
See https://github.com/stackabletech/stackablectl/pull/386[stackablectl#386].
55
* Ignore failed re-application of Jobs due to immutability in demo and stack installations.
66
The user is now asked if these be deleted or recreated.
7-
See https://github.com/stackabletech/stackable-cockpit/pull/386[stackable-cockpit#386].
7+
See https://github.com/stackabletech/stackablectl/pull/386[stackablectl#386].
88
* Default to release build for nix users.
9-
See https://github.com/stackabletech/stackable-cockpit/pull/388[stackable-cockpit#388].
9+
See https://github.com/stackabletech/stackablectl/pull/388[stackablectl#388].
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== 1.2.0
22

33
* Automatically detect Kubernetes environment (e.g. kind, k3s or IONOS) and choose a sensible https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets[ListenerClass preset] by default.
4-
See https://github.com/stackabletech/stackable-cockpit/pull/414[stackable-cockpit#414].
4+
See https://github.com/stackabletech/stackablectl/pull/414[stackablectl#414].
55
* Support configuring the https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets[ListenerClass preset] using `--listener-class-preset`.
6-
See https://github.com/stackabletech/stackable-cockpit/pull/414[stackable-cockpit#414].
6+
See https://github.com/stackabletech/stackablectl/pull/414[stackablectl#414].

docs/modules/stackablectl/partials/release-notes/release-1.2.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
* Don't crash during `release upgrade` for SDP 25.11.
44
Previously it errored with `HTTP status client error (404 Not Found) for url (https://raw.githubusercontent.com/stackabletech/secret-operator/main/deploy/helm/secret-operator/crds/crds.yaml)`, as the secret-operator now maintains the CRD itself ([#418]).
5-
See https://github.com/stackabletech/stackable-cockpit/pull/418[stackable-cockpit#418].
5+
See https://github.com/stackabletech/stackablectl/pull/418[stackablectl#418].

0 commit comments

Comments
 (0)