-
Notifications
You must be signed in to change notification settings - Fork 18
Enable Mongo transactions for updating model cards #1237
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?
Enable Mongo transactions for updating model cards #1237
Conversation
f9028a4
to
c556248
Compare
92d8326
to
eb8721d
Compare
eb8721d
to
f0bc1a0
Compare
af86873
to
55c97ad
Compare
55c97ad
to
2bbc169
Compare
I've refactored based on the latest comments/discussions, as well as added some basic tests in. I don't think there's much I can do about requiring 'knowledge' of the session within the backend service code without rewriting and introducing a heap of 'new' code to override the existing mongoose methods. But, if there's no session, it should be silently dropped and unused. |
4223d0d
to
9988e82
Compare
Squashed and rebased against v2.7.0 |
(Depends on #1236)
Suggested implementation for transactions around updating model cards - possibly consider this WIP until there's been some further testing done by others.