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

Parse logs gracefully when deploying a javascript app #303

Merged
merged 2 commits into from
Apr 7, 2022

Conversation

janelletavares
Copy link
Contributor

@janelletavares janelletavares commented Apr 7, 2022

Description of change

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

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-07 07-05-41

Screenshot from 2022-04-07 07-05-18

Additional references

Documentation updated

@janelletavares janelletavares requested review from a team, simonl2002, hariso and raulb and removed request for a team April 7, 2022 14:02
Copy link
Contributor

@jayjayjpg jayjayjpg left a comment

Choose a reason for hiding this comment

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

This reads great, thank you for the swift iteration! ✨

@@ -429,15 +429,18 @@ func (d *Deploy) Execute(ctx context.Context) error {
case GoLang:
deployOutput, err = d.deploy(ctx, d.path, d.logger)
case "js", JavaScript, NodeJs:
err = turbineJS.Deploy(ctx, d.path, d.logger)
deployOutput, err = turbineJS.Deploy(ctx, d.path, d.logger)
Copy link
Contributor

Choose a reason for hiding this comment

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

Neat and good catch!

@janelletavares janelletavares merged commit f5ec6de into master Apr 7, 2022
@janelletavares janelletavares deleted the devaris-panic branch April 7, 2022 14:42
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