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

feat(claim.go): add bundleReference property #189

Merged
merged 2 commits into from
Mar 4, 2020

Conversation

vdice
Copy link
Member

@vdice vdice commented Mar 2, 2020

  • adds the bundleReference property to a Claim

Ref cnabio/cnab-spec#299

Ref cnabio/cnab-spec#299

Signed-off-by: Vaughn Dice <vadice@microsoft.com>
Created time.Time `json:"created"`
Modified time.Time `json:"modified"`
Bundle *bundle.Bundle `json:"bundle"`
BundleReference string `json:"bundleReference,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

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

Could we update the test for claims?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good call; updated.

Signed-off-by: Vaughn Dice <vadice@microsoft.com>
@vdice vdice force-pushed the feat/claim-bundle-reference branch from 4ce7458 to 6a4841f Compare March 3, 2020 19:24
@silvin-lubecki
Copy link
Contributor

It looks like the claim schema is not up-to-date 😅

Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @vdice 🎉

@silvin-lubecki silvin-lubecki merged commit 04dbdd4 into cnabio:master Mar 4, 2020
@silvin-lubecki
Copy link
Contributor

Ok my bad the PR is here cnabio/cnab-spec#341 thank you @vdice :)

@vdice vdice deleted the feat/claim-bundle-reference branch March 4, 2020 16:10
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.

3 participants