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

feat(turbine): Supply Git SHA when creating an application and displa… #274

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

janelletavares
Copy link
Contributor

@janelletavares janelletavares commented Mar 9, 2022

…y it

Description of change

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

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Minikube manual testing
  • Tested in staging

Demo

Before
Screenshot from 2022-03-09 14-52-43

After
Screenshot from 2022-03-09 14-57-09

Additional references

Documentation updated

@janelletavares janelletavares marked this pull request as ready for review March 9, 2022 22:57
@janelletavares janelletavares requested review from a team, ericcheatham and hariso and removed request for a team March 9, 2022 22:57
@janelletavares
Copy link
Contributor Author

Note that i had to manually make a default pipeline before being able to deploy

@raulb raulb self-requested a review March 10, 2022 17:05
@@ -127,6 +128,8 @@ func (d *Deploy) createApplication(ctx context.Context) error {
input := meroxa.CreateApplicationInput{
Name: appName,
Language: d.lang,
GitSha: "hardcoded",
Pipeline: meroxa.EntityIdentifier{Name: null.StringFrom("default")},
Copy link
Member

Choose a reason for hiding this comment

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

I'll work on connecting the pipeline created by Turbine immediately after this other PR ships.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@janelletavares janelletavares merged commit a0fcd03 into master Mar 14, 2022
@janelletavares janelletavares deleted the apps_git_sha branch March 14, 2022 17:48
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