-
Notifications
You must be signed in to change notification settings - Fork 10
[PM-19479] Client-managed Repository traits #213
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
==========================================
- Coverage 69.94% 69.36% -0.59%
==========================================
Files 214 218 +4
Lines 16935 17145 +210
==========================================
+ Hits 11846 11892 +46
- Misses 5089 5253 +164 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Great job, no security vulnerabilities found in this Pull Request |
5f13cc1
to
778bc50
Compare
778bc50
to
34daa77
Compare
Implement demo cipher repository
34daa77
to
9d3ce7f
Compare
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-19479
📔 Objective
Implement a generic trait for accessing the application's data storage directly. Because we want the store access to be typed, but
bitwarden_core
isn't aware of the models,bitwarden_core
only implements a generic way to set and retrieve genericimpl Repository<T>
instances. Then it's up to each team/feature crates to define which models and which stores are available.⏰ Reminders before review
team
🦮 Reviewer guidelines
:+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 confirmedissue 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