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

feat: Add conversion webhook config to dev CRD variant #1463

Merged

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    7da5cdd View commit details
    Browse the repository at this point in the history
  2. Rename v1beta1 types

    skhalash committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7f2a84b View commit details
    Browse the repository at this point in the history
  3. Implemented ConvertTo

    skhalash committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5c34b46 View commit details
    Browse the repository at this point in the history
  4. Implemented ConvertFrom

    skhalash committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bb557a9 View commit details
    Browse the repository at this point in the history
  5. Setup webhook

    skhalash committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b6c0794 View commit details
    Browse the repository at this point in the history
  6. Fix

    skhalash committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cd46333 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Adapt rbac

    skhalash committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d8f252a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff473c3 View commit details
    Browse the repository at this point in the history
  3. Fix conversion

    skhalash committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    93d8226 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Add feature flag

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f18d675 View commit details
    Browse the repository at this point in the history
  2. Fix

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    23e3bc6 View commit details
    Browse the repository at this point in the history
  3. Fix

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    34abeb4 View commit details
    Browse the repository at this point in the history
  4. Add basic unit test

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7e178bc View commit details
    Browse the repository at this point in the history
  5. Add more assertions

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    da6debe View commit details
    Browse the repository at this point in the history
  6. Add even more assertions

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dc5585a View commit details
    Browse the repository at this point in the history
  7. Implement ConvertFrom

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    402c74c View commit details
    Browse the repository at this point in the history
  8. Add round-trip tests

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9887371 View commit details
    Browse the repository at this point in the history
  9. Use go-cmp

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e430a86 View commit details
    Browse the repository at this point in the history
  10. Fix lint

    skhalash committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    fc18509 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Fix tests

    skhalash committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    db23599 View commit details
    Browse the repository at this point in the history
  2. Add more assertions

    skhalash committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b0e9595 View commit details
    Browse the repository at this point in the history
  3. Remove comment

    skhalash committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d05404a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:kyma-project/telemetry-manager into…

    … logpipeline-add-conversion-webhook
    skhalash committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1a4d385 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch 'main' of github.com:kyma-project/telemetry-manager into…

    … logpipeline-add-conversion-webhook
    skhalash committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ed9aeff View commit details
    Browse the repository at this point in the history
  2. Fix rbac

    skhalash committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    56724cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d75a06 View commit details
    Browse the repository at this point in the history
  4. Improve unit tests

    skhalash committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e277b9f View commit details
    Browse the repository at this point in the history
  5. Add e2e test

    skhalash committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4a197da View commit details
    Browse the repository at this point in the history
  6. Adapt v1beta1 log pipeline

    skhalash committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a8c9558 View commit details
    Browse the repository at this point in the history
  7. make manifests

    skhalash committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    569a3d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    249024c View commit details
    Browse the repository at this point in the history
  2. Minor renamings

    skhalash committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2ea47b2 View commit details
    Browse the repository at this point in the history
  3. Fix rbac

    skhalash committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3d38875 View commit details
    Browse the repository at this point in the history
  4. Strategic merge patch

    skhalash committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c695873 View commit details
    Browse the repository at this point in the history
  5. Adapt threshold

    skhalash committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d965957 View commit details
    Browse the repository at this point in the history
  6. Adapt threshold

    skhalash committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    062e30b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of github.com:kyma-project/telemetry-manager into…

    … logpipeline-add-conversion-webhook
    skhalash committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ec7621a View commit details
    Browse the repository at this point in the history
  8. Use simple merge

    skhalash committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b916b28 View commit details
    Browse the repository at this point in the history