Skip to content

Expose mongodb transactions#3484

Draft
imnasnainaec wants to merge 8 commits intomasterfrom
mongo-context
Draft

Expose mongodb transactions#3484
imnasnainaec wants to merge 8 commits intomasterfrom
mongo-context

Conversation

@imnasnainaec
Copy link
Collaborator

@imnasnainaec imnasnainaec commented Dec 11, 2024

This allows for combining multiple changes into an atomic, all-or-nothing change. It would be useful for:

  • word merging
  • project owner transfer

However, to do this, we first have to convert our mongo setup from standalone to a replica set: https://www.mongodb.com/docs/manual/tutorial/convert-standalone-to-replica-set/


This change is Reviewable

@imnasnainaec
Copy link
Collaborator Author

Possibly revisit this after Q1 next year.

@codecov
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.67%. Comparing base (0ea1184) to head (4dffa27).
⚠️ Report is 291 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3484      +/-   ##
==========================================
- Coverage   74.65%   66.67%   -7.98%     
==========================================
  Files         285      234      -51     
  Lines       10999     5821    -5178     
  Branches     1338      706     -632     
==========================================
- Hits         8211     3881    -4330     
+ Misses       2404     1715     -689     
+ Partials      384      225     -159     
Flag Coverage Δ
backend ?
frontend 65.72% <ø> (-0.96%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@imnasnainaec
Copy link
Collaborator Author

Waiting on #4183 to be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants