-
Notifications
You must be signed in to change notification settings - Fork 26
adding channel inspect for ship and kots, release update for ship #67
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
Conversation
client/channel.go
Outdated
return c.PlatformClient.ArchiveChannel(appID, channelID) | ||
} else if appType == "ship" { | ||
// return c.ShipClient.ArchiveChannel(appID, channelID) | ||
return nil |
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.
do you think if this finishes without an error, that the user will believe that the channel was archived?
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.
good point - will add that to the 'sorry, come back later' list.
updated | ||
isDefault | ||
isArchived | ||
releases { |
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.
do we need to fetch every release on the channel?
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.
@dex - see your point, but can we table that for another PR. Currently pulling from what's on Vendorweb.
updated | ||
isDefault | ||
isArchived | ||
releases { |
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 as above, do for fetching channels, do we need to get every release that was published to the channel?
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 have a few questions on this one. Overall for those big queries I'm wondering how much we actually need to pull down from the GraphQL server for what the CLI needs to display
No description provided.