-
Notifications
You must be signed in to change notification settings - Fork 162
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
Fix copy link issue in Safari #1633
Fix copy link issue in Safari #1633
Conversation
5ff4d9c
to
255d7f5
Compare
@leanneeliatra Please fix the ci failures and see about adding some kind of tests to validate this change. |
Unit tests in progress to conclude this ticket (integration test and bugfix complete). |
bea354e
to
1c88499
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1633 +/- ##
==========================================
+ Coverage 66.63% 67.06% +0.43%
==========================================
Files 94 94
Lines 2395 2402 +7
Branches 319 318 -1
==========================================
+ Hits 1596 1611 +15
+ Misses 728 713 -15
- Partials 71 78 +7 ☔ View full report in Codecov by Sentry. |
@leanneeliatra It looks like there are unintended changes included in this PR, maybe you'd be better of rebasing from main and force pushing again? |
@leanneeliatra Looks like the rebase issues are behind now, happy to review once the test case is built out - thanks! |
Thank you Peter the cypress test is now complete for functionality, there is an linting error I am fixing. The jest test in progress. I will update once complete for review. |
Update: Linting errors for corresponding integration tests are now solved , I have some comments to address there and unit tests in progress. |
80ac3d3
to
dd3f902
Compare
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.
Looks good to me
Signed-off-by: leanneeliatra <[email protected]> Signed-off-by: [email protected] <[email protected]>
Signed-off-by: leanneeliatra <[email protected]> Signed-off-by: [email protected] <[email protected]>
…cks (opensearch-project#1613) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]> Signed-off-by: [email protected] <[email protected]>
…oject#1564) * changing return to dashboards with functioning logout button on error page Signed-off-by: [email protected] <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]> Co-authored-by: Peter Nied <[email protected]> Signed-off-by: [email protected] <[email protected]>
…project#1626) Signed-off-by: Vamsi Manohar <[email protected]> Signed-off-by: [email protected] <[email protected]>
…t#1636) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: [email protected] <[email protected]>
opensearch-project#1619) * finished ticket Signed-off-by: Prabhas Kurapati <[email protected]> * fixed invalid auth type error Signed-off-by: Prabhas Kurapati <[email protected]> * fixed unit tests Signed-off-by: Prabhas Kurapati <[email protected]> * made requested changes Signed-off-by: Prabhas Kurapati <[email protected]> * updated saml to AuthType.SAML + fixed basicauth test Signed-off-by: Prabhas Kurapati <[email protected]> --------- Signed-off-by: Prabhas Kurapati <[email protected]> Signed-off-by: [email protected] <[email protected]>
…nsearch-project#1641) Stabilize SAML integration test cases for security dashboard CIs (opensearch-project#1641) --------- Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
…nsearch-project#1641) Stabilize SAML integration test cases for security dashboard CIs (opensearch-project#1641) --------- Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
This reverts commit 01063d1289ab2aae7c13c114d7c608dac8002e98. Signed-off-by: [email protected] <[email protected]>
29734dc
to
4a89daf
Compare
@peternied could you review this when you have a moment please, all checks are passing here now and the integration tests are also in review. Thanks. |
cc @peternied @cwperks @DarshitChanpura @peternied @RyanL1997 |
The integration tests are now reviewed and are waiting on the final review and merge of this PR, to be merged themselves. cc @peternied @cwperks @DarshitChanpura @davidlago @RyanL1997 this PR just needs 1 more review if anyone is available. |
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.
No major concerns with this PR, but not able to replicate the original issue, so not sure if this is needed
My Safari Version is 17.1 (19616.2.9.11.7). I checked again and I can indeed reproduce this and my fix does fix it locally. From speaking with @davidlago, in the case that it can't be reproduced by some but I myself can reproduce it as could the original reporter, we can go ahead and merge this if possible please? Then the integration tests can also be merged. opensearch-project/opensearch-dashboards-functional-test#940 Thanks all. |
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.
LGMT! Thank you @leanneeliatra 🚢
Signed-off-by: [email protected] <[email protected]> Signed-off-by: leanneeliatra <[email protected]> Signed-off-by: leanneeliatra <[email protected]> (cherry picked from commit 8f1334e)
Signed-off-by: [email protected] <[email protected]> Signed-off-by: leanneeliatra <[email protected]> Signed-off-by: leanneeliatra <[email protected]> (cherry picked from commit 8f1334e) Co-authored-by: leanneeliatra <[email protected]>
Description
Bug fix for broken copy link in Safari
Issues Resolved
Testing
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.