-
Notifications
You must be signed in to change notification settings - Fork 50
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-3438] Vault exports #561
Conversation
No New Or Fixed Issues Found |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #561 +/- ##
==========================================
+ Coverage 53.77% 57.81% +4.04%
==========================================
Files 165 168 +3
Lines 8878 9906 +1028
==========================================
+ Hits 4774 5727 +953
- Misses 4104 4179 +75 ☔ View full report in Codecov by Sentry. |
Type of change
Objective
Vault export implementation.
New crate
bitwarden-exporters
which defines it's own data structure, isolating it from the other code areas. It primarily focuses on converting a data model to csv and json. Currently all data has to be decrypted independently of what is required for the export which is an area of improvement for the future.Code changes
Before you submit