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 "owner" and "contributors" columns to application import CSV format. #551

Merged
merged 2 commits into from
Nov 8, 2023

Commits on Nov 7, 2023

  1. Enable importing app stakeholders

    Adds two fields to the import CSV immediately before tags.
    One is for the Owner and should be empty or contain a single
    value in the form 'John Doe <[email protected]>'. The second
    is for contributors, and should be empty or a list of one or
    more values in the previous format, separated by commas. As
    this would be a comma-delimited field within a CSV, the whole
    value should be surrounded by quotes.
    
    Fixes konveyor#538
    
    Signed-off-by: Sam Lucidi <[email protected]>
    mansam committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c4d9129 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add contributors/owner to import API tests

    Signed-off-by: Sam Lucidi <[email protected]>
    mansam committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2b59b8c View commit details
    Browse the repository at this point in the history