You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight (#4402)
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Fix error message to be more descriptive
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Fix Rubocop errors
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Only update the error message for rolling deployments based on code review
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Revert changes that affect all actions since we only want to update rolling reployments
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Fix rubocop errors
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Update error message for space_app_instance_limit_exceeded
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Fix Rubocop errors
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Cleanup for Rubocop errors
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Update error message for org errors during rolling deployment
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Fix merge issues
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Fix Rubocop error
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Update from code review comments and cleanup
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Revert unintended change
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Fix rubocop errors
* Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight
Rename method and remove unnecessary raise
space_error_msg=" for space #{app.space.name}. This space's quota may not be large enough to support rolling deployments or your configured max-in-flight."
93
+
org_error_msg_1=" for organization #{app.organization.name}. "
94
+
org_error_msg_2="This organization's quota may not be large enough to support rolling deployments or your configured max-in-flight."
0 commit comments