-
Notifications
You must be signed in to change notification settings - Fork 917
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
[Rename] missed kibana references in project (#37) #183
[Rename] missed kibana references in project (#37) #183
Conversation
Signed-off-by: Bishoy Boktor <[email protected]>
✅ DCO Check Passed |
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.
LGTM!
@@ -234,10 +234,10 @@ const MyApp = ({ basename }) => ( | |||
// Setup router's basename from the basename provided from MountContext | |||
<BrowserRouter basename={basename}> | |||
|
|||
{/* mykibana.com/app/my-app/ */} | |||
{/* myopensearchDashboards.com/app/my-app/ */} |
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.
i don't think this matters since it is force example purposes but should this be consistent with mykibana or even myopensearch-dashboards.com ?
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.
LGTM !!
Signed-off-by: Bishoy Boktor <[email protected]>
Signed-off-by: Bishoy Boktor <[email protected]>
Signed-off-by: Bishoy Boktor <[email protected]>
…nsearch-project#178) (opensearch-project#183) * feat: setup reserved workspaces when calling list workspaces API * feat: fix test flow * feat: fix lint * feat: fix typos * fix: setup personal workspace using correct id * refractor: move function getPrincipalsFromRequest to a util function * feat: change code according to comment * feat: modify reserved workspace permission --------- (cherry picked from commit 4bccdea) Signed-off-by: SuZhou-Joe <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Bishoy Boktor [email protected]