Feat/resource views#396
Merged
grudra7714 merged 9 commits intofeat/vue3-upgradefrom May 2, 2025
Merged
Conversation
… overrided default list:
grudra7714
reviewed
May 1, 2025
Contributor
grudra7714
left a comment
There was a problem hiding this comment.
Opening up a modal already throws an error

Weird interaction when deleting multiple namespaces

Also looks like only one of the two i tried to deleted got deleted

Failed request reponse
{
"errors": [
{
"status": 500,
"title": "some error occurred while cleaning users: [error updating user [admin]: error updating the user secret [ruser-admin-f585ef20266ee6e88d327c03c1c1b77d4fef6340]: Operation cannot be fulfilled on secrets \"ruser-admin-f585ef20266ee6e88d327c03c1c1b77d4fef6340\": the object has been modified; please apply your changes to the latest version and try again]",
"details": "error removing namespace [test2] from users\nServer Backtrace: some error occurred while cleaning users: [error updating user [admin]: error updating the user secret [ruser-admin-f585ef20266ee6e88d327c03c1c1b77d4fef6340]: Operation cannot be fulfilled on secrets \"ruser-admin-f585ef20266ee6e88d327c03c1c1b77d4fef6340\": the object has been modified; please apply your changes to the latest version and try again]"
}
]
}
grudra7714
approved these changes
May 2, 2025
Contributor
grudra7714
left a comment
There was a problem hiding this comment.
LGTM, delete modal will be handled by a seperate pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR creates the namespace resource and allows override of the base list component
Occurred changes and/or fixed issues
You can now create, delete, and view namespace information when clicking the "create namespace" button from the dashboard.
Technical notes summary
None
Areas or cases that should be tested
Areas which could experience regressions
The side nav is not highlighting the correct item, this will be fixed in a separate PR>
Screenshot/Video