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

[pkg/ottl]: add SliceToMap function #35412

Merged

Commits on Sep 25, 2024

  1. [pkg/ottl]: add Associate function

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    02e3beb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. [pkg/ottl]: rename to SliceToMap function

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1dbe782 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. rename files

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d4bd9d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. skip non-applicable slice elements

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    daec82b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. add license header and fix linting

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    063f3f7 View commit details
    Browse the repository at this point in the history
  2. adapt e2e tests

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2fcb89d View commit details
    Browse the repository at this point in the history
  3. revert accidental change

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    62bfd95 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Apply suggestions from code review

    Co-authored-by: Daniel Jaglowski <[email protected]>
    bacherfl and djaglowski authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    55044da View commit details
    Browse the repository at this point in the history
  2. adapt to PR review

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7ddd25e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. add changelog entry

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9312683 View commit details
    Browse the repository at this point in the history
  2. appease linter

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1c51b42 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Apply suggestions from code review

    Co-authored-by: Evan Bradley <[email protected]>
    bacherfl and evan-bradley authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    85d7ba7 View commit details
    Browse the repository at this point in the history
  2. fix the example

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e2e10d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. describe how converted entries can be used

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2b5994b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. return error when slice element could not be processed

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b1a2e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc7fda9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Apply suggestions from code review

    Co-authored-by: Evan Bradley <[email protected]>
    bacherfl and evan-bradley authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9bff249 View commit details
    Browse the repository at this point in the history
  2. fix compile error

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fc0920c View commit details
    Browse the repository at this point in the history