Tags: spinnaker/fiat
Tags
fix(retrofit2): fix multiple slash issue in baseUrl of retrofit2 clie… …nt (#1206) (#1207) * test(github): add a test to demonstrate an error scenario where if the baseUrl of the Github client has multiple slashes and the end point start with a slash * fix(github): fix the error where if the baseUrl of the Github client has multiple slashes and the end point start with a slash, the resultant api url leaves that part the base url coming after first slash. * refactor(api): refactor retrofit2 client configuration for FiatService to fix any issues that may occur if the base url has multiple slashes * refactor(web): refactor retrofit2 client configuration for IgorApi, ClouddriverApi and Front50Api to fix any issues that may occur if the base url has multiple slashes (cherry picked from commit a7f7f9d) Co-authored-by: Kiran Godishala <53332225+kirangodishala@users.noreply.github.com>
fix(gha): fix branch detection error (#1205) from e.g. https://github.com/spinnaker/fiat/actions/runs/13405954400/job/37445817517 Run BRANCHES=$(git branch -r --contains refs/tags/v1.54.0) BRANCHES is ' origin/HEAD -> origin/master origin/master' NUM_BRANCHES is '2' exactly one branch required to release fiat, but there are 2 ( origin/HEAD -> origin/master origin/master) Error: Process completed with exit code 1.
PreviousNext