We have observed an issue with OTA where lets say you have an app with two deployment names where one name is a substring of the other, such as:
IntlProduction
Production
The proposed changes will modify getDeploymentByAppAndName to not just short circuit to Production packages if they were wanting to get history for IntlProduction packages.
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
djergin seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it.
Hey all,
We have observed an issue with OTA where lets say you have an app with two deployment names where one name is a substring of the other, such as:
IntlProduction Production
The proposed changes will modify
getDeploymentByAppAndName
to not just short circuit toProduction
packages if they were wanting to get history forIntlProduction
packages.