-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 reduce duplicate code #262
Comments
This was referenced May 10, 2018
This was referenced May 17, 2018
15 tasks
This was referenced May 21, 2018
Btw I'm done messing with BuildImageSteps and BuildDockerSteps so we can refactor those two now. |
Oh actually, hold off on that for a bit. |
Gonna do this first: #305 |
Cool, if you want to take those you can, I'm working on the two ProjectProperties right now. |
This was referenced May 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactor to reduce copy/pasted code between the following files:
BuildDockerSteps
andBuildImageSteps
(Consolidates BuildImageSteps and BuildDockerSteps into BuildSteps. #309)BuildContainerConfigurationStep
andBuildTarballLoadDockerStep
/PushImageStep
(Refactor configuration build/push/tar build steps to reduce duplicate code #269)BuildDockerStepsRunner
andBuildImageStepsRunner
(Refactor build steps runners #289)BuildDockerTask
andBuildImageTask
(Reduce duplicate code between BuildDockerTask and BuildImageTask #296)BuildDockerMojo
andBuildImageMojo
(Reduce duplicate code between BuildDockerMojo and BuildImageMojo #299)gradle.ProjectProperties
andmaven.ProjectProperties
(Reduce duplicate code in maven/gradle ProjectProperties #310)The text was updated successfully, but these errors were encountered: