[PR #1] [MERGED] wrap bulk inserts into transaction #257

Closed
opened 2026-02-23 17:21:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/1
Author: @timothycarambat
Created: 7/26/2023
Status: Merged
Merged: 7/26/2023
Merged by: @timothycarambat

Base: masterHead: db-transactions


📝 Commits (1)

  • 05c131e wrap bulk inserts into transaction

📊 Changes

13 files changed (+250 additions, -238 deletions)

View changed files

📝 backend/models/documentVectors.js (+14 -8)
📝 backend/models/organization.js (+7 -7)
📝 backend/models/organizationApiKey.js (+4 -4)
📝 backend/models/organizationConnection.js (+5 -5)
📝 backend/models/organizationUser.js (+14 -8)
📝 backend/models/organizationWorkspace.js (+7 -7)
📝 backend/models/queue.js (+6 -6)
📝 backend/models/systemSettings.js (+4 -4)
📝 backend/models/user.js (+6 -6)
📝 backend/models/workspaceDocument.js (+22 -16)
📝 backend/storage/settings.json (+160 -160)
📝 backend/utils/boot/index.js (+1 -1)
📝 backend/utils/debug/index.js (+0 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/vector-admin/pull/1 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/26/2023 **Status:** ✅ Merged **Merged:** 7/26/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `db-transactions` --- ### 📝 Commits (1) - [`05c131e`](https://github.com/Mintplex-Labs/vector-admin/commit/05c131e307b4913fb8176ec0bc4915b6b0c36e90) wrap bulk inserts into transaction ### 📊 Changes **13 files changed** (+250 additions, -238 deletions) <details> <summary>View changed files</summary> 📝 `backend/models/documentVectors.js` (+14 -8) 📝 `backend/models/organization.js` (+7 -7) 📝 `backend/models/organizationApiKey.js` (+4 -4) 📝 `backend/models/organizationConnection.js` (+5 -5) 📝 `backend/models/organizationUser.js` (+14 -8) 📝 `backend/models/organizationWorkspace.js` (+7 -7) 📝 `backend/models/queue.js` (+6 -6) 📝 `backend/models/systemSettings.js` (+4 -4) 📝 `backend/models/user.js` (+6 -6) 📝 `backend/models/workspaceDocument.js` (+22 -16) 📝 `backend/storage/settings.json` (+160 -160) 📝 `backend/utils/boot/index.js` (+1 -1) 📝 `backend/utils/debug/index.js` (+0 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-23 17:21:00 -05:00
yindo closed this issue 2026-02-23 17:21:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#257