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

Progress bar for codedeploy #412

Merged

Conversation

dsmatilla
Copy link
Contributor

CodeDeploy deployments take a lot of time usually (several minutes) and don't give any output during that process, which may cause some users to break the process thinking it's stuck.

I've added a small functionality that polls the API, gets the percentage of the ACTIVE deployment, and prints a nice progress bar using https://github.com/schollz/progressbar 👇🏻

Events:
2022/05/16 18:29:15 test/test Waiting for a deployment successful ID: d-XXXXXXXX
Deployment Progress  80% |████████████████    |  [9m1s:1m53s]

Could you please give me some feedback and check if this fits into the project? 🙏🏻

@fujiwara fujiwara added the v2 label May 20, 2022
@fujiwara fujiwara mentioned this pull request Oct 14, 2022
13 tasks
@fujiwara fujiwara changed the base branch from v1 to working-v2 October 28, 2022 16:19
@fujiwara fujiwara changed the base branch from working-v2 to v1 October 28, 2022 16:20
@fujiwara fujiwara changed the base branch from v1 to v1-for-v2 October 28, 2022 16:22
@fujiwara fujiwara merged commit ef3145d into kayac:v1-for-v2 Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants