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

[SIEM] Fix unnecessary re-renders on the Overview page #56587

Merged

Commits on Feb 2, 2020

  1. [SIEM] WIP

    patrykkopycinski committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    59ddb37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112a64b View commit details
    Browse the repository at this point in the history
  3. cleanup

    patrykkopycinski committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    fbcf91b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    7999e0e View commit details
    Browse the repository at this point in the history
  2. cleanup

    patrykkopycinski committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    1b40bf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1044ea6 View commit details
    Browse the repository at this point in the history
  4. fix typings

    patrykkopycinski committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d9f5dd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68a57e9 View commit details
    Browse the repository at this point in the history
  6. update tests

    patrykkopycinski committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    cadabd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into chore/siem-de…

    …ep-equal
    
    # Conflicts:
    #	x-pack/legacy/plugins/siem/public/pages/detection_engine/components/signals_histogram_panel/index.tsx
    patrykkopycinski committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    3544d45 View commit details
    Browse the repository at this point in the history
  2. cleanup

    patrykkopycinski committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    abe7967 View commit details
    Browse the repository at this point in the history
  3. cleanup

    patrykkopycinski committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    a681c58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    876805e View commit details
    Browse the repository at this point in the history
  5. bump charts

    patrykkopycinski committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    839f609 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'chore/siem-deep-equal' of github.com:patrykkopycinski/k…

    …ibana into chore/siem-deep-equal
    patrykkopycinski committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    aa2dca1 View commit details
    Browse the repository at this point in the history
  7. update tests

    patrykkopycinski committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    3ee3dd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into chore/siem-de…

    …ep-equal
    
    # Conflicts:
    #	package.json
    #	packages/kbn-ui-shared-deps/package.json
    #	x-pack/legacy/plugins/siem/public/components/auto_sizer/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/charts/areachart.tsx
    #	x-pack/legacy/plugins/siem/public/components/charts/barchart.tsx
    #	x-pack/legacy/plugins/siem/public/components/drag_and_drop/draggable_wrapper.tsx
    #	x-pack/legacy/plugins/siem/public/components/events_viewer/events_viewer.tsx
    #	x-pack/legacy/plugins/siem/public/components/events_viewer/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/flyout/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/flyout/pane/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/page/hosts/authentications_table/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/page/hosts/hosts_table/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/page/hosts/uncommon_process_table/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/page/network/network_dns_table/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/page/network/network_http_table/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/page/network/network_top_countries_table/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/page/network/network_top_n_flow_table/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/page/network/tls_table/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/page/network/users_table/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/search_bar/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/timeline/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/timeline/query_bar/index.tsx
    #	x-pack/legacy/plugins/siem/public/components/timeline/refetch_timeline.tsx
    #	x-pack/legacy/plugins/siem/public/components/url_state/use_url_state.tsx
    #	x-pack/legacy/plugins/siem/public/containers/global_time/index.tsx
    #	x-pack/legacy/plugins/siem/public/pages/home/index.tsx
    #	x-pack/legacy/plugins/siem/public/pages/hosts/details/details_tabs.tsx
    #	x-pack/legacy/plugins/siem/public/pages/hosts/details/index.tsx
    #	x-pack/legacy/plugins/siem/public/pages/hosts/hosts.tsx
    #	x-pack/legacy/plugins/siem/public/pages/hosts/hosts_tabs.tsx
    #	x-pack/legacy/plugins/siem/public/pages/network/navigation/network_routes.tsx
    #	x-pack/legacy/plugins/siem/public/pages/overview/overview.tsx
    #	yarn.lock
    patrykkopycinski committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    99c62f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into chore/siem-de…

    …ep-equal
    
    # Conflicts:
    #	x-pack/legacy/plugins/siem/public/components/events_viewer/events_viewer.tsx
    #	x-pack/legacy/plugins/siem/public/components/events_viewer/index.tsx
    patrykkopycinski committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f041e65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92f292e View commit details
    Browse the repository at this point in the history
  3. fix tests

    patrykkopycinski committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    90ab4dd View commit details
    Browse the repository at this point in the history