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

[UII] Support integration-level outputs #189125

Merged
merged 43 commits into from
Aug 13, 2024

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    f4c1aa7 View commit details
    Browse the repository at this point in the history
  2. Adjust create/edit package policy APIs to allow output_id and gate it…

    … behind enterprise license check
    jen-huang committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    04821c3 View commit details
    Browse the repository at this point in the history
  3. Adjust API gating to include check for allowed output type based on t…

    …he package (i.e. APM can only have ES output)
    jen-huang committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d11b8d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    06aba09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cf6b71 View commit details
    Browse the repository at this point in the history
  3. Remove output from package policies when it is deleted

    Include package policies in search for agent policies to be bumped when output is updated
    jen-huang committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4358b9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7739f10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5fbc22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb776fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ce8a8c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    ccc4702 View commit details
    Browse the repository at this point in the history
  2. Move license const

    jen-huang committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    93bf7e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d071843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e2b219 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d15a12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cca9d2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e964831 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 26, 2024

  1. Fix test failures

    jen-huang committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8c1f570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4ff97 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 1, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Fix mocks

    jen-huang committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5be583a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700e0b9 View commit details
    Browse the repository at this point in the history
  3. Update openapi spec

    jen-huang committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a52ed50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0154c3 View commit details
    Browse the repository at this point in the history
  5. Fix types

    jen-huang committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    eef7592 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7953757 View commit details
    Browse the repository at this point in the history
  7. Return promise in pMap

    jen-huang committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7ca5a4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cbc17d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update SO hash

    jen-huang committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    12023f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9019534 View commit details
    Browse the repository at this point in the history
  3. Add api integration tests

    jen-huang committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    43f2eea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d092ba View commit details
    Browse the repository at this point in the history
  5. Fix default output ID

    jen-huang committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f59c5ca View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feat/output-per-integration' of github.com:jen-huang/ki…

    …bana into feat/output-per-integration
    jen-huang committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bd713b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Remove unnecessary cleanup

    jen-huang committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    476971f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e7a99 View commit details
    Browse the repository at this point in the history
  3. Move tests

    jen-huang committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    560b078 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b0dfa6 View commit details
    Browse the repository at this point in the history
  5. Fix bad merge

    jen-huang committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0802091 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Fix types

    jen-huang committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    617c3d9 View commit details
    Browse the repository at this point in the history