-
Notifications
You must be signed in to change notification settings - Fork 898
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
[Workspace] Filter left nav menu items according to the current workspace #6234
Merged
ruanyl
merged 16 commits into
opensearch-project:main
from
ruanyl:filter-left-menu-based-on-current-workspace
Apr 10, 2024
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d46cc94
Filter left nav menu items according to the current workspace
ruanyl e917028
fix type error
ruanyl 42da2b2
update changelog
ruanyl 1a4d743
fix linter
ruanyl 05f5272
fixed failed tests
ruanyl 8b20984
fix tests
ruanyl 8367050
Added a comment to featureMatchesConfig for loop
ruanyl 54a6fbf
update chrome module README
ruanyl 20f0704
Merge branch 'main' into filter-left-menu-based-on-current-workspace
SuZhou-Joe aea2ab2
use application app updater to filter nav links when in a workspace
ruanyl ca541d8
rename featureMatch -> featureMatcher
ruanyl 19609ae
update initial appUpdater$ value to return undefined
ruanyl fd2598d
remove console log
ruanyl 036db0d
Merge branch 'main' into filter-left-menu-based-on-current-workspace
SuZhou-Joe 7f7cefe
fix linting
ruanyl ae9f515
Merge branch 'main' into filter-left-menu-based-on-current-workspace
ruanyl 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 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 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 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 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.
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.
Nit: can we do a quick break once matched or not matched? Or what's the expect behavior if the featureConfigs is
['@management', '!security']
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.
Found the answer in other PR. But as the question is asked by many reviewer, maybe adding some comments could help to reduce such question.
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.
Sure, updated.