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

Support custom labels in wave-api #18

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

Commits on Mar 12, 2024

  1. labels added in SubmitContainerTokenRequest

    Signed-off-by: munishchouhan <[email protected]>
    munishchouhan committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0b18e99 View commit details
    Browse the repository at this point in the history
  2. labels type changed to Map

    Signed-off-by: munishchouhan <[email protected]>
    munishchouhan committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7816f7c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. labels moved to ContainerConfig

    Signed-off-by: munishchouhan <[email protected]>
    munishchouhan committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    317e523 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. changes as per review

    Signed-off-by: munishchouhan <[email protected]>
    munishchouhan committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b436011 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. change to ContainerConfigTest

    Signed-off-by: Dr Marco Claudio De La Pierre <[email protected]>
    marcodelapierre committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e88b0bb View commit details
    Browse the repository at this point in the history
  2. changed logical order, for readability: labels straight after env

    Signed-off-by: Dr Marco Claudio De La Pierre <[email protected]>
    marcodelapierre committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    05873df View commit details
    Browse the repository at this point in the history
  3. labels as List instead of Map, similar to env

    Signed-off-by: Dr Marco Claudio De La Pierre <[email protected]>
    marcodelapierre committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    618b846 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adccebb View commit details
    Browse the repository at this point in the history