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

Implement deletion based on partially matching labels #1013

Merged
merged 14 commits into from Apr 21, 2022

Commits on Mar 25, 2022

  1. WIP partial match

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 25, 2022
    Copy the full SHA
    34486f9 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 25, 2022
    Copy the full SHA
    b8653c0 View commit details
    Browse the repository at this point in the history
  3. Comments

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 25, 2022
    Copy the full SHA
    0820be3 View commit details
    Browse the repository at this point in the history
  4. Tests and comments

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 25, 2022
    Copy the full SHA
    387c4f0 View commit details
    Browse the repository at this point in the history
  5. Handle properly deleting multiple metrics, update tests

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 25, 2022
    Copy the full SHA
    fa775cf View commit details
    Browse the repository at this point in the history
  6. Comments

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 25, 2022
    Copy the full SHA
    9a8cb32 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Try using curry values

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 28, 2022
    Copy the full SHA
    7e947b6 View commit details
    Browse the repository at this point in the history
  2. Skip curry value to demo

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 28, 2022
    Copy the full SHA
    e79ef55 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Fix curry deletion, remove outdated comment.

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 31, 2022
    Copy the full SHA
    5514642 View commit details
    Browse the repository at this point in the history
  2. Fix logic for deletion of metrics from prior to currying

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Mar 31, 2022
    Copy the full SHA
    e56280b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Don't match curried values. Update tests.

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Apr 11, 2022
    Copy the full SHA
    27d7f47 View commit details
    Browse the repository at this point in the history
  2. Remove unneccesasry helper and todo comments

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Apr 11, 2022
    Copy the full SHA
    89fe389 View commit details
    Browse the repository at this point in the history
  3. Comment about partial matching curried labels

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Apr 11, 2022
    Copy the full SHA
    6533de3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Simplify curried value check

    Signed-off-by: Zach Stone <zach@giantswarm.io>
    stone-z committed Apr 16, 2022
    Copy the full SHA
    8168be3 View commit details
    Browse the repository at this point in the history