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

Use latest claims code in cnab-go #1065

Merged
merged 12 commits into from Jul 6, 2020

Commits on Jul 1, 2020

  1. Use latest claims code in cnab-go

    This gets porter using the latest claims spec that is now supported in
    cnab-go. It doesn't take advantage yet of new features that we could do
    with the additional data, just ensures that we still build and work.
    carolynvs-msft authored and carolynvs committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    30b0d0d View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Vaughn Dice <vadice@microsoft.com>
    2 people authored and carolynvs committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    3b9d7ce View commit details
    Browse the repository at this point in the history
  3. Fix test-cli

    carolynvs-msft authored and carolynvs committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    3d77b0e View commit details
    Browse the repository at this point in the history
  4. Set PORTER_HOME in integration tests on plugins

    The integration tests don't use the PORTER_HOME env var, they
    programmatically set the porter home directory on the porter app. So
    when Porter creates a plugin, we need to explicitly set the home dir on
    the plugin when it's instantiated since it won't get PORTER_HOME
    automatically.
    carolynvs-msft authored and carolynvs committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    da08ac8 View commit details
    Browse the repository at this point in the history
  5. Fix show instance status

    Bump cnab-go to get fix for displaying instance status. We need the
    entire installation history so that we have the installation time (the
    first claim), and ReadInstallation needs to read claims AND results.
    carolynvs-msft authored and carolynvs committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    2cb20b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8b31c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fccd99 View commit details
    Browse the repository at this point in the history
  8. Incorporate review feedback

    * Change error handling when we can't find the install time
    * Move definition of common runtime functions
    * Remove accidental early return
    carolynvs-msft authored and carolynvs committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    6a7a69d View commit details
    Browse the repository at this point in the history
  9. Consolidate logic for cnab provider

    ONE FUNCTION TO RULE THEM ALL!
    carolynvs-msft authored and carolynvs committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    4868351 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13576fe View commit details
    Browse the repository at this point in the history
  11. bump cnab-go

    carolynvs-msft authored and carolynvs committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e872946 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    0073f24 View commit details
    Browse the repository at this point in the history