Commit 9016168
authored
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 raise1 parent 24bad0c commit 9016168
File tree
2 files changed
+44
-16
lines changed- app/actions
- spec/unit/actions
2 files changed
+44
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
87 | 105 | | |
88 | | - | |
| 106 | + | |
89 | 107 | | |
90 | 108 | | |
91 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
608 | 620 | | |
609 | 621 | | |
610 | 622 | | |
| |||
637 | 649 | | |
638 | 650 | | |
639 | 651 | | |
640 | | - | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
641 | 655 | | |
642 | 656 | | |
643 | 657 | | |
| |||
683 | 697 | | |
684 | 698 | | |
685 | 699 | | |
686 | | - | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
687 | 703 | | |
688 | 704 | | |
689 | 705 | | |
| |||
717 | 733 | | |
718 | 734 | | |
719 | 735 | | |
720 | | - | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | 736 | | |
731 | 737 | | |
732 | 738 | | |
| |||
880 | 886 | | |
881 | 887 | | |
882 | 888 | | |
883 | | - | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
884 | 892 | | |
885 | 893 | | |
886 | 894 | | |
| |||
935 | 943 | | |
936 | 944 | | |
937 | 945 | | |
938 | | - | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
939 | 949 | | |
940 | 950 | | |
941 | 951 | | |
| |||
0 commit comments