@@ -4595,28 +4595,28 @@ _.set(c, [ "routeWarningsByService", a.metadata.name, b.metadata.name ], d);
4595
4595
} , ia = function ( a ) {
4596
4596
var b = H ( _ . get ( a , "spec.output.to" ) , a . metadata . namespace ) ;
4597
4597
c . recentBuildsByOutputImage [ b ] = c . recentBuildsByOutputImage [ b ] || [ ] , c . recentBuildsByOutputImage [ b ] . push ( a ) ;
4598
- } , ja = a ( "buildConfigForBuild" ) , ka = a ( "isIncompleteBuild" ) , la = function ( a ) {
4598
+ } , ja = a ( "buildConfigForBuild" ) , ka = function ( a ) {
4599
4599
if ( z ) {
4600
4600
var b = ja ( a ) , d = z [ b ] ;
4601
4601
if ( d ) {
4602
4602
var f = e . usesDeploymentConfigs ( d ) ;
4603
4603
_ . each ( f , function ( b ) {
4604
- c . recentPipelinesByDC [ b ] = c . recentPipelinesByDC [ b ] || [ ] , c . recentPipelinesByDC [ b ] . push ( a ) , ka ( a ) && ( c . incompletePipelinesByDC [ b ] = c . incompletePipelinesByDC [ b ] || [ ] , c . incompletePipelinesByDC [ b ] . push ( a ) ) ;
4604
+ c . recentPipelinesByDC [ b ] = c . recentPipelinesByDC [ b ] || [ ] , c . recentPipelinesByDC [ b ] . push ( a ) ;
4605
4605
} ) ;
4606
4606
}
4607
4607
}
4608
- } , ma = function ( ) {
4609
- A && ( c . recentPipelinesByDC = { } , c . incompletePipelinesByDC = { } , c . recentBuildsByOutputImage = { } , _ . each ( e . interestingBuilds ( A ) , function ( a ) {
4610
- return E ( a ) ? void la ( a ) :void ia ( a ) ;
4608
+ } , la = function ( ) {
4609
+ A && ( c . recentPipelinesByDC = { } , c . recentBuildsByOutputImage = { } , _ . each ( e . interestingBuilds ( A ) , function ( a ) {
4610
+ return E ( a ) ? void ka ( a ) :void ia ( a ) ;
4611
4611
} ) , c . pipelinesForDC = { } , _ . each ( z , function ( a ) {
4612
4612
_ . each ( e . usesDeploymentConfigs ( a ) , function ( b ) {
4613
4613
c . pipelinesForDC [ b ] = c . pipelinesForDC [ b ] || [ ] , c . pipelinesForDC [ b ] . push ( a ) ;
4614
4614
} ) ;
4615
4615
} ) ) ;
4616
- } , na = function ( ) {
4616
+ } , ma = function ( ) {
4617
4617
var a = _ . isEmpty ( r ) && _ . isEmpty ( t ) && _ . isEmpty ( c . monopodsByService ) && _ . isEmpty ( u ) && _ . isEmpty ( w ) && _ . isEmpty ( x ) , b = r && y && u && w && x ;
4618
4618
c . renderOptions . showGetStarted = b && a , c . renderOptions . showLoading = ! b && a ;
4619
- } , oa = function ( ) {
4619
+ } , na = function ( ) {
4620
4620
var a = d . isAlertPermanentlyHidden ( "overview-quota-limit-reached" , c . projectName ) ;
4621
4621
if ( ! a && p . isAnyQuotaExceeded ( c . quotas , c . clusterQuotas ) ) {
4622
4622
if ( c . alerts . quotaExceeded ) return ;
@@ -4655,11 +4655,11 @@ var b = _.get(c, [ a, "" ], {});
4655
4655
return ! _ . isEmpty ( b ) ;
4656
4656
} ) ;
4657
4657
} ;
4658
- var pa = [ ] ;
4658
+ var oa = [ ] ;
4659
4659
c . getHPA = function ( a ) {
4660
4660
if ( ! B ) return null ;
4661
4661
var b = _ . get ( a , "kind" ) , c = _ . get ( a , "metadata.name" ) ;
4662
- return _ . get ( C , [ b , c ] , pa ) ;
4662
+ return _ . get ( C , [ b , c ] , oa ) ;
4663
4663
} , window . OPENSHIFT_CONSTANTS . DISABLE_OVERVIEW_METRICS || ( o . isAvailable ( ! 0 ) . then ( function ( a ) {
4664
4664
c . showMetrics = a ;
4665
4665
} ) , c . $on ( "metrics-connection-failed" , function ( a , b ) {
@@ -4680,64 +4680,64 @@ return d.permanentlyHideAlert("metrics-connection-failed"), !0;
4680
4680
} ]
4681
4681
} ) ;
4682
4682
} ) ) ;
4683
- var qa = a ( "isIE" ) ( ) || a ( "isEdge" ) ( ) ;
4683
+ var pa = a ( "isIE" ) ( ) || a ( "isEdge" ) ( ) ;
4684
4684
k . get ( b . project ) . then ( _ . spread ( function ( a , b ) {
4685
4685
c . project = a , c . projectContext = b , D . push ( f . watch ( "pods" , b , function ( a ) {
4686
- y = a . by ( "metadata.name" ) , aa ( ) , na ( ) , i . log ( "pods" , y ) ;
4686
+ y = a . by ( "metadata.name" ) , aa ( ) , ma ( ) , i . log ( "pods" , y ) ;
4687
4687
} ) ) , D . push ( f . watch ( "services" , b , function ( a ) {
4688
- c . services = r = a . by ( "metadata.name" ) , ga ( ) , aa ( ) , P ( ) , U ( ) , T ( ) , V ( ) , Y ( ) , ha ( ) , na ( ) , i . log ( "services (subscribe)" , r ) ;
4688
+ c . services = r = a . by ( "metadata.name" ) , ga ( ) , aa ( ) , P ( ) , U ( ) , T ( ) , V ( ) , Y ( ) , ha ( ) , ma ( ) , i . log ( "services (subscribe)" , r ) ;
4689
4689
} , {
4690
- poll :qa ,
4690
+ poll :pa ,
4691
4691
pollInterval :6e4
4692
4692
} ) ) , D . push ( f . watch ( "builds" , b , function ( a ) {
4693
- A = a . by ( "metadata.name" ) , ma ( ) , na ( ) , i . log ( "builds (subscribe)" , A ) ;
4693
+ A = a . by ( "metadata.name" ) , la ( ) , ma ( ) , i . log ( "builds (subscribe)" , A ) ;
4694
4694
} ) ) , D . push ( f . watch ( "buildConfigs" , b , function ( a ) {
4695
- z = a . by ( "metadata.name" ) , ma ( ) , i . log ( "builds (subscribe)" , A ) ;
4695
+ z = a . by ( "metadata.name" ) , la ( ) , i . log ( "builds (subscribe)" , A ) ;
4696
4696
} , {
4697
- poll :qa ,
4697
+ poll :pa ,
4698
4698
pollInterval :6e4
4699
4699
} ) ) , D . push ( f . watch ( "routes" , b , function ( a ) {
4700
4700
q = a . by ( "metadata.name" ) , O ( ) , ga ( ) , ha ( ) , i . log ( "routes (subscribe)" , c . routesByService ) ;
4701
4701
} , {
4702
- poll :qa ,
4702
+ poll :pa ,
4703
4703
pollInterval :6e4
4704
4704
} ) ) , D . push ( f . watch ( "replicationcontrollers" , b , function ( a ) {
4705
- c . replicationControllersByName = u = a . by ( "metadata.name" ) , U ( ) , T ( ) , aa ( ) , ma ( ) , na ( ) , i . log ( "replicationcontrollers (subscribe)" , u ) ;
4705
+ c . replicationControllersByName = u = a . by ( "metadata.name" ) , U ( ) , T ( ) , aa ( ) , la ( ) , ma ( ) , i . log ( "replicationcontrollers (subscribe)" , u ) ;
4706
4706
} ) ) , D . push ( f . watch ( "deploymentconfigs" , b , function ( a ) {
4707
- t = a . by ( "metadata.name" ) , P ( ) , T ( ) , na ( ) , i . log ( "deploymentconfigs (subscribe)" , t ) ;
4707
+ t = a . by ( "metadata.name" ) , P ( ) , T ( ) , ma ( ) , i . log ( "deploymentconfigs (subscribe)" , t ) ;
4708
4708
} ) ) , D . push ( f . watch ( {
4709
4709
group :"extensions" ,
4710
4710
resource :"replicasets"
4711
4711
} , b , function ( a ) {
4712
- w = a . by ( "metadata.name" ) , aa ( ) , V ( ) , X ( ) , na ( ) , i . log ( "replicasets (subscribe)" , w ) ;
4712
+ w = a . by ( "metadata.name" ) , aa ( ) , V ( ) , X ( ) , ma ( ) , i . log ( "replicasets (subscribe)" , w ) ;
4713
4713
} ) ) , D . push ( f . watch ( {
4714
4714
group :"apps" ,
4715
4715
resource :"statefulsets"
4716
4716
} , b , function ( a ) {
4717
- x = a . by ( "metadata.name" ) , aa ( ) , Y ( ) , na ( ) , i . log ( "statefulsets (subscribe)" , x ) ;
4717
+ x = a . by ( "metadata.name" ) , aa ( ) , Y ( ) , ma ( ) , i . log ( "statefulsets (subscribe)" , x ) ;
4718
4718
} , {
4719
- poll :qa ,
4719
+ poll :pa ,
4720
4720
pollInterval :6e4
4721
4721
} ) ) , D . push ( f . watch ( {
4722
4722
group :"extensions" ,
4723
4723
resource :"deployments"
4724
4724
} , b , function ( a ) {
4725
- s = a . by ( "metadata.name" ) , Q ( ) , X ( ) , na ( ) , i . log ( "deployments (subscribe)" , s ) ;
4725
+ s = a . by ( "metadata.name" ) , Q ( ) , X ( ) , ma ( ) , i . log ( "deployments (subscribe)" , s ) ;
4726
4726
} ) ) , D . push ( f . watch ( {
4727
4727
group :"extensions" ,
4728
4728
resource :"horizontalpodautoscalers"
4729
4729
} , b , function ( a ) {
4730
4730
B = a . by ( "metadata.name" ) , Z ( ) ;
4731
4731
} , {
4732
- poll :qa ,
4732
+ poll :pa ,
4733
4733
pollInterval :6e4
4734
4734
} ) ) , D . push ( f . watch ( "resourcequotas" , b , function ( a ) {
4735
- c . quotas = a . by ( "metadata.name" ) , oa ( ) ;
4735
+ c . quotas = a . by ( "metadata.name" ) , na ( ) ;
4736
4736
} , {
4737
4737
poll :! 0 ,
4738
4738
pollInterval :6e4
4739
4739
} ) ) , D . push ( f . watch ( "appliedclusterresourcequotas" , b , function ( a ) {
4740
- c . clusterQuotas = a . by ( "metadata.name" ) , oa ( ) ;
4740
+ c . clusterQuotas = a . by ( "metadata.name" ) , na ( ) ;
4741
4741
} , {
4742
4742
poll :! 0 ,
4743
4743
pollInterval :6e4
@@ -12565,7 +12565,7 @@ return {
12565
12565
restrict :"E" ,
12566
12566
scope :{
12567
12567
build :"=" ,
12568
- collapseStagesOnCompletion :"=?" ,
12568
+ expandOnlyRunning :"=?" ,
12569
12569
buildConfigNameOnExpanded :"=?"
12570
12570
} ,
12571
12571
replace :! 0 ,
0 commit comments