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

kyaml/fn/framework ensures the annotation output format matches the input #4297

Merged
merged 7 commits into from Nov 19, 2021

Commits on Nov 17, 2021

  1. kyaml/fn/framework ensures the annotation output format matches the i…

    …nput
    
    If the input only contains legacy format anntations (path, index, id), the
    output will be the same.
    Mengqi Yu committed Nov 17, 2021
    Copy the full SHA
    5caed5b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. address comments

    Mengqi Yu committed Nov 18, 2021
    Copy the full SHA
    4e7aebc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Copy the full SHA
    81edfb7 View commit details
    Browse the repository at this point in the history
  2. use custom id as key of the mapping and make kio.Pipeline behave the …

    …same as framework.Execute
    Mengqi Yu committed Nov 19, 2021
    Copy the full SHA
    2ee2d3e View commit details
    Browse the repository at this point in the history
  3. update tests for api module

    Mengqi Yu committed Nov 19, 2021
    Copy the full SHA
    166c2e7 View commit details
    Browse the repository at this point in the history
  4. update tests for cmd/config module

    Mengqi Yu committed Nov 19, 2021
    Copy the full SHA
    dfc6270 View commit details
    Browse the repository at this point in the history
  5. add to BuildAnnotations

    Mengqi Yu committed Nov 19, 2021
    Copy the full SHA
    bd7bad1 View commit details
    Browse the repository at this point in the history