-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor test db creation #176
Conversation
114ec38
to
9fc64d2
Compare
Codecov Report
@@ Coverage Diff @@
## main #176 +/- ##
==========================================
+ Coverage 90.80% 90.82% +0.02%
==========================================
Files 43 43
Lines 2860 2867 +7
==========================================
+ Hits 2597 2604 +7
Misses 263 263
Continue to review full report at Codecov.
|
This definitely deserves a changelog entry ✌️ |
Sorry, I'm gunna merge this without review as I'm about to make changes to the same code in the replication PR. Hope that's ok, as it's only refactoring I thought it would be. |
* main: Update CHANGELOG.md Refactor replication API (#184) GraphQL replication client (#137) Update aquadoggo to v0.3.0 in aquadoggo_cli v0.3.0 Prepare CHANGELOG for v0.3.0 release Commit Cargo.lock p2panda-rs v0.4.0 Remove unused import Update naming in `publishEntry` query and `nextEntryArgs` response (#181) Fix bug when materialising documents containing (non-existent) pinned relations (#177) Logging in reduce task (#175) Refactor test db creation (#176)
Small bit of refactoring:
send_to_store()
method which helps in publishing operations encoded on entries to the store📋 Checklist
CHANGELOG.md