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

[ResponseOps] add pre-create, pre-update, and post-delete hooks for connectors #194081

Merged
merged 10 commits into from
Oct 9, 2024

Commits on Oct 7, 2024

  1. [ResponseOps] add pre-create, pre-update, and post-delete hooks for c…

    …onnectors
    
    Extracted from elastic#189027,
    commit c97afeb
    
    Allows connector types to add functions to be called when connectors are
    created, updated, and deleted.
    pmuellr committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fd3ce86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c182b1b View commit details
    Browse the repository at this point in the history
  3. - refactored hook jest tests into a separate file

    - re-added the update code to the new update module (update body removed from actionsClient)
    - propertly set `scopedClusterClient` instead of the `asCurrentUser` flavor
    - moved `tryCatch()` to `lib`
    pmuellr committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5ee1eb3 View commit details
    Browse the repository at this point in the history
  4. more tests

    pmuellr committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5edb82b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    668bdfc View commit details
    Browse the repository at this point in the history
  2. add function tests

    pmuellr committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2df18f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    c0b6ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483a47a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfcacaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0d6e01 View commit details
    Browse the repository at this point in the history