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

Clearer logs around building and deploying go apps #302

Merged
merged 2 commits into from
Apr 6, 2022

Conversation

janelletavares
Copy link
Contributor

@janelletavares janelletavares commented Apr 5, 2022

Description of change

Fixes https://github.com/meroxa/turbine-project/issues/134

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Tested in staging
  • Tested in minikube

Demo

Screenshot from 2022-04-06 07-20-20

Screenshot from 2022-04-06 07-41-04
Screenshot from 2022-04-06 07-40-41

Additional references

Documentation updated

@janelletavares janelletavares requested review from a team, ericcheatham and samirketema and removed request for a team April 5, 2022 21:12
@janelletavares
Copy link
Contributor Author

janelletavares commented Apr 5, 2022

will rebase this after other things are merged... i think you're gonna like it. worth the wait.

@raulb
Copy link
Member

raulb commented Apr 6, 2022

@janelletavares I've got this other refactor on apps deploy to accommodate languages: #301. Let me know when this PR is ready so I rebase accordingly... or the other way around.

@@ -328,7 +328,7 @@ func (d *Deploy) getPlatformImage(ctx context.Context, appPath string) (string,
return "", err
}

fmt.Print("Getting status for build: ", build.Uuid)
fmt.Printf("Getting status for build: %s ", build.Uuid)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this just makes it easier to copy the uuid in Linux.. my personal preference

Copy link
Member

@raulb raulb left a comment

Choose a reason for hiding this comment

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

I'll deal with a refactor on #301.

@janelletavares janelletavares merged commit 90d9d08 into master Apr 6, 2022
@janelletavares janelletavares deleted the go-ux-improvements branch April 6, 2022 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants