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: add v1alpha3 api with RuntimeSpec configuration #922

Merged
merged 29 commits into from
Dec 14, 2023

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    2157091 View commit details
    Browse the repository at this point in the history
  2. cleanup conversion file

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    295cd7c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    4fdf322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97fa922 View commit details
    Browse the repository at this point in the history
  3. move custom conversions to another file to prevent them from being ov…

    …erridden
    
    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e1ba0a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d939a4 View commit details
    Browse the repository at this point in the history
  5. try unsused

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0471238 View commit details
    Browse the repository at this point in the history
  6. lint change unused scope variable to _

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4430bbb View commit details
    Browse the repository at this point in the history
  7. nolint:revive

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    cd806c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. change auto in func name to manual for relevant funcs

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0e7a8e7 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary Runtime cast

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5ab3676 View commit details
    Browse the repository at this point in the history
  3. remove Read, Update, NewManager funcs from v1alpha configs

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c625811 View commit details
    Browse the repository at this point in the history
  4. remove unversioned TODOs

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    74fdb3a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. fix RuntimeSpec unmarshall func

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    fa8f247 View commit details
    Browse the repository at this point in the history
  2. add unit tests

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5d67b3d View commit details
    Browse the repository at this point in the history
  3. switch r Runtime

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    81b2e2e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    ddeaecb View commit details
    Browse the repository at this point in the history
  2. lint fixes

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    755f06a View commit details
    Browse the repository at this point in the history
  3. add case for v1alpha3 apiversion

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0409e51 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. unmarshal into string values

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    442a1b7 View commit details
    Browse the repository at this point in the history
  2. debugging for CI errors

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    101b634 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. more debugging

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4b0de32 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. update values files to v1alpha3

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b4ef1d7 View commit details
    Browse the repository at this point in the history
  2. update manifest_staging/deploy/eraser.yaml

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b0d8dce View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. update helm-empty-values.yaml

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c8e2dc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. runtime spec unit test changes

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4c4ffed View commit details
    Browse the repository at this point in the history
  2. change trivy log errors

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    bb0d846 View commit details
    Browse the repository at this point in the history
  3. remove RuntimeAddress type and use string

    Signed-off-by: ashnamehrotra <[email protected]>
    ashnamehrotra committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c34e194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f69c3f View commit details
    Browse the repository at this point in the history