-
Notifications
You must be signed in to change notification settings - Fork 176
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
Security Getting Started page follows Dashboard themes #1538
Conversation
Based on this comment, |
@peternied are these tests supposed to be failing? |
@RyanL1997 I believe you were looking into these failures, could you link the issue tracking it? |
e0569bb
to
7bfd411
Compare
Signed-off-by: Miki <miki@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #1538 +/- ##
=======================================
Coverage 66.06% 66.06%
=======================================
Files 93 93
Lines 2328 2328
Branches 310 310
=======================================
Hits 1538 1538
Misses 722 722
Partials 68 68
|
@AMoo-Miki The failing checks now are related to compilation issues in the backend security plugin repo. There's an open PR here: opensearch-project/security#3091 There's potentially another issue with some selenium tests and the latest version of FF: #1533 (comment) Looking into the FF issue now. I will re-run the failed checks when the backend PR is merged and also reply back if any rebasing is needed. Thank you for the PR. This change looks good to me. |
Thank you @AMoo-Miki. This is great! I appreciate all your help with resolving this. |
@AMoo-Miki This can be rebased now. The test failures you are seeing were due to an issue with the latest version of the selenium-webdriver: #1540. |
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.
Thanks @AMoo-Miki. I'm re-running the unit tests now.
Is there anything more I can do for you on this PR? |
Nothing from me. This looks good to merge. |
Signed-off-by: Miki <miki@amazon.com> Co-authored-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Ryan Liang <109499885+RyanL1997@users.noreply.github.com> (cherry picked from commit 20ba268)
Signed-off-by: Miki <miki@amazon.com> Co-authored-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Ryan Liang <109499885+RyanL1997@users.noreply.github.com> Signed-off-by: Sam <samuel.costa@eliatra.com>
* Make the steps diagram honor the theme (#1538) Signed-off-by: Miki <miki@amazon.com> Co-authored-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Ryan Liang <109499885+RyanL1997@users.noreply.github.com> (cherry picked from commit 20ba268) * Update jwt_auth.test.ts Extend timeout for 2.x line Signed-off-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> --------- Signed-off-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com>
* Make the steps diagram honor the theme (#1538) Signed-off-by: Miki <miki@amazon.com> Co-authored-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Ryan Liang <109499885+RyanL1997@users.noreply.github.com> Signed-off-by: Sam <samuel.costa@eliatra.com> * Adding testing info do DEVELOPER_GUIDE.md Signed-off-by: Sam <samuel.costa@eliatra.com> * Minor changes and adding link Signed-off-by: Sam <samuel.costa@eliatra.com> --------- Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Sam <samuel.costa@eliatra.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Ryan Liang <109499885+RyanL1997@users.noreply.github.com>
Description
public/assets/get_started.svg
was an atrocious 18KB asset; cleaned it up to 3.5KB.get_started.svg
.svgr
or anything for inlining SVGs so can't usecurrentColor
; I have put it in the source SVGs anyway in case it is added in the future.Issues Resolved
#1527 - Part 1
Check List
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.