@@ -4372,24 +4372,28 @@ _.set(c, [ "routeWarningsByService", a.metadata.name, b.metadata.name ], d);
4372
4372
} , ia = function ( a ) {
4373
4373
var b = H ( _ . get ( a , "spec.output.to" ) , a . metadata . namespace ) ;
4374
4374
c . recentBuildsByOutputImage [ b ] = c . recentBuildsByOutputImage [ b ] || [ ] , c . recentBuildsByOutputImage [ b ] . push ( a ) ;
4375
- } , ja = a ( "buildConfigForBuild" ) , ka = function ( a ) {
4375
+ } , ja = a ( "buildConfigForBuild" ) , ka = a ( "isIncompleteBuild" ) , la = function ( a ) {
4376
4376
if ( z ) {
4377
4377
var b = ja ( a ) , d = z [ b ] ;
4378
4378
if ( d ) {
4379
4379
var f = e . usesDeploymentConfigs ( d ) ;
4380
4380
_ . each ( f , function ( b ) {
4381
- c . recentPipelinesByDC [ b ] = c . recentPipelinesByDC [ b ] || [ ] , c . recentPipelinesByDC [ b ] . push ( a ) ;
4381
+ c . recentPipelinesByDC [ b ] = c . recentPipelinesByDC [ b ] || [ ] , c . recentPipelinesByDC [ b ] . push ( a ) , ka ( a ) && ( c . incompletePipelinesByDC [ b ] = c . incompletePipelinesByDC [ b ] || [ ] , c . incompletePipelinesByDC [ b ] . push ( a ) ) ;
4382
4382
} ) ;
4383
4383
}
4384
4384
}
4385
- } , la = function ( ) {
4386
- A && ( c . recentPipelinesByDC = { } , c . recentBuildsByOutputImage = { } , _ . each ( e . interestingBuilds ( A ) , function ( a ) {
4387
- return E ( a ) ? void ka ( a ) :void ia ( a ) ;
4388
- } ) ) ;
4389
4385
} , ma = function ( ) {
4386
+ A && ( c . recentPipelinesByDC = { } , c . incompletePipelinesByDC = { } , c . recentBuildsByOutputImage = { } , _ . each ( e . interestingBuilds ( A ) , function ( a ) {
4387
+ return E ( a ) ? void la ( a ) :void ia ( a ) ;
4388
+ } ) , c . pipelinesForDC = { } , _ . each ( z , function ( a ) {
4389
+ _ . each ( e . usesDeploymentConfigs ( a ) , function ( b ) {
4390
+ c . pipelinesForDC [ b ] = c . pipelinesForDC [ b ] || [ ] , c . pipelinesForDC [ b ] . push ( a ) ;
4391
+ } ) ;
4392
+ } ) ) ;
4393
+ } , na = function ( ) {
4390
4394
var a = _ . isEmpty ( r ) && _ . isEmpty ( t ) && _ . isEmpty ( c . monopodsByService ) && _ . isEmpty ( u ) && _ . isEmpty ( w ) && _ . isEmpty ( x ) , b = r && y && u && w && x ;
4391
4395
c . renderOptions . showGetStarted = b && a , c . renderOptions . showLoading = ! b && a ;
4392
- } , na = function ( ) {
4396
+ } , oa = function ( ) {
4393
4397
var a = d . isAlertPermanentlyHidden ( "overview-quota-limit-reached" , c . projectName ) ;
4394
4398
if ( ! a && p . isAnyQuotaExceeded ( c . quotas , c . clusterQuotas ) ) {
4395
4399
if ( c . alerts . quotaExceeded ) return ;
@@ -4428,11 +4432,11 @@ var b = _.get(c, [ a, "" ], {});
4428
4432
return ! _ . isEmpty ( b ) ;
4429
4433
} ) ;
4430
4434
} ;
4431
- var oa = [ ] ;
4435
+ var pa = [ ] ;
4432
4436
c . getHPA = function ( a ) {
4433
4437
if ( ! B ) return null ;
4434
4438
var b = _ . get ( a , "kind" ) , c = _ . get ( a , "metadata.name" ) ;
4435
- return _ . get ( C , [ b , c ] , oa ) ;
4439
+ return _ . get ( C , [ b , c ] , pa ) ;
4436
4440
} , window . OPENSHIFT_CONSTANTS . DISABLE_OVERVIEW_METRICS || ( o . isAvailable ( ! 0 ) . then ( function ( a ) {
4437
4441
c . showMetrics = a ;
4438
4442
} ) , c . $on ( "metrics-connection-failed" , function ( a , b ) {
@@ -4453,64 +4457,64 @@ return d.permanentlyHideAlert("metrics-connection-failed"), !0;
4453
4457
} ]
4454
4458
} ) ;
4455
4459
} ) ) ;
4456
- var pa = a ( "isIE" ) ( ) || a ( "isEdge" ) ( ) ;
4460
+ var qa = a ( "isIE" ) ( ) || a ( "isEdge" ) ( ) ;
4457
4461
k . get ( b . project ) . then ( _ . spread ( function ( a , b ) {
4458
4462
c . project = a , c . projectContext = b , D . push ( f . watch ( "pods" , b , function ( a ) {
4459
- y = a . by ( "metadata.name" ) , aa ( ) , ma ( ) , i . log ( "pods" , y ) ;
4463
+ y = a . by ( "metadata.name" ) , aa ( ) , na ( ) , i . log ( "pods" , y ) ;
4460
4464
} ) ) , D . push ( f . watch ( "services" , b , function ( a ) {
4461
- c . services = r = a . by ( "metadata.name" ) , ga ( ) , aa ( ) , P ( ) , U ( ) , T ( ) , V ( ) , Y ( ) , ha ( ) , ma ( ) , i . log ( "services (subscribe)" , r ) ;
4465
+ c . services = r = a . by ( "metadata.name" ) , ga ( ) , aa ( ) , P ( ) , U ( ) , T ( ) , V ( ) , Y ( ) , ha ( ) , na ( ) , i . log ( "services (subscribe)" , r ) ;
4462
4466
} , {
4463
- poll :pa ,
4467
+ poll :qa ,
4464
4468
pollInterval :6e4
4465
4469
} ) ) , D . push ( f . watch ( "builds" , b , function ( a ) {
4466
- A = a . by ( "metadata.name" ) , la ( ) , ma ( ) , i . log ( "builds (subscribe)" , A ) ;
4470
+ A = a . by ( "metadata.name" ) , ma ( ) , na ( ) , i . log ( "builds (subscribe)" , A ) ;
4467
4471
} ) ) , D . push ( f . watch ( "buildConfigs" , b , function ( a ) {
4468
- z = a . by ( "metadata.name" ) , la ( ) , i . log ( "builds (subscribe)" , A ) ;
4472
+ z = a . by ( "metadata.name" ) , ma ( ) , i . log ( "builds (subscribe)" , A ) ;
4469
4473
} , {
4470
- poll :pa ,
4474
+ poll :qa ,
4471
4475
pollInterval :6e4
4472
4476
} ) ) , D . push ( f . watch ( "routes" , b , function ( a ) {
4473
4477
q = a . by ( "metadata.name" ) , O ( ) , ga ( ) , ha ( ) , i . log ( "routes (subscribe)" , c . routesByService ) ;
4474
4478
} , {
4475
- poll :pa ,
4479
+ poll :qa ,
4476
4480
pollInterval :6e4
4477
4481
} ) ) , D . push ( f . watch ( "replicationcontrollers" , b , function ( a ) {
4478
- c . replicationControllersByName = u = a . by ( "metadata.name" ) , U ( ) , T ( ) , aa ( ) , la ( ) , ma ( ) , i . log ( "replicationcontrollers (subscribe)" , u ) ;
4482
+ c . replicationControllersByName = u = a . by ( "metadata.name" ) , U ( ) , T ( ) , aa ( ) , ma ( ) , na ( ) , i . log ( "replicationcontrollers (subscribe)" , u ) ;
4479
4483
} ) ) , D . push ( f . watch ( "deploymentconfigs" , b , function ( a ) {
4480
- t = a . by ( "metadata.name" ) , P ( ) , T ( ) , ma ( ) , i . log ( "deploymentconfigs (subscribe)" , t ) ;
4484
+ t = a . by ( "metadata.name" ) , P ( ) , T ( ) , na ( ) , i . log ( "deploymentconfigs (subscribe)" , t ) ;
4481
4485
} ) ) , D . push ( f . watch ( {
4482
4486
group :"extensions" ,
4483
4487
resource :"replicasets"
4484
4488
} , b , function ( a ) {
4485
- w = a . by ( "metadata.name" ) , aa ( ) , V ( ) , X ( ) , ma ( ) , i . log ( "replicasets (subscribe)" , w ) ;
4489
+ w = a . by ( "metadata.name" ) , aa ( ) , V ( ) , X ( ) , na ( ) , i . log ( "replicasets (subscribe)" , w ) ;
4486
4490
} ) ) , D . push ( f . watch ( {
4487
4491
group :"apps" ,
4488
4492
resource :"petsets"
4489
4493
} , b , function ( a ) {
4490
- x = a . by ( "metadata.name" ) , aa ( ) , Y ( ) , ma ( ) , i . log ( "petsets (subscribe)" , x ) ;
4494
+ x = a . by ( "metadata.name" ) , aa ( ) , Y ( ) , na ( ) , i . log ( "petsets (subscribe)" , x ) ;
4491
4495
} , {
4492
- poll :pa ,
4496
+ poll :qa ,
4493
4497
pollInterval :6e4
4494
4498
} ) ) , D . push ( f . watch ( {
4495
4499
group :"extensions" ,
4496
4500
resource :"deployments"
4497
4501
} , b , function ( a ) {
4498
- s = a . by ( "metadata.name" ) , Q ( ) , X ( ) , ma ( ) , i . log ( "deployments (subscribe)" , s ) ;
4502
+ s = a . by ( "metadata.name" ) , Q ( ) , X ( ) , na ( ) , i . log ( "deployments (subscribe)" , s ) ;
4499
4503
} ) ) , D . push ( f . watch ( {
4500
4504
group :"extensions" ,
4501
4505
resource :"horizontalpodautoscalers"
4502
4506
} , b , function ( a ) {
4503
4507
B = a . by ( "metadata.name" ) , Z ( ) ;
4504
4508
} , {
4505
- poll :pa ,
4509
+ poll :qa ,
4506
4510
pollInterval :6e4
4507
4511
} ) ) , D . push ( f . watch ( "resourcequotas" , b , function ( a ) {
4508
- c . quotas = a . by ( "metadata.name" ) , na ( ) ;
4512
+ c . quotas = a . by ( "metadata.name" ) , oa ( ) ;
4509
4513
} , {
4510
4514
poll :! 0 ,
4511
4515
pollInterval :6e4
4512
4516
} ) ) , D . push ( f . watch ( "appliedclusterresourcequotas" , b , function ( a ) {
4513
- c . clusterQuotas = a . by ( "metadata.name" ) , na ( ) ;
4517
+ c . clusterQuotas = a . by ( "metadata.name" ) , oa ( ) ;
4514
4518
} , {
4515
4519
poll :! 0 ,
4516
4520
pollInterval :6e4
@@ -12511,72 +12515,82 @@ restrict:"E",
12511
12515
scope :! 0 ,
12512
12516
templateUrl :"views/overview/_set.html"
12513
12517
} ;
12514
- } ) , angular . module ( "openshiftConsole" ) . directive ( "overviewDeploymentConfig" , [ "$filter" , "$uibModal" , "DeploymentsService" , "Navigate" , function ( a , b , c , d ) {
12518
+ } ) , angular . module ( "openshiftConsole" ) . directive ( "overviewDeploymentConfig" , [ "$filter" , "$uibModal" , "BuildsService" , " DeploymentsService", "Navigate" , function ( a , b , c , d , e ) {
12515
12519
return {
12516
12520
restrict :"E" ,
12517
12521
scope :! 0 ,
12518
12522
templateUrl :"views/overview/_dc.html" ,
12519
- link :function ( e ) {
12520
- var f = a ( "orderObjectsByDate" ) , g = a ( "deploymentIsInProgress" ) ;
12521
- e . $watch ( "scalableReplicationControllerByDC" , function ( ) {
12522
- var a = _ . get ( e , "deploymentConfig.metadata.name" ) ;
12523
- e . activeReplicationController = _ . get ( e , [ "scalableReplicationControllerByDC" , a ] ) ;
12524
- } ) , e . $watch ( "visibleRCByDC" , function ( a ) {
12525
- var b = _ . get ( e , "deploymentConfig.metadata.name" ) , c = _ . get ( a , [ b ] , [ ] ) ;
12526
- e . orderedReplicationControllers = f ( c , ! 0 ) , e . inProgressDeployment = _ . find ( e . orderedReplicationControllers , g ) ;
12527
- } ) , e . $watch ( "deploymentConfig" , function ( a ) {
12523
+ link :function ( f ) {
12524
+ var g = a ( "orderObjectsByDate" ) , h = a ( "deploymentIsInProgress" ) ;
12525
+ f . $watch ( "scalableReplicationControllerByDC" , function ( ) {
12526
+ var a = _ . get ( f , "deploymentConfig.metadata.name" ) ;
12527
+ f . activeReplicationController = _ . get ( f , [ "scalableReplicationControllerByDC" , a ] ) ;
12528
+ } ) , f . $watch ( "visibleRCByDC" , function ( a ) {
12529
+ var b = _ . get ( f , "deploymentConfig.metadata.name" ) , c = _ . get ( a , [ b ] , [ ] ) ;
12530
+ f . orderedReplicationControllers = g ( c , ! 0 ) , f . inProgressDeployment = _ . find ( f . orderedReplicationControllers , h ) ;
12531
+ } ) , f . $watch ( "deploymentConfig" , function ( a ) {
12528
12532
var b = _ . get ( a , "spec.triggers" , [ ] ) ;
12529
- e . imageChangeTriggers = _ . filter ( b , function ( a ) {
12533
+ f . imageChangeTriggers = _ . filter ( b , function ( a ) {
12530
12534
return "ImageChange" === a . type && _ . get ( a , "imageChangeParams.automatic" ) ;
12531
12535
} ) ;
12532
- } ) , e . urlForImageChangeTrigger = function ( b ) {
12533
- var c = a ( "stripTag" ) ( _ . get ( b , "imageChangeParams.from.name" ) ) , f = _ . get ( b , "imageChangeParams.from.namespace" , e . deploymentConfig . metadata . namespace ) ;
12534
- return d . resourceURL ( c , "ImageStream" , f ) ;
12535
- } , e . startDeployment = function ( ) {
12536
- c . startLatestDeployment ( e . deploymentConfig , {
12537
- namespace :e . deploymentConfig . metadata . namespace
12538
- } , e ) ;
12536
+ } ) , f . urlForImageChangeTrigger = function ( b ) {
12537
+ var c = a ( "stripTag" ) ( _ . get ( b , "imageChangeParams.from.name" ) ) , d = _ . get ( b , "imageChangeParams.from.namespace" , f . deploymentConfig . metadata . namespace ) ;
12538
+ return e . resourceURL ( c , "ImageStream" , d ) ;
12539
+ } , f . startPipeline = function ( b ) {
12540
+ c . startBuild ( b . metadata . name , {
12541
+ namespace :b . metadata . namespace
12542
+ } ) . then ( _ . noop , function ( b ) {
12543
+ f . alerts [ "start-pipeline" ] = {
12544
+ type :"error" ,
12545
+ message :"An error occurred while starting the pipeline." ,
12546
+ details :a ( "getErrorDetails" ) ( b )
12539
12547
} ;
12540
- var h ;
12541
- e . $watch ( "deploymentConfig.spec.paused" , function ( ) {
12542
- h = ! 1 ;
12543
- } ) , e . resumeDeployment = function ( ) {
12544
- h || ( h = ! 0 , c . setPaused ( e . deploymentConfig , ! 1 , {
12545
- namespace :e . deploymentConfig . metadata . namespace
12548
+ } ) ;
12549
+ } , f . startDeployment = function ( ) {
12550
+ d . startLatestDeployment ( f . deploymentConfig , {
12551
+ namespace :f . deploymentConfig . metadata . namespace
12552
+ } , f ) ;
12553
+ } ;
12554
+ var i ;
12555
+ f . $watch ( "deploymentConfig.spec.paused" , function ( ) {
12556
+ i = ! 1 ;
12557
+ } ) , f . resumeDeployment = function ( ) {
12558
+ i || ( i = ! 0 , d . setPaused ( f . deploymentConfig , ! 1 , {
12559
+ namespace :f . deploymentConfig . metadata . namespace
12546
12560
} ) . then ( _ . noop , function ( b ) {
12547
- h = ! 1 , e . alerts [ "resume-deployment" ] = {
12561
+ i = ! 1 , f . alerts [ "resume-deployment" ] = {
12548
12562
type :"error" ,
12549
12563
message :"An error occurred resuming the deployment." ,
12550
12564
details :a ( "getErrorDetails" ) ( b )
12551
12565
} ;
12552
12566
} ) ) ;
12553
- } , e . cancelDeployment = function ( ) {
12554
- var a = e . inProgressDeployment ;
12567
+ } , f . cancelDeployment = function ( ) {
12568
+ var a = f . inProgressDeployment ;
12555
12569
if ( a ) {
12556
- var d = a . metadata . name , f = _ . get ( e , "deploymentConfig.status.latestVersion" ) , h = b . open ( {
12570
+ var c = a . metadata . name , e = _ . get ( f , "deploymentConfig.status.latestVersion" ) , g = b . open ( {
12557
12571
animation :! 0 ,
12558
12572
templateUrl :"views/modals/confirm.html" ,
12559
12573
controller :"ConfirmModalController" ,
12560
12574
resolve :{
12561
12575
modalConfig :function ( ) {
12562
12576
return {
12563
- message :"Cancel deployment " + d + "?" ,
12564
- details :f ? "This will attempt to stop the in-progress deployment and rollback to the previous deployment, #" + f + ". It may take some time to complete." :"This will attempt to stop the in-progress deployment and may take some time to complete." ,
12577
+ message :"Cancel deployment " + c + "?" ,
12578
+ details :e ? "This will attempt to stop the in-progress deployment and rollback to the previous deployment, #" + e + ". It may take some time to complete." :"This will attempt to stop the in-progress deployment and may take some time to complete." ,
12565
12579
okButtonText :"Yes, cancel" ,
12566
12580
okButtonClass :"btn-danger" ,
12567
12581
cancelButtonText :"No, don't cancel"
12568
12582
} ;
12569
12583
}
12570
12584
}
12571
12585
} ) ;
12572
- h . result . then ( function ( ) {
12573
- var a = _ . get ( e , [ "replicationControllersByName" , d ] ) ;
12574
- return a ? g ( a ) ? void c . cancelRunningDeployment ( a , e . projectContext , e ) :void ( e . alerts [ "cancel-deployment" ] = {
12586
+ g . result . then ( function ( ) {
12587
+ var a = _ . get ( f , [ "replicationControllersByName" , c ] ) ;
12588
+ return a ? h ( a ) ? void d . cancelRunningDeployment ( a , f . projectContext , f ) :void ( f . alerts [ "cancel-deployment" ] = {
12575
12589
type :"error" ,
12576
- message :"Deployment " + d + " is no longer in progress."
12577
- } ) :void ( e . alerts [ "cancel-deployment" ] = {
12590
+ message :"Deployment " + c + " is no longer in progress."
12591
+ } ) :void ( f . alerts [ "cancel-deployment" ] = {
12578
12592
type :"error" ,
12579
- message :"Deployment " + d + " no longer exists."
12593
+ message :"Deployment " + c + " no longer exists."
12580
12594
} ) ;
12581
12595
} ) ;
12582
12596
}
0 commit comments