Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-13377] Remove moved libraries #1151

Merged
merged 3 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 0 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,13 @@
.github/workflows/release-ruby.yml @bitwarden/dept-bre @bitwarden/team-secrets-manager-dev

## Multiple owners
.github/workflows/build-android.yml
.github/workflows/build-rust-crates.yml
.github/workflows/build-rust-cross-platform.yml
.github/workflows/build-swift.yml
.github/workflows/build-wasm-internal.yml
.github/workflows/build-wasm.yml
.github/workflows/release-rust-crates.yml
.github/workflows/release-swift.yml
.github/workflows/release-wasm.yml
.github/workflows/version-bump.yml



# Secrets Manager team
crates/bitwarden-sm @bitwarden/team-secrets-manager-dev
crates/bws @bitwarden/team-secrets-manager-dev
Expand Down
110 changes: 0 additions & 110 deletions .github/workflows/build-android.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/build-rust-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:

package:
- bitwarden
- bitwarden-api-api
- bitwarden-api-identity
- bitwarden-crypto
- bitwarden-generators

steps:
- name: Checkout
Expand Down Expand Up @@ -69,4 +65,4 @@ jobs:
run: cargo install cargo-release

- name: Cargo release dry run
run: cargo-release release publish --no-publish -p bitwarden-api-api -p bitwarden-api-identity -p bitwarden
run: cargo-release release publish --no-publish -p bitwarden
114 changes: 0 additions & 114 deletions .github/workflows/build-swift.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/build-wasm-internal.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/delete-old-packages.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
run: npm run lint

- name: Verify rust documentation links
run: cargo doc --no-deps --features internal
run: cargo doc --no-deps
env:
RUSTDOCFLAGS: "-D warnings"
42 changes: 0 additions & 42 deletions .github/workflows/memory-testing.yml

This file was deleted.

Loading
Loading