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

Deployment center ga #3284

Merged
merged 4 commits into from Oct 10, 2018
Merged

Deployment center ga #3284

merged 4 commits into from Oct 10, 2018

Conversation

hartra344
Copy link
Contributor

No description provided.

@@ -160,8 +159,9 @@ export class KuduDashboardComponent implements OnChanges, OnDestroy {
return hashNumber;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: should use else if

@@ -67,12 +66,21 @@ export class VsoDashboardComponent implements OnChanges, OnDestroy {
deployments: r.deployments,
VSOData: null,
};
const tableItems = this.deploymentObject.deployments.value.map(element => {
const tableItems = [];
this.deploymentObject.deployments.value.forEach(element => {
const tableItem: ActivityDetailsLog = this._populateActivityDetails(element.properties);
tableItem.type = 'row';
Copy link
Contributor

Choose a reason for hiding this comment

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

if [](start = 20, length = 2)

same nit

Copy link
Contributor

@ammanifold ammanifold left a comment

Choose a reason for hiding this comment

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

:shipit:

yaaaaaaaaaaaaaaaaaaaaaaaaaaaaay

@hartra344 hartra344 merged commit addccb4 into dev Oct 10, 2018
@hartra344 hartra344 deleted the deploymentCenterGa branch October 11, 2018 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants