-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 Solution] Refactor GlobalTime to useGlobalTime hook and cle… #69345
[Security Solution] Refactor GlobalTime to useGlobalTime hook and cle… #69345
Conversation
…y-use-global-time-hook # Conflicts: # x-pack/plugins/security_solution/public/alerts/components/alerts_histogram_panel/index.tsx # x-pack/plugins/security_solution/public/alerts/pages/detection_engine/detection_engine.tsx # x-pack/plugins/security_solution/public/alerts/pages/detection_engine/rules/details/index.tsx # x-pack/plugins/security_solution/public/common/components/top_n/index.tsx # x-pack/plugins/security_solution/public/common/containers/global_time/index.tsx # x-pack/plugins/security_solution/public/hosts/pages/details/index.tsx # x-pack/plugins/security_solution/public/hosts/pages/details/types.ts # x-pack/plugins/security_solution/public/hosts/pages/hosts.tsx # x-pack/plugins/security_solution/public/hosts/pages/index.tsx # x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map.tsx # x-pack/plugins/security_solution/public/network/components/embeddables/types.ts # x-pack/plugins/security_solution/public/network/pages/index.tsx # x-pack/plugins/security_solution/public/network/pages/network.tsx # x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx # x-pack/plugins/security_solution/public/overview/components/overview_host/index.tsx # x-pack/plugins/security_solution/public/overview/components/overview_network/index.tsx # x-pack/plugins/security_solution/public/overview/pages/overview.tsx
…y-use-global-time-hook
Pinging @elastic/siem (Team:SIEM) |
@elasticmachine merge upstream |
x-pack/plugins/security_solution/public/common/containers/use_global_time/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/hosts/pages/hosts.test.tsx
Outdated
Show resolved
Hide resolved
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! Thank you!
…y-use-global-time-hook
…y-use-global-time-hook # Conflicts: # x-pack/plugins/security_solution/public/alerts/components/alerts_histogram_panel/index.tsx # x-pack/plugins/security_solution/public/network/components/embeddables/types.ts # x-pack/plugins/security_solution/public/overview/pages/overview.tsx
@elasticmachine merge upstream |
…y-use-global-time-hook
…y-use-global-time-hook # Conflicts: # x-pack/plugins/security_solution/public/common/components/top_n/index.tsx # x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx # x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx # x-pack/plugins/security_solution/public/overview/components/signals_by_category/index.tsx
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
* master: [APM] Fix flaky e2e’s (elastic#70790) [Discover] Migrate server side saved object from data to discover plugin (elastic#70342) [APM] Update docs on running API tests (elastic#70765) test: 💍 delete a flaky test (elastic#70785) [Security Solution] Refactor GlobalTime to useGlobalTime hook and cle… (elastic#69345) Remove IE11 mention from PR template [skip ci] (elastic#70486) [GS] add savedObjects result provider (elastic#68619) remove snapshot from disabled test suite. (elastic#70769)
* actions/feature: improved copy [APM] Fix flaky e2e’s (elastic#70790) [Discover] Migrate server side saved object from data to discover plugin (elastic#70342) [APM] Update docs on running API tests (elastic#70765) test: 💍 delete a flaky test (elastic#70785) [Security Solution] Refactor GlobalTime to useGlobalTime hook and cle… (elastic#69345) Remove IE11 mention from PR template [skip ci] (elastic#70486) [GS] add savedObjects result provider (elastic#68619) remove snapshot from disabled test suite. (elastic#70769)
Pinging @elastic/security-solution (Team: SecuritySolution) |
…anup types
Summary
Cleanup render props approach with hooks 🚀
Checklist