Skip to content

Commit f7cba45

Browse files
authored
[PM-13377] Remove moved libraries (#1151)
## 🎟️ 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
1 parent 38ecf13 commit f7cba45

File tree

860 files changed

+59
-86563
lines changed

Some content is hidden

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

860 files changed

+59
-86563
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,13 @@
2929
.github/workflows/release-ruby.yml @bitwarden/dept-bre @bitwarden/team-secrets-manager-dev
3030

3131
## Multiple owners
32-
.github/workflows/build-android.yml
3332
.github/workflows/build-rust-crates.yml
3433
.github/workflows/build-rust-cross-platform.yml
35-
.github/workflows/build-swift.yml
36-
.github/workflows/build-wasm-internal.yml
3734
.github/workflows/build-wasm.yml
3835
.github/workflows/release-rust-crates.yml
39-
.github/workflows/release-swift.yml
4036
.github/workflows/release-wasm.yml
4137
.github/workflows/version-bump.yml
4238

43-
44-
4539
# Secrets Manager team
4640
crates/bitwarden-sm @bitwarden/team-secrets-manager-dev
4741
crates/bws @bitwarden/team-secrets-manager-dev

.github/workflows/build-android.yml

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

.github/workflows/build-rust-crates.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626

2727
package:
2828
- bitwarden
29-
- bitwarden-api-api
30-
- bitwarden-api-identity
31-
- bitwarden-crypto
32-
- bitwarden-generators
3329

3430
steps:
3531
- name: Checkout
@@ -69,4 +65,4 @@ jobs:
6965
run: cargo install cargo-release
7066

7167
- name: Cargo release dry run
72-
run: cargo-release release publish --no-publish -p bitwarden-api-api -p bitwarden-api-identity -p bitwarden
68+
run: cargo-release release publish --no-publish -p bitwarden

.github/workflows/build-swift.yml

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

.github/workflows/build-wasm-internal.yml

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

.github/workflows/delete-old-packages.yml

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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
run: npm run lint
6464

6565
- name: Verify rust documentation links
66-
run: cargo doc --no-deps --features internal
66+
run: cargo doc --no-deps
6767
env:
6868
RUSTDOCFLAGS: "-D warnings"

.github/workflows/memory-testing.yml

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

0 commit comments

Comments
 (0)