Skip to content
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

Add Wazuh changes (styles and images) #50

Merged
merged 18 commits into from
May 11, 2023
Merged

Conversation

AlexRuiz7
Copy link
Member

Description

The following list of changes have been applied:

List of changes that could not be applied and reason:

  • Replace redirections to /home with /app/wazuh. Reason: the Wazuh plugin is not installed by default, This redirection leads to a 404: app not found view. We need to find a better way to do this change.
    Done in Replace redirection to /home with /app/wazuh #17 as part of Create default config files for Wazuh #26
  • Changes to the documentation links and replacement of the OSD version with the Wazuh version. Reason: the version field in the package.json file cannot be changed, as it must match the version of the OpenSearch Indexer. A new field must be added to store the Wazuh version, and new code must be created to read this field during and use it during runtime. Will be done in a separate issue.
    Done in Replace documentation links with Wazuh's #18
  • Remove "New to OpenSearch Dashboards" message with link to OpenSearch Dashboards sample data in Dashboard plugin. Reason: this component has several entry points and collateral effects that we need to study. We'll probably need to disable the route to this view and remove all links to it. Some other views might be affected. We'll perform this change in a separate issue.
    Done in Disable the addition of sample data #19

Issues Resolved

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
    • yarn test:ftr
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@AlexRuiz7 AlexRuiz7 marked this pull request as draft April 28, 2023 12:19
@AlexRuiz7 AlexRuiz7 linked an issue Apr 28, 2023 that may be closed by this pull request
@AlexRuiz7
Copy link
Member Author

Check #22 for further info.

@AlexRuiz7 AlexRuiz7 marked this pull request as ready for review May 9, 2023 15:10
@AlexRuiz7 AlexRuiz7 merged commit eb8d743 into wz-init May 11, 2023
@AlexRuiz7 AlexRuiz7 deleted the 15-add-visual-changes branch May 11, 2023 09:03
yenienserrano added a commit that referenced this pull request Jun 1, 2023
Signed-off-by: Álex Ruiz <[email protected]>
Co-authored-by: Ian Yenien Serrano <[email protected]>
Co-authored-by: yenienserrano <[email protected]>
yenienserrano added a commit that referenced this pull request Jun 1, 2023
Signed-off-by: Álex Ruiz <[email protected]>
Co-authored-by: Ian Yenien Serrano <[email protected]>
Co-authored-by: yenienserrano <[email protected]>
yenienserrano added a commit that referenced this pull request Jun 2, 2023
Signed-off-by: Álex Ruiz <[email protected]>
Co-authored-by: Ian Yenien Serrano <[email protected]>
Co-authored-by: yenienserrano <[email protected]>
yenienserrano added a commit that referenced this pull request Jun 9, 2023
Signed-off-by: Álex Ruiz <[email protected]>
Co-authored-by: Ian Yenien Serrano <[email protected]>
Co-authored-by: yenienserrano <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change CSS styles and images
2 participants