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

Migrated fixed_scroll karma tests to jest #72258

Merged
merged 3 commits into from
Jul 21, 2020

Conversation

VladLasitsa
Copy link
Contributor

Summary

Migrated fixed_scroll karma tests to jest

Checklist

Delete any items that are not applicable to this PR.

For maintainers

@VladLasitsa VladLasitsa requested review from kertal and alexwizp July 17, 2020 11:39
@kertal
Copy link
Member

kertal commented Jul 17, 2020

@elasticmachine merge upstream

@VladLasitsa VladLasitsa marked this pull request as ready for review July 20, 2020 09:39
@VladLasitsa VladLasitsa requested a review from a team July 20, 2020 09:39
@VladLasitsa
Copy link
Contributor Author

@elasticmachine merge upstream

@VladLasitsa VladLasitsa self-assigned this Jul 20, 2020
@VladLasitsa VladLasitsa added Feature:NP Migration v7.9.0 v8.0.0 release_note:skip Skip the PR/issue when compiling release notes Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Jul 20, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Member

@kertal kertal left a comment

Choose a reason for hiding this comment

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

Code LGTM, thank you so much for converting this 🙏 ! Run locally, works.

beforeEach(function () {
spyJQueryScrollLeft = sandbox.spy($.fn, 'scrollLeft');
spyJQLiteScrollLeft = sandbox.stub();
angular.element.prototype.scrollLeft = spyJQLiteScrollLeft;
Copy link
Member

Choose a reason for hiding this comment

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

you've cleaned up other angular.element.prototype props, so I think this should be cleanup up too

@VladLasitsa VladLasitsa merged commit 98478b4 into elastic:master Jul 21, 2020
VladLasitsa added a commit to VladLasitsa/kibana that referenced this pull request Jul 21, 2020
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 21, 2020
* master:
  [Security Solution][Timeline] Add Empty view to the Timelines page (elastic#72576)
  [Security Solution][Resolver] Show process detail panel when clicking a process node (elastic#72563)
  Move manifest packageConfig mocks into security_solution plugin (elastic#72527)
  [QA][Code Coverage] Fixup Team Assignment (elastic#72467)
  [docs] remove references to tile map visualization in supported aggregations (elastic#72493)
  [ci][apm-ui] fix argument name for disabling pr comments (elastic#72633)
  Only check that the event ids are the same in arrays (elastic#72624)
  Add doc titles to ES UI apps (elastic#71045)
  Add Upgrade Assistant API integration test to ensure the reindex operation saved object can handle immense error messages (elastic#72347)
  [APM] Disable flaky rum e2e’s (elastic#72614)
  Applying tiny fix from 72532 to main branch (elastic#72533)
  [APM] Update script with new roles/users (elastic#72599)
  [Security Solution] Add margin (elastic#72542)
  Migrated fixed_scroll karma tests to jest (elastic#72258)
  [ML] Handling data recognizer saved object errors (elastic#72447)
  [Monitoring] Fix the messaging around needing TLS enabled (elastic#72310)
  [Task Manager] Batches the update operations in Task Manager  (elastic#71470)
VladLasitsa added a commit that referenced this pull request Jul 22, 2020
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 22, 2020
…feature-privileges

* alerting/consumer-based-rbac:
  [Security Solution][Timeline] Add Empty view to the Timelines page (elastic#72576)
  [Security Solution][Resolver] Show process detail panel when clicking a process node (elastic#72563)
  renamed variable to make it clear the SO client is unsecured
  Move manifest packageConfig mocks into security_solution plugin (elastic#72527)
  [QA][Code Coverage] Fixup Team Assignment (elastic#72467)
  [docs] remove references to tile map visualization in supported aggregations (elastic#72493)
  [ci][apm-ui] fix argument name for disabling pr comments (elastic#72633)
  Only check that the event ids are the same in arrays (elastic#72624)
  includes hidden params type in SO client
  Add doc titles to ES UI apps (elastic#71045)
  Add Upgrade Assistant API integration test to ensure the reindex operation saved object can handle immense error messages (elastic#72347)
  [APM] Disable flaky rum e2e’s (elastic#72614)
  Applying tiny fix from 72532 to main branch (elastic#72533)
  [APM] Update script with new roles/users (elastic#72599)
  [Security Solution] Add margin (elastic#72542)
  Migrated fixed_scroll karma tests to jest (elastic#72258)
  [ML] Handling data recognizer saved object errors (elastic#72447)
  [Monitoring] Fix the messaging around needing TLS enabled (elastic#72310)
  [Task Manager] Batches the update operations in Task Manager  (elastic#71470)
@flash1293
Copy link
Contributor

flash1293 commented Sep 7, 2020

@VladLasitsa This PR was merged after the 7.10 FF, but only backported to 7.9 - this means these changes are in 7.9, but not in 7.x right now. Could you add a backport to 7.x as well?

@mshustov
Copy link
Contributor

mshustov commented Sep 7, 2020

or maybe @alexwizp can help with this

@alexwizp
Copy link
Contributor

alexwizp commented Sep 7, 2020

@VladLasitsa It should also be backported to 7.x

alexwizp pushed a commit to VladLasitsa/kibana that referenced this pull request Sep 7, 2020
Co-authored-by: Elastic Machine <[email protected]>
# Conflicts:
#	src/plugins/discover/public/application/angular/doc_table/fixed_scroll.js
alexwizp added a commit that referenced this pull request Sep 7, 2020
Co-authored-by: Elastic Machine <[email protected]>
# Conflicts:
#	src/plugins/discover/public/application/angular/doc_table/fixed_scroll.js

Co-authored-by: Uladzislau Lasitsa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:NP Migration release_note:skip Skip the PR/issue when compiling release notes Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants