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

Introduce Upstream interface for fetching charts from upstream repos #8

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

adamkpickering
Copy link

@adamkpickering adamkpickering commented Jun 17, 2024

The creation of the Upstream interface and its implementations:

  • paves the way for unit testing. We can now create a MockUpstream and use it to avoid making calls to external APIs during automated tests.
  • cleanly defines the interface between the Upstream code and the code that uses it, thus making partner-charts-ci easier to understand

partner-charts-ci works the same with the change in this PR.

I have structured this PR so that it is most easily reviewed by commit.

@adamkpickering adamkpickering requested a review from a team as a code owner June 17, 2024 21:20
@adamkpickering adamkpickering marked this pull request as draft July 11, 2024 00:35
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.

1 participant