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][Alerting] Decouple feature IDs from consumers #183756

Draft
wants to merge 151 commits into
base: main
Choose a base branch
from

Commits on May 17, 2024

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

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    82a1a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8ec120 View commit details
    Browse the repository at this point in the history
  3. Support legacy consumers

    cnasikas committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1a02609 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Fixes in rule filtering

    cnasikas committed May 20, 2024
    Configuration menu
    Copy the full SHA
    55f91fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3cea58 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    5184d21 View commit details
    Browse the repository at this point in the history
  2. Change new schema

    cnasikas committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3b7c89f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on May 31, 2024

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

Commits on Jul 5, 2024

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

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    c88e147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69bff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7363b1 View commit details
    Browse the repository at this point in the history
  4. Fix async type errors

    cnasikas committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e1b9845 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41e5491 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

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

Commits on Jul 16, 2024

  1. Add more tests

    cnasikas committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0bb255b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c0c828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    736a63e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Fix types

    cnasikas committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0a6261e View commit details
    Browse the repository at this point in the history
  2. Fix tests

    cnasikas committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c4094d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    516ac6c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Fix ML alerting registration

    cnasikas committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    83a8d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b93c8 View commit details
    Browse the repository at this point in the history
  3. Fix stack alerts tests

    cnasikas committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    05f858e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7578b2b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'poc_decouple_consumers_feature_ids' of github.com:cnasi…

    …kas/kibana into poc_decouple_consumers_feature_ids
    cnasikas committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    835315f View commit details
    Browse the repository at this point in the history
  6. Fix more types

    cnasikas committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c28823b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9915f67 View commit details
    Browse the repository at this point in the history
  8. Fix session_view tests

    cnasikas committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7a66de3 View commit details
    Browse the repository at this point in the history
  9. Fix types and linting errors

    cnasikas committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    87e0ef2 View commit details
    Browse the repository at this point in the history
  10. Fix rule_registry tests

    cnasikas committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0251d48 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    9f84b35 View commit details
    Browse the repository at this point in the history
  2. Fix stack_alerts tests

    cnasikas committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4ff4c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bd6287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d8065f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df5ed40 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Fix types with rule client

    cnasikas committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    291b016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14cd879 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

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

Commits on Jul 22, 2024

  1. Fix infra e2e tests

    cnasikas committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9c6d2cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ccea0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f65625 View commit details
    Browse the repository at this point in the history
  4. Fix types

    cnasikas committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0c50971 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49570ae View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    44cc854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5140a06 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    c2371d0 View commit details
    Browse the repository at this point in the history
  2. Delete _feature_ids route

    cnasikas committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3d89a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cca6966 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52b472b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Jul 30, 2024

  1. Move rule types to a package

    cnasikas committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    42c734a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    a5335df View commit details
    Browse the repository at this point in the history
  2. Fix types after merge

    cnasikas committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e19424d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc944b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8fcf38 View commit details
    Browse the repository at this point in the history
  5. Fix stack management types

    cnasikas committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    50c2812 View commit details
    Browse the repository at this point in the history
  6. Revert uptime file

    cnasikas committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fb38a4c View commit details
    Browse the repository at this point in the history
  7. Fix types to start

    cnasikas committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e40682c View commit details
    Browse the repository at this point in the history
  8. Fix cases

    cnasikas committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    90a225a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    af70fd4 View commit details
    Browse the repository at this point in the history
  2. Fix types and tests

    cnasikas committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4efcced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11d50be View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 3, 2024

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

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    d37760b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885d158 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'poc_decouple_consumers_feature_ids' of github.com:cnasi…

    …kas/kibana into poc_decouple_consumers_feature_ids
    cnasikas committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f155d55 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. Fix tests and types

    cnasikas committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    01fa579 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    f69402e View commit details
    Browse the repository at this point in the history
  2. Fix types and unit tests

    cnasikas committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9389991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    218eb3e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    fcc6a48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f18ed29 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'poc_decouple_consumers_feature_ids' of github.com:cnasi…

    …kas/kibana into poc_decouple_consumers_feature_ids
    cnasikas committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e353051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f1fc68 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    1c19bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2bb1d0 View commit details
    Browse the repository at this point in the history
  3. Add o11y schema

    cnasikas committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    fdefdb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    c9a347e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcb0cb7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'poc_decouple_consumers_feature_ids' of github.com:cnasi…

    …kas/kibana into poc_decouple_consumers_feature_ids
    cnasikas committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    cc2da8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7a68a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Fix test imports

    cnasikas committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8f4f1e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    4532eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4129b93 View commit details
    Browse the repository at this point in the history
  3. [CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…

    …t --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --update'
    kibanamachine committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fdd178a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    1d5f50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09a12c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c27937f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29b3b8d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    c1be282 View commit details
    Browse the repository at this point in the history
  2. Fix find URLs

    cnasikas committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    46097ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6005315 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'poc_decouple_consumers_feature_ids' of github.com:cnasi…

    …kas/kibana into poc_decouple_consumers_feature_ids
    cnasikas committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    00db4c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0a9061 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

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

Commits on Oct 5, 2024

  1. Merge branch 'poc_decouple_consumers_feature_ids' of github.com:cnasi…

    …kas/kibana into poc_decouple_consumers_feature_ids
    cnasikas committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    34bbac8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    d2d9c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b9b02 View commit details
    Browse the repository at this point in the history
  3. Add type filters back

    cnasikas committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    b284fda View commit details
    Browse the repository at this point in the history
  4. Add stack rules to o11y

    cnasikas committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    301559e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    b59577d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60292a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e55e4e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0430634 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de75f29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eaf3376 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 12, 2024

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

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    bb93726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a03696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5adf3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0aff95 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    5ca68f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b3f74 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    cd61a88 View commit details
    Browse the repository at this point in the history
  2. Fix merging conflicts

    cnasikas committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cfdb8a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef72303 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    cnasikas committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ffbf250 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31af86c View commit details
    Browse the repository at this point in the history
  6. Fix integration tests

    cnasikas committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9870997 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    21201f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0a3b79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e33dcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fe6190 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    963f4e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Fix privileges unit test

    cnasikas committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    005375d View commit details
    Browse the repository at this point in the history
  2. fix: update deprecated privileges API integration tests to account fo…

    …r new exciting changes in Alerting RBAC
    azasypkin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a200984 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    24ec594 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'poc_decouple_consumers_feature_ids' of github.com:cnasi…

    …kas/kibana into poc_decouple_consumers_feature_ids
    cnasikas committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c33aaad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f1ce53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9618c26 View commit details
    Browse the repository at this point in the history
  5. Fix i18n

    cnasikas committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    16cdf79 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    0ad199b View commit details
    Browse the repository at this point in the history
  2. Nits, fixes, and tests

    cnasikas committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b0892c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba9bba3 View commit details
    Browse the repository at this point in the history