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

Adding transaction support #758

Merged
merged 13 commits into from
Jun 10, 2024
Merged

Adding transaction support #758

merged 13 commits into from
Jun 10, 2024

Conversation

gsi-alejandro
Copy link
Collaborator

closes: #749, #741

Copy link

codecov bot commented Feb 12, 2024

Codecov Report

Attention: Patch coverage is 88.17204% with 11 lines in your changes missing coverage. Please review.

Project coverage is 94.47%. Comparing base (369c827) to head (d5398ce).

Current head d5398ce differs from pull request most recent head 04193e3

Please upload reports for the commit 04193e3 to get more accurate results.

Files Patch % Lines
src/model/utils/update-refdoc-indexes.ts 60.00% 6 Missing ⚠️
src/model/index/refdoc/build-index-refdoc.ts 58.33% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #758      +/-   ##
==========================================
+ Coverage   93.20%   94.47%   +1.27%     
==========================================
  Files          96       96              
  Lines        2677     2732      +55     
  Branches      642      668      +26     
==========================================
+ Hits         2495     2581      +86     
+ Misses        182      151      -31     

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

src/transaction/transaction.ts Outdated Show resolved Hide resolved
docusaurus/docs/advanced/transactions.md Outdated Show resolved Hide resolved
docusaurus/docs/advanced/transactions.md Outdated Show resolved Hide resolved
docusaurus/docs/advanced/transactions.md Outdated Show resolved Hide resolved
docusaurus/docs/advanced/transactions.md Outdated Show resolved Hide resolved
docusaurus/docs/advanced/transactions.md Outdated Show resolved Hide resolved
docusaurus/docs/advanced/transactions.md Outdated Show resolved Hide resolved
src/handler/store.ts Show resolved Hide resolved
src/model/index/refdoc/build-index-refdoc.ts Outdated Show resolved Hide resolved
__test__/transaction-indexes.spec.ts Outdated Show resolved Hide resolved
@ejscribner ejscribner added documentation PRs that update the documentation site feature PRs that add new features labels Jun 10, 2024
@ejscribner ejscribner merged commit fce4162 into master Jun 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation PRs that update the documentation site feature PRs that add new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tansactions support Implementation
2 participants