mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-01 18:20:51 -04:00
Create/Find workspace #163
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?
Originally created by @timothycarambat on GitHub (Jul 28, 2023).
Originally assigned to: @timothycarambat on GitHub.
We currently have protections when you type in a new workspace name that we wont have namespace/collection collisions, but we should also have this input function as a typeahead for collections or namespaces not yet imported.
If the user selects a suggestion we should then verify they want to pull in that specific workspace and then do that as opposed to only creating new ones.
Right now the only way to target and pull in a workspace is to sync the entire DB. Once the workspace exists then we can sync just the workspace going forward.