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

Make content types pubic, expose configuration fields #96

Merged
merged 5 commits into from
Dec 8, 2021

Conversation

nikkelma
Copy link
Contributor

@nikkelma nikkelma commented Dec 8, 2021

Allow content to be used publicly outside of the hauler package. Add fields reflecting the creation parameters to more clearly inherit functionality confirmed by unit tests.

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Feature / refactor

  • What is the current behavior? (You can also link to an open issue here)
    Types that implement the OCI interface for Content objects are private and hard to use in unit test contexts.

  • What is the new behavior (if this is a feature change)?
    Publicly exposes types that implement the OCI interface for Content API objects, and adds fields these types to more easily inherit unit test guarantees.

@nikkelma nikkelma marked this pull request as ready for review December 8, 2021 19:45
@joshrwolf
Copy link
Contributor

LGTM

@joshrwolf joshrwolf merged commit 352c014 into hauler-dev:main Dec 8, 2021
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.

2 participants