[PR #64] [MERGED] enable vector db wiping #123

Closed
opened 2026-02-15 16:30:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/64
Author: @timothycarambat
Created: 10/3/2023
Status: Merged
Merged: 10/3/2023
Merged by: @timothycarambat

Base: masterHead: reset-connection


📝 Commits (2)

  • 1f63a99 enable vector db wiping
  • 34e21bb uncomment job dedupe protection

📊 Changes

9 files changed (+427 additions, -7 deletions)

View changed files

📝 backend/endpoints/v1/tools/index.js (+51 -2)
backend/utils/jobs/organizationResetJob/index.js (+25 -0)
📝 frontend/src/App.tsx (+5 -0)
📝 frontend/src/models/tools.ts (+15 -0)
frontend/src/pages/Tools/ResetConnection/index.tsx (+170 -0)
📝 frontend/src/pages/Tools/ToolsList/index.tsx (+7 -5)
📝 frontend/src/utils/paths.ts (+3 -0)
workers/functions/resetOrganization/index.js (+149 -0)
📝 workers/index.js (+2 -0)

📄 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/64 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 10/3/2023 **Status:** ✅ Merged **Merged:** 10/3/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `reset-connection` --- ### 📝 Commits (2) - [`1f63a99`](https://github.com/Mintplex-Labs/vector-admin/commit/1f63a992c716783d97db6ac51ef5f22e550c6669) enable vector db wiping - [`34e21bb`](https://github.com/Mintplex-Labs/vector-admin/commit/34e21bb0d3065fc6eed5661fba1d2c9df218b22e) uncomment job dedupe protection ### 📊 Changes **9 files changed** (+427 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/tools/index.js` (+51 -2) ➕ `backend/utils/jobs/organizationResetJob/index.js` (+25 -0) 📝 `frontend/src/App.tsx` (+5 -0) 📝 `frontend/src/models/tools.ts` (+15 -0) ➕ `frontend/src/pages/Tools/ResetConnection/index.tsx` (+170 -0) 📝 `frontend/src/pages/Tools/ToolsList/index.tsx` (+7 -5) 📝 `frontend/src/utils/paths.ts` (+3 -0) ➕ `workers/functions/resetOrganization/index.js` (+149 -0) 📝 `workers/index.js` (+2 -0) </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-15 16:30:22 -05:00
yindo closed this issue 2026-02-15 16:30:22 -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#123