-
Notifications
You must be signed in to change notification settings - Fork 397
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
Ntate/appdev/rebased #1237
Ntate/appdev/rebased #1237
Conversation
dbe0f8c
to
568efdc
Compare
The current test failure is due to the |
6506581
to
a0c801e
Compare
* apps: add base scaffolding for app dev command subtree * charm templates: change up method signatures for easier use * only use 1.18.x in ci * add internal package to unit test * disable interactive mode * only use logging pager in interactive mode Co-authored-by: Kamal Nasser <[email protected]>
…n#1214) * Add snap support for docker interface for app dev builds * add snap warning message
* add support for local cnb caching * address pr feedback
…cean#1229) * correctly handle user cancellation * log pager: update header/footer styling, scroll indicator * log pager: add title spinner
remove /var/run/docker.sock dependency from tests
* mount docker.sock.raw for mac docker-for-desktop * update local builder to v0.50.2
* pull required container images * pull cnb stack run image * update no app spec error message
94194a2
to
e8dfe8f
Compare
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.
Over all this looks great. I've given it a pretty thorough review, but admittedly need to rely on you all for some of the finer details of the build process. A few comments inline, but they are all pretty minor.
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.
🚀
Descriptions
What does this pull request accomplish
doctl app dev
command subtreecommand/charm
package with foundational constructs to enable interactivity throughout commandsAdditional Notes
This PR is ready to review for merge-ability into
main
with the following caveats:go.mod
updated on this PR