-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
eb57603
to
ebd2d93
Compare
} | ||
|
||
func (*Builds) FeatureFlag() (string, error) { | ||
return "turbine", fmt.Errorf("no access to the Meroxa Data Processes feature") |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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
)`
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 38ba1a0.
Description of change
Fixes https://github.com/meroxa/turbine-project/issues/84
Type of change
How was this tested?
Demo