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

[Security Solution] [142435] add is one of operator #144988

Merged
merged 38 commits into from
Nov 16, 2022

Commits on Oct 3, 2022

  1. Add is one of operator. and update tests

    Kristof-Pierre Cummings committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8a5c107 View commit details
    Browse the repository at this point in the history
  2. Prevent usage of is one of operator on timeline templates

    Kristof-Pierre Cummings committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    168650a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 142435-add-is-one-of-operator-for-data-provi…

    …ders
    Kristof-Pierre Cummings committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f6a6bde View commit details
    Browse the repository at this point in the history
  4. Fix some erroneous typings

    Kristof-Pierre Cummings committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    570c53c View commit details
    Browse the repository at this point in the history
  5. fix linting errors

    Kristof-Pierre Cummings committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b622169 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5be8952 View commit details
    Browse the repository at this point in the history
  7. fix failing tests and snapshots

    Kristof-Pierre Cummings committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5d795ff View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. further changes from code review

    Kristof-Pierre Cummings committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    de6add8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '142435-add-is-one-of-operator-for-data-providers' of gi…

    …thub.com:jamster10/kibana into 142435-add-is-one-of-operator-for-data-providers
    Kristof-Pierre Cummings committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c43f9ca View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. merge main and update useNavigateToTimeline

    Kristof-Pierre Cummings committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9105a6c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. further changes from code review

    Kristof-Pierre Cummings committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    9d458f6 View commit details
    Browse the repository at this point in the history
  2. merge main

    Kristof-Pierre Cummings committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    35c4095 View commit details
    Browse the repository at this point in the history
  3. fix lint problems

    Kristof-Pierre Cummings committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    c95630a View commit details
    Browse the repository at this point in the history
  4. further clean up

    Kristof-Pierre Cummings committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    37c295e View commit details
    Browse the repository at this point in the history
  5. fixes

    Kristof-Pierre Cummings committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5242ddf View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. add callout for no is one of template with preventing safe

    Kristof-Pierre Cummings committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    5ca3aab View commit details
    Browse the repository at this point in the history
  2. fix typing

    Kristof-Pierre Cummings committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    33f86f0 View commit details
    Browse the repository at this point in the history
  3. merge main

    Kristof-Pierre Cummings committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    986ba6a View commit details
    Browse the repository at this point in the history
  4. further fixes

    Kristof-Pierre Cummings committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    fcb27bf View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. add tests for kql equivolence

    Kristof-Pierre Cummings committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6bdaa09 View commit details
    Browse the repository at this point in the history
  2. remove upper-case file

    Kristof-Pierre Cummings committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f5550d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Merge branch 'main' into 142435-add-is-one-of-operstor

    Kristof-Pierre Cummings committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    b3633e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. use toString method instead of string literal

    Kristof-Pierre Cummings committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ecd1b18 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 142435-add-is-one-of-operstor

    Kristof-Pierre Cummings committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e9fa685 View commit details
    Browse the repository at this point in the history
  3. escape special characters within is one of queries

    Kristof-Pierre Cummings committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3837184 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into 142435-add-is-one-of-operstor

    Kristof-Pierre Cummings committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    aee9d98 View commit details
    Browse the repository at this point in the history
  5. fix failing tests

    Kristof-Pierre Cummings committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a538794 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into 142435-add-is-one-of-operstor

    Kristof-Pierre Cummings committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c32be57 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. further changes from code review

    Kristof-Pierre Cummings committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    10160c8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 142435-add-is-one-of-operstor

    Kristof-Pierre Cummings committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a4c41fb View commit details
    Browse the repository at this point in the history
  3. update isInvalid to handle empty array

    Kristof-Pierre Cummings committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    8c4ad00 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into 142435-add-is-one-of-operstor

    Kristof-Pierre Cummings committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7307630 View commit details
    Browse the repository at this point in the history
  5. further changes from code review

    Kristof-Pierre Cummings committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b7ab0c9 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into 142435-add-is-one-of-operstor

    Kristof-Pierre Cummings committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    909a6f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. memoize values

    Kristof-Pierre Cummings committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5424ce5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 142435-add-is-one-of-operstor

    Kristof-Pierre Cummings committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    cc9d2cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcad40d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65abc5b View commit details
    Browse the repository at this point in the history