mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-01 18:20:51 -04:00
[PR #63] [MERGED] Migration tools #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/63
Author: @timothycarambat
Created: 10/3/2023
Status: ✅ Merged
Merged: 10/3/2023
Merged by: @timothycarambat
Base:
master← Head:migration-tools📝 Commits (6)
58252baWIP migration tooling5971cc3wip migration toolsc28abf1Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into migration-tools82cd93dMigration UI and job queue4f0ba7aenable DB migrationsaca52eaadd protection for job dedup📊 Changes
16 files changed (+1184 additions, -10 deletions)
View changed files
📝
backend/endpoints/v1/index.js(+2 -0)📝
backend/endpoints/v1/organizations/index.js(+1 -0)➕
backend/endpoints/v1/tools/index.js(+95 -0)📝
backend/models/workspaceDocument.js(+20 -0)➕
backend/utils/jobs/organizationMigrationJob/index.js(+29 -0)📝
backend/utils/vectordatabases/providers/chroma/index.js(+7 -0)📝
frontend/src/App.tsx(+19 -9)📝
frontend/src/components/Sidebar/index.tsx(+16 -0)➕
frontend/src/models/tools.ts(+24 -0)📝
frontend/src/pages/Jobs/JobsList/index.tsx(+1 -1)➕
frontend/src/pages/Tools/MigrateConnection/index.tsx(+350 -0)➕
frontend/src/pages/Tools/ToolsList/index.tsx(+217 -0)➕
frontend/src/pages/Tools/index.tsx(+61 -0)📝
frontend/src/utils/paths.ts(+8 -0)➕
workers/functions/migrateOrganization/index.js(+332 -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.