Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Conversation

@richardhuaaa
Copy link
Contributor

(Merging into 'breaking')

The server now accepts qualified app names as input and also sends them as output where appropriate, so that this logic does not need to be performed by clients.

This will be the last set of breaking changes on the client (I didn't realize I needed to do this when I sent the wrap-up PR yesterday)

@shishirx34
Copy link
Contributor

LGTM

var dataSource: any[] = apps.map((app: App, index: number) => {
return { "name": getAppDisplayName(app, appNameToCountMap), "deployments": deploymentLists[index] };
var augmentedApp: any = app;
augmentedApp.deployments = deploymentLists[index];
Copy link
Contributor

Choose a reason for hiding this comment

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

Dont you need to return something?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for catching this, big oversight on my part there.

@geof90
Copy link
Contributor

geof90 commented Feb 20, 2016

LGTM otherwise!

richardhuaaa pushed a commit that referenced this pull request Feb 20, 2016
Rely on server for generation of qualified app names
@richardhuaaa richardhuaaa merged commit 11cf394 into breaking Feb 20, 2016
@richardhuaaa richardhuaaa deleted the breaking-remove-app-display-names branch April 12, 2016 22:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants