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

filter: Implement deleting by label key-value pair operation #207

Merged
merged 7 commits into from
May 16, 2024

Commits on May 9, 2024

  1. cat: Make copy_map function into public

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    10c9e6f View commit details
    Browse the repository at this point in the history
  2. cat: Add a capability to handle filtered_map

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    dcb1ef7 View commit details
    Browse the repository at this point in the history
  3. map: Make map_metric_destroy as a public function

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    48ca7d2 View commit details
    Browse the repository at this point in the history
  4. cat: Make copy_labels function as public

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f0b16e9 View commit details
    Browse the repository at this point in the history
  5. filter: Implement label key-value filtering

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f6770ef View commit details
    Browse the repository at this point in the history
  6. filter: tests: Add testcase for filtering label's key-value

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b0b4402 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. filter: windows: Use w/o case API for string

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c77dcd0 View commit details
    Browse the repository at this point in the history