Skip to content

Commit 375e384

Browse files
author
OpenShift Bot
authored
Merge pull request #2018 from spadgett/more-events
Merged by openshift-bot
2 parents db9abb5 + c94ffd5 commit 375e384

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

app/scripts/constants.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
158158
// General events that apply to more than one api object
159159
FailedCreate: true,
160160
FailedDelete: true,
161+
FailedScheduling: true,
161162
FailedUpdate: true,
162163
// Build
163164
BuildCancelled: true,
@@ -169,7 +170,6 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
169170
// Deployment
170171
DeploymentCancelled: true,
171172
Failed: true,
172-
ScalingReplicaSet: true,
173173
// DeploymentConfig
174174
DeploymentCreated: true,
175175
DeploymentCreationFailed: true,
@@ -179,6 +179,7 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
179179
// Pod
180180
BackOff: true,
181181
FailedSync: true,
182+
InvalidEnvironmentVariableNames: true,
182183
Unhealthy: true,
183184
// PVC
184185
FailedBinding: true,
@@ -188,12 +189,9 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
188189
LoadBalancerUpdateFailed: true,
189190
// Service Catalog
190191
Deprovisioning: true,
191-
ErrorAsyncOperationInProgress: true,
192192
ErrorCallingProvision: true,
193193
ErrorInjectingBindResult: true,
194-
ProvisionedSuccessfully: true,
195194
Provisioning: true,
196-
ReferencesNonexistentInstance: true,
197195
ReferencesNonexistentServiceClass: true,
198196
ReferencesNonexistentServicePlan: true,
199197
UnbindCallFailed: true

dist/scripts/scripts.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ group: "apps"
714714
EVENTS_TO_SHOW: {
715715
FailedCreate: !0,
716716
FailedDelete: !0,
717+
FailedScheduling: !0,
717718
FailedUpdate: !0,
718719
BuildCancelled: !0,
719720
BuildCompleted: !0,
@@ -722,25 +723,22 @@ BuildStarted: !0,
722723
BuildConfigInstantiateFailed: !0,
723724
DeploymentCancelled: !0,
724725
Failed: !0,
725-
ScalingReplicaSet: !0,
726726
DeploymentCreated: !0,
727727
DeploymentCreationFailed: !0,
728728
FailedRescale: !0,
729729
SuccessfulRescale: !0,
730730
BackOff: !0,
731731
FailedSync: !0,
732+
InvalidEnvironmentVariableNames: !0,
732733
Unhealthy: !0,
733734
FailedBinding: !0,
734735
ProvisioningFailed: !0,
735736
VolumeDeleted: !0,
736737
LoadBalancerUpdateFailed: !0,
737738
Deprovisioning: !0,
738-
ErrorAsyncOperationInProgress: !0,
739739
ErrorCallingProvision: !0,
740740
ErrorInjectingBindResult: !0,
741-
ProvisionedSuccessfully: !0,
742741
Provisioning: !0,
743-
ReferencesNonexistentInstance: !0,
744742
ReferencesNonexistentServiceClass: !0,
745743
ReferencesNonexistentServicePlan: !0,
746744
UnbindCallFailed: !0

dist/styles/vendor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angularjs-datatables - v0.5.7
2+
* angularjs-datatables - v0.5.9
33
* https://github.com/dtaylor113/angularjs-datatables
44
* License: MIT
55
*/
@@ -19,7 +19,7 @@ div.DTTT .btn,ul.DTTT_dropdown.dropdown-menu a{color:#333!important}
1919
.dataTables_wrapper .dataTables_paginate .paginate_button{padding:.3em .8em}
2020
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{padding:.3em .8em;background:#D6D6D6;border:1px solid transparent}
2121
/*!
22-
* angularjs-datatables - v0.5.7
22+
* angularjs-datatables - v0.5.9
2323
* https://github.com/dtaylor113/angularjs-datatables
2424
* License: MIT
2525
*/

0 commit comments

Comments
 (0)