forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 79
Migrate main to 3.0.0 #683
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
Open
yenienserrano
wants to merge
45
commits into
main-3.0.0
Choose a base branch
from
migrate-main-to-3.0.0
base: main-3.0.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Signed-off-by: yenienserrano <[email protected]> Signed-off-by: Álex Ruiz <[email protected]> Signed-off-by: Ian Yenien Serrano <[email protected]> Signed-off-by: JuanGarriuz <[email protected]> Signed-off-by: Nicolas Agustin Guevara Pihen <[email protected]> Co-authored-by: Álex Ruiz <[email protected]> Co-authored-by: Maximiliano Ibarra <[email protected]> Co-authored-by: Nicolas Agustin Guevara Pihen <[email protected]> Co-authored-by: Antonio <[email protected]> Co-authored-by: Tostti <[email protected]> Co-authored-by: Raul Del Pozo Moreno <[email protected]> Co-authored-by: Luciano Gorza <[email protected]> Co-authored-by: Federico Rodriguez <[email protected]> Co-authored-by: Chantal Belén kelm <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> Co-authored-by: Guido Modarelli <[email protected]> Co-authored-by: Antonio David Gutiérrez <[email protected]>
Signed-off-by: yenienserrano <[email protected]> Signed-off-by: Álex Ruiz <[email protected]> Signed-off-by: Ian Yenien Serrano <[email protected]> Signed-off-by: JuanGarriuz <[email protected]> Signed-off-by: Nicolas Agustin Guevara Pihen <[email protected]> Co-authored-by: Ian Yenien Serrano <[email protected]> Co-authored-by: Álex Ruiz <[email protected]> Co-authored-by: Maximiliano Ibarra <[email protected]> Co-authored-by: Nicolas Agustin Guevara Pihen <[email protected]> Co-authored-by: Antonio <[email protected]> Co-authored-by: Tostti <[email protected]> Co-authored-by: Raul Del Pozo Moreno <[email protected]> Co-authored-by: Luciano Gorza <[email protected]> Co-authored-by: Federico Rodriguez <[email protected]> Co-authored-by: Chantal Belén kelm <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> Co-authored-by: Antonio David Gutiérrez <[email protected]>
Co-authored-by: Federico Rodriguez <[email protected]>
Signed-off-by: yenienserrano <[email protected]> Signed-off-by: Álex Ruiz <[email protected]> Signed-off-by: Ian Yenien Serrano <[email protected]> Signed-off-by: JuanGarriuz <[email protected]> Signed-off-by: Nicolas Agustin Guevara Pihen <[email protected]> Co-authored-by: Guido Modarelli <[email protected]> Co-authored-by: Ian Yenien Serrano <[email protected]> Co-authored-by: Álex Ruiz <[email protected]> Co-authored-by: Maximiliano Ibarra <[email protected]> Co-authored-by: Antonio <[email protected]> Co-authored-by: Raul Del Pozo Moreno <[email protected]> Co-authored-by: Luciano Gorza <[email protected]> Co-authored-by: Federico Rodriguez <[email protected]> Co-authored-by: Chantal Belén kelm <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> Co-authored-by: Antonio David Gutiérrez <[email protected]>
Co-authored-by: Antonio <[email protected]> Co-authored-by: Nicolas Agustin Guevara Pihen <[email protected]>
Co-authored-by: Antonio <[email protected]> Co-authored-by: Nicolas Agustin Guevara Pihen <[email protected]>
This reverts commit ab5f03c.
Signed-off-by: Ian Yenien Serrano <[email protected]>
Signed-off-by: Ian Yenien Serrano <[email protected]> Co-authored-by: Ian Yenien Serrano <[email protected]>
Signed-off-by: yenienserrano <[email protected]> Signed-off-by: Álex Ruiz <[email protected]> Signed-off-by: Ian Yenien Serrano <[email protected]> Signed-off-by: JuanGarriuz <[email protected]> Signed-off-by: Nicolas Agustin Guevara Pihen <[email protected]> Co-authored-by: Guido Modarelli <[email protected]> Co-authored-by: Ian Yenien Serrano <[email protected]> Co-authored-by: Álex Ruiz <[email protected]> Co-authored-by: Maximiliano Ibarra <[email protected]> Co-authored-by: Antonio <[email protected]> Co-authored-by: Raul Del Pozo Moreno <[email protected]> Co-authored-by: Luciano Gorza <[email protected]> Co-authored-by: Federico Rodriguez <[email protected]> Co-authored-by: Chantal Belén kelm <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> Co-authored-by: Antonio David Gutiérrez <[email protected]>
Updates nth-child selector from 2 to 3 to target the correct element in the canvas results structure. Increases viewport height calculations by 22px at both breakpoints (from 462px to 484px for wider screens, from 422px to 444px for larger screens) to better accommodate header and UI element changes.
Standardizes all workflow jobs to use Ubuntu 24.04 runners, with appropriate ARM variants for ARM64 architectures. Also fixes version pattern matching logic to properly handle version comparisons by ensuring the major.minor version string includes a trailing dot.
Eliminates Windows-latest from the test matrix and removes test group 11 to streamline the continuous integration process. This reduces the complexity of the build pipeline by focusing on Linux-only testing.
Comments out multiple test groups (6-9, 11, 13) in the Cypress workflow because OpenSearch Dashboards sample data is disabled. Keeps essential query enhanced test groups active while removing dependency on sample data that is no longer available.
Adds data.spec.js to the ignored test files list in the Cypress configuration to prevent it from running during the automated test suite execution.
Corrects improper indentation of the command parameter in the Cypress test execution step, ensuring proper YAML syntax and workflow functionality.
Comments out test group 2 configuration due to disabled sample data in OpenSearch Dashboards. Removes data.spec.js from ignored test files list as it's no longer needed in the test exclusions.
Machi3mfl
approved these changes
Jun 3, 2025
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.
6 tasks
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 adds the compatibility with OpenSearch Dashboards 3.0.0.
Build:
deb amd
https://github.com/wazuh/wazuh-dashboard/actions/runs/15325638234
rpm amd
https://github.com/wazuh/wazuh-dashboard/actions/runs/15325645732
deb arm
https://github.com/wazuh/wazuh-dashboard/actions/runs/15325655162
rpm arm
https://github.com/wazuh/wazuh-dashboard/actions/runs/15325660567
Issues Resolved
Screenshot