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

ref(*): misc code, comment, docs updates around claims #1204

Merged
merged 1 commit into from Aug 10, 2020

Conversation

vdice
Copy link
Member

@vdice vdice commented Aug 10, 2020

What does this change

  • Updates code, comments and docs where appropriate re: updated installation record structure

What issue does it fix

Closes #1105

Notes for the reviewer

Checklist

  • Unit Tests
  • Documentation
  • Schema (porter.yaml)

If this is your first pull request, please add your name to the bottom of our Contributors list. Thank you for making Porter better! 🙇‍♀️

Signed-off-by: Vaughn Dice <vadice@microsoft.com>
Copy link
Member

@carolynvs carolynvs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@@ -31,7 +31,7 @@ func (so *ShowOptions) Validate(args []string, cxt *context.Context) error {
return so.ParseFormat()
}

// ShowInstallation shows a bundle, or more properly a bundle claim, along with any
// ShowInstallation shows a bundle installation, along with any
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks these were exactly the type of inaccurate comments that were causing confusion. 👍

@@ -34,9 +34,9 @@ func NewPorterRuntime(cxt *context.Context, mixins pkgmgmt.PackageManager) *Port
func (r *PorterRuntime) Execute(rm *RuntimeManifest) error {
r.RuntimeManifest = rm

claimName := os.Getenv(config.EnvClaimName)
installationName := os.Getenv(config.EnvInstallationName)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, that was way off!

@carolynvs carolynvs added this to In Progress in Porter and Mixins [OLD] via automation Aug 10, 2020
@vdice vdice merged commit b5e3e34 into getporter:main Aug 10, 2020
Porter and Mixins [OLD] automation moved this from In Progress to Done Aug 10, 2020
@vdice vdice deleted the ref/update-claim-comments-docs-etc branch August 10, 2020 19:29
@vdice vdice removed this from Done in Porter and Mixins [OLD] Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update comments about claims
2 participants