Skip to content

Conversation

smithers1221
Copy link
Contributor

No description provided.

@smithers1221 smithers1221 changed the title channel inspect for ship, update release for ship adding channel inspect for ship and kots, release update for ship Oct 8, 2019
return c.PlatformClient.ArchiveChannel(appID, channelID)
} else if appType == "ship" {
// return c.ShipClient.ArchiveChannel(appID, channelID)
return nil
Copy link
Contributor

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?

Copy link
Contributor Author

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 {
Copy link
Contributor

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?

Copy link
Contributor Author

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 {
Copy link
Contributor

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?

Copy link
Contributor

@dexhorthy dexhorthy left a 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

@smithers1221 smithers1221 merged commit 5998c12 into master Oct 28, 2019
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