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

Updated all pages with new header UI #1056

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

amsiglan
Copy link
Collaborator

Description

This PR updates the header for each page to match the new core experience

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
@riysaxen-amzn
Copy link
Collaborator

can we upload the video with new UX? Also, let's monitor E2E for this PR, I remember e2e was failing for earlier PRs for this plugin

@AWSHurneyt
Copy link
Collaborator

can we upload the video with new UX? Also, let's monitor E2E for this PR, I remember e2e was failing for earlier PRs for this plugin

Looks like there's a compile error in the alerting backend artifiact.
https://github.com/opensearch-project/alerting-dashboards-plugin/actions/runs/10465973975/job/28982738615?pr=1056#step:4:51

Note: /home/runner/work/alerting-dashboards-plugin/alerting-dashboards-plugin/alerting/sample-remote-monitor-plugin/src/main/java/org/opensearch/alerting/monitor/fanouts/TransportRemoteDocLevelMonitorFanOutAction.java uses unchecked or unsafe operations.

@amsiglan could you paste the result of running the tests locally? If that passes, I think we can merge this PR while waiting for the alerting backend compiler issue to be fixed.

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
@amsiglan
Copy link
Collaborator Author

amsiglan commented Aug 20, 2024

Passing screenshots for the failures seen in the CI

image image

…edundant code; updated tests

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Copy link
Collaborator

@AWSHurneyt AWSHurneyt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good to me. Approving assuming someone with more context into the requirements for the header changes also signs off.

@amsiglan amsiglan merged commit db4af39 into opensearch-project:main Aug 20, 2024
9 of 11 checks passed
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/alerting-dashboards-plugin/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/alerting-dashboards-plugin/backport-2.x
# Create a new branch
git switch --create backport-1056-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 db4af39b4af10d25e8f691795a95eb1191ce1354
# Push it to GitHub
git push --set-upstream origin backport-1056-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/alerting-dashboards-plugin/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport-1056-to-2.x.

amsiglan added a commit to amsiglan/alerting-dashboards-plugin that referenced this pull request Aug 20, 2024
* updated all pages with new header UI

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed UTs

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed cross cluster API; cypress workflow

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed data source logic on page load for view/edit monitor; removed redundant code; updated tests

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
AWSHurneyt pushed a commit that referenced this pull request Aug 21, 2024
* updated all pages with new header UI



* fixed UTs



* fixed cross cluster API; cypress workflow



* fixed data source logic on page load for view/edit monitor; removed redundant code; updated tests



---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Comment on lines +150 to +153
core.chrome.navGroup.addNavLinksToGroup(
DEFAULT_NAV_GROUPS['security-analytics'],
navLinks
);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alerting is not supposed to be added to security-analytics, can we raise a PR to revert?

AWSHurneyt pushed a commit to AWSHurneyt/alerting-dashboards-plugin that referenced this pull request Sep 19, 2024
* updated all pages with new header UI

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed UTs

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed cross cluster API; cypress workflow

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed data source logic on page load for view/edit monitor; removed redundant code; updated tests

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants