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

Use same version for bitwarden crates #663

Merged
merged 6 commits into from
Apr 9, 2024
Merged

Use same version for bitwarden crates #663

merged 6 commits into from
Apr 9, 2024

Conversation

Hinton
Copy link
Member

@Hinton Hinton commented Mar 15, 2024

Type of change

- [ ] Bug fix
- [ ] New feature development
- [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [x] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

Rather than maintaining separate versions for every crate let's keep them locked. That means the rust sdk packages will always have the same version. Unfortunately a side effect of this is that every package will be released even if that package hasn't changed.

Before you submit

  • Please add unit tests where it makes sense to do so

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.70%. Comparing base (c272758) to head (ca8b595).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #663   +/-   ##
=======================================
  Coverage   60.70%   60.70%           
=======================================
  Files         173      173           
  Lines       10518    10518           
=======================================
  Hits         6385     6385           
  Misses       4133     4133           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from ps/cargo-workspace to main March 15, 2024 16:32
@Hinton Hinton force-pushed the cargo-tie-versions branch from 1c58d91 to 06e09b7 Compare March 15, 2024 16:37
@bitwarden-bot
Copy link

bitwarden-bot commented Mar 15, 2024

Logo
Checkmarx One – Scan Summary & Detailse8248da9-bd3a-4ff1-9532-58d78685f4c0

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 52 Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps...

Fixed Issues

Severity Issue Source File / Package
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 57

@Hinton Hinton marked this pull request as ready for review March 15, 2024 16:47
@Hinton Hinton requested a review from a team as a code owner March 15, 2024 16:47
vgrassia
vgrassia previously approved these changes Mar 18, 2024
@Hinton Hinton changed the title Use same verison for bitwarden crates Use same version for bitwarden crates Mar 18, 2024
# Conflicts:
#	crates/bitwarden-json/Cargo.toml
#	crates/bws/Cargo.toml
#	crates/sdk-schemas/Cargo.toml
@Hinton Hinton requested review from vgrassia and dani-garcia April 9, 2024 10:19
Copy link
Member

@dani-garcia dani-garcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Hinton Hinton requested a review from a team April 9, 2024 10:42
@Hinton Hinton merged commit a9d90f2 into main Apr 9, 2024
78 checks passed
@Hinton Hinton deleted the cargo-tie-versions branch April 9, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants