Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@ crate-hashes.json
result
image.tar

node_modules
.pnp
.pnp.*
.yarn

# We do NOT want to ignore .git because we use the `built` crate to gather the current git commit hash at built time
# 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
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
web/src/api/schema.d.ts linguist-generated
extra/completions/* linguist-generated
crate-hashes.json linguist-generated
extra/man/* linguist-generated
Cargo.nix linguist-generated
yarn.lock linguist-generated
nix/** linguist-generated
go.sum linguist-generated
gomod2nix.toml linguist-generated
52 changes: 0 additions & 52 deletions .github/workflows/pr_cockpit-web.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/pr_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile

- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
with:
key: udeps
Expand Down Expand Up @@ -84,11 +78,6 @@ jobs:
with:
key: doc

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

run_tests:
Expand All @@ -111,11 +100,6 @@ jobs:
with:
key: test

- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile
- run: cargo test

tests_passed:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr_pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile
- uses: stackabletech/actions/run-pre-commit@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0
with:
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
Expand Down
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# Rust
/target

# Frontend
/node_modules
htpasswd
.yarn

# Misc
/demos
/stacks
/result
.env
.pnp
.pnp.*
10 changes: 1 addition & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: trailing-whitespace
# Generated file
exclude: ^web/src/api/schema\.d\.ts|extra/.*$
exclude: ^extra/.*$
- id: end-of-file-fixer
exclude: Cargo.nix
- id: detect-aws-credentials
Expand Down Expand Up @@ -69,14 +69,6 @@ repos:
stages: [pre-commit, pre-merge-commit, manual]
pass_filenames: false

- id: gen-openapi
name: gen-openapi
files: ^web/
language: system
entry: cargo xtask gen-openapi
stages: [pre-commit, pre-merge-commit, manual]
pass_filenames: false

- id: gen-ctl-readme
name: gen-ctl-readme
files: ^rust/stackablectl/
Expand Down
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

62 changes: 7 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading