Skip to content

Commit 75a8219

Browse files
committed
remove old frontend and all references
1 parent b0c771c commit 75a8219

82 files changed

Lines changed: 32 additions & 7146 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,5 @@ crate-hashes.json
1010
result
1111
image.tar
1212

13-
node_modules
14-
.pnp
15-
.pnp.*
16-
.yarn
17-
1813
# We do NOT want to ignore .git because we use the `built` crate to gather the current git commit hash at built time
1914
# This means we need the .git directory in our Docker image, it will be thrown away and won't be included in the final image

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
web/src/api/schema.d.ts linguist-generated
21
extra/completions/* linguist-generated
32
crate-hashes.json linguist-generated
43
extra/man/* linguist-generated
54
Cargo.nix linguist-generated
6-
yarn.lock linguist-generated
75
nix/** linguist-generated
86
go.sum linguist-generated
97
gomod2nix.toml linguist-generated

.github/workflows/pr_cockpit-web.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/pr_general.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
with:
3333
go-version: ${{ env.GO_VERSION }}
3434

35-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
36-
with:
37-
node-version: 18
38-
cache: yarn
39-
- run: yarn install --frozen-lockfile
40-
4135
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
4236
with:
4337
key: udeps
@@ -84,11 +78,6 @@ jobs:
8478
with:
8579
key: doc
8680

87-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
88-
with:
89-
node-version: 18
90-
cache: yarn
91-
- run: yarn install --frozen-lockfile
9281
- run: cargo doc --document-private-items
9382

9483
run_tests:
@@ -111,11 +100,6 @@ jobs:
111100
with:
112101
key: test
113102

114-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
115-
with:
116-
node-version: 18
117-
cache: yarn
118-
- run: yarn install --frozen-lockfile
119103
- run: cargo test
120104

121105
tests_passed:

.github/workflows/pr_pre-commit.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
22-
with:
23-
node-version: 18
24-
cache: yarn
25-
- run: yarn install --frozen-lockfile
2621
- uses: stackabletech/actions/run-pre-commit@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0
2722
with:
2823
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# Rust
22
/target
33

4-
# Frontend
5-
/node_modules
64
htpasswd
7-
.yarn
85

96
# Misc
107
/demos
118
/stacks
129
/result
1310
.env
14-
.pnp
15-
.pnp.*

.pre-commit-config.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: trailing-whitespace
1313
# Generated file
14-
exclude: ^web/src/api/schema\.d\.ts|extra/.*$
14+
exclude: ^extra/.*$
1515
- id: end-of-file-fixer
1616
exclude: Cargo.nix
1717
- id: detect-aws-credentials
@@ -69,14 +69,6 @@ repos:
6969
stages: [pre-commit, pre-merge-commit, manual]
7070
pass_filenames: false
7171

72-
- id: gen-openapi
73-
name: gen-openapi
74-
files: ^web/
75-
language: system
76-
entry: cargo xtask gen-openapi
77-
stages: [pre-commit, pre-merge-commit, manual]
78-
pass_filenames: false
79-
8072
- id: gen-ctl-readme
8173
name: gen-ctl-readme
8274
files: ^rust/stackablectl/

.prettierignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cargo.lock

Lines changed: 7 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)