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

[Alerting] Allow rule types to extract/inject saved object references on rule CRU #101896

Merged
merged 37 commits into from
Jul 20, 2021

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    646a41f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Adding hooks for extracting and injecting saved object references. Ad…

    …ding extractReferences to create and update workflow
    ymao1 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9cb4e3b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    e166343 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/elastic/kibana into alert…

    …ing/saved-object-references
    ymao1 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    789e267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbcb2cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6412a22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae10948 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'alerting/saved-object-references' of https://github.com…

    …/ymao1/kibana into alerting/saved-object-references
    ymao1 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b202231 View commit details
    Browse the repository at this point in the history
  7. Calling injectReferences function if defined. Finishing unit tests fo…

    …r create and update
    ymao1 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    3cce73b View commit details
    Browse the repository at this point in the history
  8. Adding tests for get

    ymao1 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    878209a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Merge branch 'master' of https://github.com/elastic/kibana into alert…

    …ing/saved-object-references
    ymao1 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    fd7ce92 View commit details
    Browse the repository at this point in the history
  2. Adding tests for find

    ymao1 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    dc97b5b View commit details
    Browse the repository at this point in the history
  3. Cleanup

    ymao1 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b710b39 View commit details
    Browse the repository at this point in the history
  4. Fixing types check

    ymao1 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    3ec8fd4 View commit details
    Browse the repository at this point in the history
  5. Fixing functional tests

    ymao1 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    4980b8a View commit details
    Browse the repository at this point in the history
  6. Fixing functional tests

    ymao1 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    75e75fe View commit details
    Browse the repository at this point in the history
  7. Fixing tests

    ymao1 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    4cec840 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/elastic/kibana into alert…

    …ing/saved-object-references
    ymao1 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    ac1e835 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    ddaf000 View commit details
    Browse the repository at this point in the history
  2. Updating README

    ymao1 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    188eb10 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'alerting/saved-object-references' of https://github.com…

    …/ymao1/kibana into alerting/saved-object-references
    ymao1 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    266d7d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a0c98a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/elastic/kibana into alert…

    …ing/saved-object-references
    ymao1 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    3bde24f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Merge branch 'master' of https://github.com/elastic/kibana into alert…

    …ing/saved-object-references
    ymao1 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ec936a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Merge branch 'master' of https://github.com/elastic/kibana into alert…

    …ing/saved-object-references
    ymao1 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    330912f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40c5344 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Merging in master

    ymao1 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    020f14c View commit details
    Browse the repository at this point in the history
  2. Fixing types

    ymao1 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    fad6eab View commit details
    Browse the repository at this point in the history
  3. Fixing types

    ymao1 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    d01e323 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/elastic/kibana into alert…

    …ing/saved-object-references
    ymao1 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    0c593c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    5d04948 View commit details
    Browse the repository at this point in the history
  2. PR fixes

    ymao1 committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b3570f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Merging in master

    ymao1 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    9d1c536 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    37fe7b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Merging in master

    ymao1 committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    d786bbf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'alerting/saved-object-references' of https://github.com…

    …/ymao1/kibana into alerting/saved-object-references
    ymao1 committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    1921d4f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    9fdfea3 View commit details
    Browse the repository at this point in the history