-
Notifications
You must be signed in to change notification settings - Fork 228
feat(compass-indexes): Add view support to indexes tab COMPASS-9667 #7182
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0b4ab54
add banners to indexes tab
DarshanaVenkatesh 0c96520
update banner to include data explorer versions
DarshanaVenkatesh 6bc7021
fetching search indexes for view
DarshanaVenkatesh 8cc8504
fix indexes-toolbar
DarshanaVenkatesh aaf0f70
update ui
DarshanaVenkatesh cdbbfc8
Merge branch 'main' into COMPASS-9667
DarshanaVenkatesh 481bbd4
update indexes-toolbar test
DarshanaVenkatesh b9be029
add tests to indexes.spec.tsx
DarshanaVenkatesh 6d9d8b8
only fetch indexes for version 8.1+
DarshanaVenkatesh 8f2ec15
fix conditionals
DarshanaVenkatesh 5b976d3
Merge branch 'main' into COMPASS-9667
DarshanaVenkatesh fbbb21f
change or to and
DarshanaVenkatesh 50cee9a
add to useEffect conditional
DarshanaVenkatesh aa59476
remove fetch for version
DarshanaVenkatesh 26e428b
add verison check back but remove from store
DarshanaVenkatesh 73b536b
pr review changes
DarshanaVenkatesh 6961789
move function
DarshanaVenkatesh f6cee34
Merge branch 'main' into COMPASS-9667
DarshanaVenkatesh cd9de5b
fix indexes-toolbar.spec
DarshanaVenkatesh 6c47264
fix initial state import
DarshanaVenkatesh 4dccafe
Merge branch 'main' into COMPASS-9667
DarshanaVenkatesh dad9efd
cleanup comparisons
DarshanaVenkatesh 815f210
Merge branch 'main' into COMPASS-9667
DarshanaVenkatesh f88bf80
remove de errors
DarshanaVenkatesh f7983f1
Merge branch 'main' into COMPASS-9667
DarshanaVenkatesh 7bc8bb7
add missing dep
DarshanaVenkatesh e060334
installed for lockfile
DarshanaVenkatesh 3d29b2c
replace button onClick with href
DarshanaVenkatesh 0de5a0e
Merge branch 'main' into COMPASS-9667
DarshanaVenkatesh 2833412
ran prettier
DarshanaVenkatesh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small note for the future, I'm not sure what's doing the re-ordering of the imports here, we don't have this style requirement in compass, but it makes reviewing this code way harder because it's not clear what exactly changed in the imports. If it's possible at all not to do, that would be very helpful 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, will keep this in mind. I think it's probably an intelllij setting I have set up that I can disable.