-
Notifications
You must be signed in to change notification settings - Fork 6
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 to Facilitate Testability #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit-picks
internal/images/images_test.go
Outdated
|
||
import ( | ||
"fmt" | ||
"github.com/arcalot/arcaflow-plugin-image-builder/internal/dto" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still needs to be replaced.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is tough to review. Perhaps there is no way around it, but with 54 files change, some of them being "lift-n-shift", and 93 commits, it presents a bit of a challenge.
If you are interested, I'd be happy to help with using git
to restructure the commits in the PR for review.
Changes introduced with this PR
By contributing to this repository, I agree to the contribution guidelines.