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

Add operator interface for Probe pkg #4849

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 27, 2024

  1. refactor: add operator interface for Probe pkg

    - Add probeOperator to probe pkg
    - Add probeOperator to handler that uses probeUtils
    - Add probe operator as parameter to functions that use probe operations in probeUtils
    
    Signed-off-by: sukkyun2 <[email protected]>
    sukkyun2 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    84d8657 View commit details
    Browse the repository at this point in the history
  2. test: add operator to handlers that use probeUtils

    Signed-off-by: sukkyun2 <[email protected]>
    sukkyun2 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2308669 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix: reorder golang Imports

    - Apply goimports
    
    Signed-off-by: sukkyun2 <[email protected]>
    sukkyun2 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5186dbf View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    aeadcb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e95653 View commit details
    Browse the repository at this point in the history
  3. test: add probeOperator to unit tests

    Signed-off-by: sukkyun2 <[email protected]>
    sukkyun2 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0da17da View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. refactor: move GenerateProbeManifest logic into ProbeService

    - Updated handler to call GenerateExperimentManifestWithProbes, GenerateCronExperimentManifestWithProbes via ProbeService
    
    Signed-off-by: sukkyun2 <[email protected]>
    sukkyun2 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    954c29c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. test: replace probeOperator with probeService

    - add mock probeService generated by mockery
    
    Signed-off-by: sukkyun2 <[email protected]>
    sukkyun2 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5376685 View commit details
    Browse the repository at this point in the history
  2. fix: reorder goimports

    Signed-off-by: sukkyun2 <[email protected]>
    sukkyun2 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    afb9afd View commit details
    Browse the repository at this point in the history