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

[Automatic Import] Reproducible sampling of log entries #191598

Merged
merged 37 commits into from
Sep 5, 2024

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    9bf9e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46dac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40cb9d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dff63a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1711427 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    56f878d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1b77bc View commit details
    Browse the repository at this point in the history
  3. Fix code duplication

    ilyannn committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    eb0d7ef View commit details
    Browse the repository at this point in the history
  4. Merge branch 'auto-import/better-errors' of github.com:ilyannn/kibana…

    … into auto-import/better-errors
    ilyannn committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ed3535b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b49ca07 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add partialShuffleArray

    ilyannn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9718a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2d711 View commit details
    Browse the repository at this point in the history
  3. Use a better default seed

    ilyannn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6fce500 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Apply the partial shuffle

    ilyannn committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8541db9 View commit details
    Browse the repository at this point in the history
  2. Make tests pass, but how?

    ilyannn committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b26ca57 View commit details
    Browse the repository at this point in the history
  3. Remove console.log statements

    ilyannn committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a6b245e View commit details
    Browse the repository at this point in the history
  4. Always shuffle samples around

    ilyannn committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2d1d412 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    571eb5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac196e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97413f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Merge branch 'auto-import/better-errors' of github.com:ilyannn/kibana…

    … into auto-import/sampling
    ilyannn committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    27f5a55 View commit details
    Browse the repository at this point in the history
  2. Fix the empty sample issues

    ilyannn committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    fcbb8ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c87f61 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    7253496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698c71e View commit details
    Browse the repository at this point in the history
  3. Remove duplicated lines

    ilyannn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    94dc786 View commit details
    Browse the repository at this point in the history
  4. Remove more duplication

    ilyannn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6a831c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feb7543 View commit details
    Browse the repository at this point in the history
  6. Rename a function

    ilyannn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e6232f4 View commit details
    Browse the repository at this point in the history
  7. Rename to prepareLogsContent

    ilyannn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    27c8b1e View commit details
    Browse the repository at this point in the history
  8. Improve some docs

    ilyannn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e354a9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5393ccd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 5, 2024

  1. Update the docs

    ilyannn committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5f68ac3 View commit details
    Browse the repository at this point in the history
  2. Improve the docs some more

    ilyannn committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d0118d3 View commit details
    Browse the repository at this point in the history