Skip to content

Commit

Permalink
[PM-13377] Remove moved libraries (#1151)
Browse files Browse the repository at this point in the history
## 🎟️ Tracking

<!-- Paste the link to the Jira or GitHub issue or otherwise describe /
point to where this change is coming from. -->

https://bitwarden.atlassian.net/browse/PM-13377

## 📔 Objective

<!-- Describe what the purpose of this PR is, for example what bug
you're fixing or new feature you're adding. -->

PR for removing duplicates crates caused by the split from unified SDK
to SM specific SDK.

## ⏰ Reminders before review

- Contributor guidelines followed
- All formatters and local linters executed and passed
- Written new unit and / or integration tests where applicable
- Protected functional changes with optionality (feature flags)
- Used internationalization (i18n) for all UI strings
- CI builds passed
- Communicated to DevOps any deployment requirements
- Updated any necessary documentation (Confluence, contributing docs) or
informed the documentation
  team

## 🦮 Reviewer guidelines

<!-- Suggested interactions but feel free to use (or not) as you desire!
-->

- 👍 (`:+1:`) or similar for great changes
- 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info
- ❓ (`:question:`) for questions
- 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry
that's not quite a confirmed
  issue and could potentially benefit from discussion
- 🎨 (`:art:`) for suggestions / improvements
- ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or
concerns needing attention
- 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or
indications of technical debt
- ⛏ (`:pick:`) for minor or nitpick changes
  • Loading branch information
Hinton authored Oct 21, 2024
1 parent 38ecf13 commit f7cba45
Show file tree
Hide file tree
Showing 860 changed files with 59 additions and 86,563 deletions.
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

0 comments on commit f7cba45

Please sign in to comment.