Skip to content

Commit

Permalink
remove old changeset code
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed May 7, 2024
1 parent 0157636 commit 6afd680
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 980 deletions.
32 changes: 1 addition & 31 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
rust: ${{ steps.filter.outputs.rust }}
gitbutler-core: ${{ steps.filter.outputs.gitbutler-core }}
gitbutler-tauri: ${{ steps.filter.outputs.gitbutler-tauri }}
gitbutler-changeset: ${{ steps.filter.outputs.gitbutler-changeset }}
gitbutler-git: ${{ steps.filter.outputs.gitbutler-git }}
gitbutler-cli: ${{ steps.filter.outputs.gitbutler-cli }}
gitbutler-watcher: ${{ steps.filter.outputs.gitbutler-watcher }}
Expand Down Expand Up @@ -47,9 +46,6 @@ jobs:
gitbutler-core:
- *rust
- 'crates/gitbutler-core/**'
gitbutler-changeset:
- *rust
- 'crates/gitbutler-changeset/**'
gitbutler-git:
- *rust
- 'crates/gitbutler-git/**'
Expand Down Expand Up @@ -109,7 +105,7 @@ jobs:
- uses: ./.github/actions/init-env-rust
# TODO(qix-): we have to exclude the app here for now because for some
# TODO(qix-): reason it doesn't build with the docs feature enabled.
- run: cargo doc --no-deps --all-features --document-private-items -p gitbutler-changeset -p gitbutler-git
- run: cargo doc --no-deps --all-features --document-private-items -p gitbutler-git
env:
RUSTDOCFLAGS: -Dwarnings

Expand Down Expand Up @@ -137,31 +133,6 @@ jobs:
features: ${{ toJson(matrix.features) }}
action: ${{ matrix.action }}

check-gitbutler-changeset:
needs: changes
if: ${{ needs.changes.outputs.gitbutler-changeset == 'true' }}
runs-on: ubuntu-latest
container:
image: ghcr.io/gitbutlerapp/ci-base-image:latest
strategy:
matrix:
action:
- test
- check
- check-tests
features:
- ''
- '*'
- []
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/init-env-rust
- uses: ./.github/actions/check-crate
with:
crate: gitbutler-changeset
features: ${{ toJson(matrix.features) }}
action: ${{ matrix.action }}

check-gitbutler-git:
needs: changes
if: ${{ needs.changes.outputs.gitbutler-git == 'true' }}
Expand Down Expand Up @@ -267,7 +238,6 @@ jobs:
- changes
- check-gitbutler-tauri
- check-gitbutler-core
- check-gitbutler-changeset
- check-gitbutler-git
- check-gitbutler-cli
- check-gitbutler-watcher
Expand Down
14 changes: 0 additions & 14 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
members = [
"crates/gitbutler-core",
"crates/gitbutler-tauri",
"crates/gitbutler-changeset",
"crates/gitbutler-git",
"crates/gitbutler-watcher",
"crates/gitbutler-testsupport",
Expand Down
19 changes: 0 additions & 19 deletions crates/gitbutler-changeset/Cargo.toml

This file was deleted.

103 changes: 0 additions & 103 deletions crates/gitbutler-changeset/src/diff/hunk.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/gitbutler-changeset/src/diff/mod.rs

This file was deleted.

57 changes: 0 additions & 57 deletions crates/gitbutler-changeset/src/lib.rs

This file was deleted.

Loading

0 comments on commit 6afd680

Please sign in to comment.