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

Refactor CNAB package in preparation for dependencies v2 #2658

Merged
merged 3 commits into from
Mar 27, 2023

Conversation

carolynvs
Copy link
Member

  • Rename some CNAB package files to match their contents
  • Consolidate the required extension logic into the extensions.go file so it's easier to find.
  • Move v1 implementation of CNAB dependencies into separate package

Some files in the pkg/cnab package were not named in a way that matches the structs inside. I have renamed the files so that they are easier to find.

Signed-off-by: Carolyn Van Slyck <[email protected]>
More tidying up so that it's easier to find related code.

Signed-off-by: Carolyn Van Slyck <[email protected]>
Create a new package containing the CNAB types and structs to manage dependencies v1

Signed-off-by: Carolyn Van Slyck <[email protected]>
@carolynvs carolynvs added the pep003-advanced-dependencies Implementation of the Advanced Dependencies proposal label Mar 27, 2023
Copy link
Contributor

@arschles arschles left a comment

Choose a reason for hiding this comment

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

LGTM

@carolynvs carolynvs merged commit 7a81fa5 into getporter:main Mar 27, 2023
@carolynvs carolynvs deleted the refactor-cnab branch March 27, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pep003-advanced-dependencies Implementation of the Advanced Dependencies proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants