forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Disable the overview app #41
Merged
Merged
Conversation
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
yenienserrano
approved these changes
Apr 20, 2023
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
Desvelao
approved these changes
Apr 20, 2023
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.
review
🟢 code
AlexRuiz7
force-pushed
the
37-hide-overview-app
branch
from
April 20, 2023 11:48
913f314
to
84b6969
Compare
AlexRuiz7
added a commit
that referenced
this pull request
Apr 20, 2023
commit edc1d25 Author: Alex Ruiz Becerra <[email protected]> Date: Wed Apr 19 23:50:46 2023 +0200 Revert hide overview app Moved to #41 commit 80e05b8 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 13:08:13 2023 +0200 Change the word dashboard to lowercase commit 80e8e26 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 13:04:35 2023 +0200 Undo change Wazuh documentation commit cc6f646 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 12:54:06 2023 +0200 Undo changes support links commit eadeaea Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 12:45:52 2023 +0200 Undo changes to settings.js commit 7ef51bc Author: Alex Ruiz Becerra <[email protected]> Date: Wed Feb 15 18:37:16 2023 +0100 Revert changes on useExpandedHeaders setting due to Cypress tests commit 7baeca3 Author: Alex Ruiz Becerra <[email protected]> Date: Fri Feb 10 15:51:32 2023 +0100 Remove commented code and update snapshots commit 03b775f Author: Alex Ruiz Becerra <[email protected]> Date: Thu Feb 2 18:47:12 2023 +0100 Add more changes from Wazuh commit 75ac4ce Author: Alex Ruiz Becerra <[email protected]> Date: Wed Feb 1 15:20:51 2023 +0100 Push first batch of changes from Wazuh commit 3d9ba6d Author: Alex Ruiz Becerra <[email protected]> Date: Mon Apr 17 20:01:21 2023 +0200 Update Browserslist: caniuse-lite Was preventing tests to pass commit 3c6d5ea Author: Alex Ruiz Becerra <[email protected]> Date: Mon Feb 13 13:48:24 2023 +0100 Fix functional tests
AlexRuiz7
added a commit
that referenced
this pull request
Apr 20, 2023
commit edc1d25 Author: Alex Ruiz Becerra <[email protected]> Date: Wed Apr 19 23:50:46 2023 +0200 Revert hide overview app Moved to #41 commit 80e05b8 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 13:08:13 2023 +0200 Change the word dashboard to lowercase commit 80e8e26 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 13:04:35 2023 +0200 Undo change Wazuh documentation commit cc6f646 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 12:54:06 2023 +0200 Undo changes support links commit eadeaea Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 12:45:52 2023 +0200 Undo changes to settings.js commit 7ef51bc Author: Alex Ruiz Becerra <[email protected]> Date: Wed Feb 15 18:37:16 2023 +0100 Revert changes on useExpandedHeaders setting due to Cypress tests commit 7baeca3 Author: Alex Ruiz Becerra <[email protected]> Date: Fri Feb 10 15:51:32 2023 +0100 Remove commented code and update snapshots commit 03b775f Author: Alex Ruiz Becerra <[email protected]> Date: Thu Feb 2 18:47:12 2023 +0100 Add more changes from Wazuh commit 75ac4ce Author: Alex Ruiz Becerra <[email protected]> Date: Wed Feb 1 15:20:51 2023 +0100 Push first batch of changes from Wazuh commit 3d9ba6d Author: Alex Ruiz Becerra <[email protected]> Date: Mon Apr 17 20:01:21 2023 +0200 Update Browserslist: caniuse-lite Was preventing tests to pass commit 3c6d5ea Author: Alex Ruiz Becerra <[email protected]> Date: Mon Feb 13 13:48:24 2023 +0100 Fix functional tests
AlexRuiz7
commented
Apr 21, 2023
@@ -30,5 +30,5 @@ | |||
|
|||
export const PLUGIN_ID = 'opensearchDashboardsOverview'; | |||
export const PLUGIN_NAME = 'Overview'; | |||
export const PLUGIN_PATH = `/app/opensearch_dashboards_overview`; | |||
export const PLUGIN_PATH = ''; |
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.
AlexRuiz7
commented
Apr 21, 2023
yenienserrano
added a commit
that referenced
this pull request
Apr 21, 2023
commit ebc6c7c Author: Alex Ruiz Becerra <[email protected]> Date: Wed Apr 19 23:50:46 2023 +0200 Revert hide overview app Moved to #41 commit 382d527 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 13:08:13 2023 +0200 Change the word dashboard to lowercase commit 0a58c36 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 13:04:35 2023 +0200 Undo change Wazuh documentation commit 6224f5b Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 12:54:06 2023 +0200 Undo changes support links commit b49aa27 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 12:45:52 2023 +0200 Undo changes to settings.js commit 4a972b3 Author: Alex Ruiz Becerra <[email protected]> Date: Wed Feb 15 18:37:16 2023 +0100 Revert changes on useExpandedHeaders setting due to Cypress tests commit 1e4b14c Author: Alex Ruiz Becerra <[email protected]> Date: Fri Feb 10 15:51:32 2023 +0100 Remove commented code and update snapshots commit 99615d4 Author: Alex Ruiz Becerra <[email protected]> Date: Thu Feb 2 18:47:12 2023 +0100 Add more changes from Wazuh commit bab182d Author: Alex Ruiz Becerra <[email protected]> Date: Wed Feb 1 15:20:51 2023 +0100 Push first batch of changes from Wazuh
It was causing the Discover app not to render
AlexRuiz7
force-pushed
the
37-hide-overview-app
branch
from
April 21, 2023 10:43
2d6e662
to
2d6f9fd
Compare
Machi3mfl
approved these changes
Apr 26, 2023
This was referenced Apr 28, 2023
Merged
yenienserrano
pushed a commit
that referenced
this pull request
May 8, 2023
commit edc1d25 Author: Alex Ruiz Becerra <[email protected]> Date: Wed Apr 19 23:50:46 2023 +0200 Revert hide overview app Moved to #41 commit 80e05b8 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 13:08:13 2023 +0200 Change the word dashboard to lowercase commit 80e8e26 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 13:04:35 2023 +0200 Undo change Wazuh documentation commit cc6f646 Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 12:54:06 2023 +0200 Undo changes support links commit eadeaea Author: Ian Yenien Serrano <[email protected]> Date: Tue Apr 18 12:45:52 2023 +0200 Undo changes to settings.js commit 7ef51bc Author: Alex Ruiz Becerra <[email protected]> Date: Wed Feb 15 18:37:16 2023 +0100 Revert changes on useExpandedHeaders setting due to Cypress tests commit 7baeca3 Author: Alex Ruiz Becerra <[email protected]> Date: Fri Feb 10 15:51:32 2023 +0100 Remove commented code and update snapshots commit 03b775f Author: Alex Ruiz Becerra <[email protected]> Date: Thu Feb 2 18:47:12 2023 +0100 Add more changes from Wazuh commit 75ac4ce Author: Alex Ruiz Becerra <[email protected]> Date: Wed Feb 1 15:20:51 2023 +0100 Push first batch of changes from Wazuh commit 3d9ba6d Author: Alex Ruiz Becerra <[email protected]> Date: Mon Apr 17 20:01:21 2023 +0200 Update Browserslist: caniuse-lite Was preventing tests to pass commit 3c6d5ea Author: Alex Ruiz Becerra <[email protected]> Date: Mon Feb 13 13:48:24 2023 +0100 Fix functional tests
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.
Description
This pull request disables the
overview
app per Wazuh leaders' request.Issues Resolved
Closes #37
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr