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

Meroxa builds describe #297

Merged
merged 4 commits into from
Apr 4, 2022
Merged

Meroxa builds describe #297

merged 4 commits into from
Apr 4, 2022

Conversation

ericcheatham
Copy link
Contributor

@ericcheatham ericcheatham commented Mar 31, 2022

Description of change

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

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Tested in staging

Demo

@ericcheatham ericcheatham marked this pull request as ready for review April 4, 2022 16:49
utils/display.go Outdated Show resolved Hide resolved
@janelletavares janelletavares force-pushed the meroxa-builds-describe branch from eb57603 to ebd2d93 Compare April 4, 2022 19:14
@janelletavares janelletavares merged commit c98c955 into master Apr 4, 2022
@janelletavares janelletavares deleted the meroxa-builds-describe branch April 4, 2022 19:59
}

func (*Builds) FeatureFlag() (string, error) {
return "turbine", fmt.Errorf("no access to the Meroxa Data Processes feature")
Copy link
Member

@raulb raulb Apr 5, 2022

Choose a reason for hiding this comment

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

@ericcheatham I think Processes was a typo here, right? (it should be Meroxa Data Applications)


func (o *Builds) Docs() builder.Docs {
return builder.Docs{
Short: "Manage Process builds on Meroxa",
Copy link
Member

Choose a reason for hiding this comment

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

Same here (it should be something like Operate with Application builds on Meroxa)`

Copy link
Member

Choose a reason for hiding this comment

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

Nvm, @janelletavares corrected me that this should be for Processes specifically. Ignore my comment.

@@ -960,6 +965,70 @@ func extendedFunctionsTable(functions []*meroxa.Function) string {
return subTable
}

// BuildsTable displays multiple build records for future listing per app.
func BuildsTable(builds []*meroxa.Build, hideHeaders bool) string {
Copy link
Member

Choose a reason for hiding this comment

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

I just noticed this is not being used anywhere. Will remove in #386 as part of a refactor I'm doing.

Copy link
Member

Choose a reason for hiding this comment

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

Done in 38ba1a0.

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.

3 participants