Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Move progress writter into backend(s) #1735

Merged
merged 2 commits into from
Jun 4, 2021

Conversation

ndeloof
Copy link
Collaborator

@ndeloof ndeloof commented Jun 3, 2021

What I did
moved progress.Run to the backends, to offer more flexibility
(long term plan is to get Up implemented by local backend)

(not mandatory) A picture of a cute animal, if possible in relation with what you did
image

@github-actions github-actions bot added aci api api cli cli ecs kube Kubernetes backend local Local context (moby) labels Jun 3, 2021
@ndeloof ndeloof force-pushed the progress_backend branch from d8bb7c1 to 0db45ce Compare June 3, 2021 12:04
@ndeloof ndeloof force-pushed the progress_backend branch from 0db45ce to 82f35d1 Compare June 3, 2021 12:16
@ndeloof ndeloof marked this pull request as ready for review June 3, 2021 12:25
@ndeloof ndeloof requested review from ulyssessouza and lorenrh June 3, 2021 12:25
Copy link
Contributor

@mat007 mat007 left a comment

Choose a reason for hiding this comment

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

Makes sense!

Comment on lines +63 to +68
if err != nil {
return err
}
if !confirm {
return nil
}
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: could be

Suggested change
if err != nil {
return err
}
if !confirm {
return nil
}
if err != nil || !confirm {
return err
}

@ndeloof ndeloof force-pushed the progress_backend branch from 14f4535 to 924d792 Compare June 3, 2021 15:59
@ndeloof ndeloof merged commit 9fd0ac9 into docker-archive:main Jun 4, 2021
@ndeloof ndeloof deleted the progress_backend branch June 4, 2021 11:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
aci api api cli cli ecs kube Kubernetes backend local Local context (moby)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants