-
Notifications
You must be signed in to change notification settings - Fork 186
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
Fixed path in logo customization section #4352
Fixed path in logo customization section #4352
Conversation
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!
In this PR it is necessary to backport to the 4.3-7.16 branches and 4.3-1.2-wdz? |
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.
- Code review: ✔️
- Test: ✔️
…tps://github.com/wazuh/wazuh-kibana-app into Fix/4337-Wrong-path-for-Wazuh-logo-Customization
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 ✔️
Test ✔️
# ------------------------------ wazuh-logo-customization -------------------------------
#
#Define the name of the app logo saved in the path /plugins/wazuh/public/assets/
#customization.logo.app: ''
#
#Define the name of the sidebar logo saved in the path /plugins/wazuh/public/assets/
#customization.logo.sidebar: ''
#
#Define the name of the health-check logo saved in the path /plugins/wazuh/public/assets/
#customization.logo.healthcheck: ''
#
#Define the name of the reports logo (.png) saved in the path /plugins/wazuh/public/assets/
#customization.logo.reports: ''
* change of path * CHANGELOG * new constant * update test * updated constant name * updated constant name * Update CHANGELOG.md * changelog: add PR entry Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> (cherry picked from commit 05598cf)
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.3-1.2-wzd 4.3-1.2-wzd
# Navigate to the new working tree
cd .worktrees/backport-4.3-1.2-wzd
# Create a new branch
git switch --create backport-4352-to-4.3-1.2-wzd
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 05598cf83a70221e8203b2b41afd43d61813fee6
# Push it to GitHub
git push --set-upstream origin backport-4352-to-4.3-1.2-wzd
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.3-1.2-wzd Then, create a pull request where the |
Fixed path in logo customization section (#4352) * change of path * CHANGELOG * new constant * update test * updated constant name * updated constant name * Update CHANGELOG.md * changelog: add PR entry Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> (cherry picked from commit 05598cf) Co-authored-by: Chantal Belén kelm <99441266+chantal-kelm@users.noreply.github.com>
|
* change of path * CHANGELOG * new constant * update test * updated constant name * updated constant name * Update CHANGELOG.md * changelog: add PR entry Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com>
Integrated in b35023c. |
* change of path * CHANGELOG * new constant * update test * updated constant name * updated constant name * Update CHANGELOG.md * changelog: add PR entry Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com>
A new constant has been created in the
common/constants.ts
file and used in all necessary places