Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(databases-collections): handle non-existent namespaces COMPASS-5750 #6664

Merged
merged 27 commits into from
Jan 31, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
95e2ed1
setup data for the feature
mabaasit Jan 27, 2025
4678b4d
update sidebar
mabaasit Jan 27, 2025
8c3489b
update database-collection
mabaasit Jan 27, 2025
ad89873
correct icon
mabaasit Jan 28, 2025
a387b72
update workspace tabs
mabaasit Jan 28, 2025
32f9ae5
rename property
mabaasit Jan 28, 2025
52bfd4f
fetch collstats only if db exists
mabaasit Jan 28, 2025
f421be4
clean up
mabaasit Jan 28, 2025
f7c760f
checks and lint
mabaasit Jan 28, 2025
1d245e5
Merge branch 'main' into COMPASS-5750-non-existent-ns
mabaasit Jan 28, 2025
8e3506e
fix log id and message
mabaasit Jan 28, 2025
1d119f7
tests
mabaasit Jan 29, 2025
6d132b2
correcct comment
mabaasit Jan 29, 2025
9e31ef5
correct color on grid
mabaasit Jan 29, 2025
4cf633a
rename prop
mabaasit Jan 29, 2025
79e2ca7
also handle non-existent collections
mabaasit Jan 29, 2025
5a0ec67
fix check
mabaasit Jan 29, 2025
731ac2d
react to changes
mabaasit Jan 29, 2025
fdcfb42
do mix with adapt ns info
mabaasit Jan 29, 2025
bd05401
border on hover
mabaasit Jan 30, 2025
3740848
Merge branch 'main' into COMPASS-5750-non-existent-ns
mabaasit Jan 30, 2025
6b44ac1
use spacing nums
mabaasit Jan 30, 2025
c671c7c
Merge branch 'COMPASS-5750-non-existent-ns' of https://github.com/mon…
mabaasit Jan 30, 2025
523154c
text change
mabaasit Jan 30, 2025
fab0289
Merge branch 'main' into COMPASS-5750-non-existent-ns
mabaasit Jan 30, 2025
df696e1
Merge remote-tracking branch 'origin' into COMPASS-5750-non-existent-ns
mabaasit Jan 31, 2025
dc52d8e
install
mabaasit Jan 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
correct icon
mabaasit committed Jan 28, 2025
commit ad8987353be1390c2820a4f62bc7d4fd727c0830
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ export const NavigationItemIcon = ({ item }: { item: SidebarTreeItem }) => {
}
if (item.type === 'collection') {
if (item.ns_source === 'provisioned') {
return <Icon glyph="Collection" />;
return <Icon glyph="Folder" />;
}
return (
<IconWithTooltip