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: [TKC-2765] run test workflows by selector #6016

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2024

  1. feat: run test workflows by selector

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7c2a00d View commit details
    Browse the repository at this point in the history
  2. fix: log typo

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    72315f9 View commit details
    Browse the repository at this point in the history
  3. feat: selector for execute op

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    dfde32e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. fix: dep update

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7b80920 View commit details
    Browse the repository at this point in the history
  2. feat: execute method with selector

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5b0f92d View commit details
    Browse the repository at this point in the history
  3. fix: check if name is not empty

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1414b76 View commit details
    Browse the repository at this point in the history
  4. fix: exit on error code

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    779100c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. fix: update help

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9e029d8 View commit details
    Browse the repository at this point in the history
  2. fix: switch to error merhods

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bfb82dc View commit details
    Browse the repository at this point in the history
  3. fix: error text

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f33c5c9 View commit details
    Browse the repository at this point in the history
  4. fix: join errors

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2a5a728 View commit details
    Browse the repository at this point in the history
  5. fix: use existing naming in cli

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a1f7045 View commit details
    Browse the repository at this point in the history
  6. fix: move common part

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    970d017 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    28e5972 View commit details
    Browse the repository at this point in the history
  2. fix: help

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    238c55b View commit details
    Browse the repository at this point in the history
  3. feat: add execute test workflows api method spec

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    235680a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Update pkg/api/v1/client/interface.go

    Co-authored-by: Dawid Rusnak <dawid@drcode.pl>
    vsukhin and rangoo94 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    67ecf66 View commit details
    Browse the repository at this point in the history
  2. fix: remove concurrency level

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fb46a3a View commit details
    Browse the repository at this point in the history
  3. fix: use Label Selector

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e69a2f9 View commit details
    Browse the repository at this point in the history
  4. fix: check for empty name and selector

    Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
    vsukhin committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e907ab8 View commit details
    Browse the repository at this point in the history