Commit 49008e3
* feat: customize retry behavior implementation (#1474)
* feat: customize retry behavior implementation
* 🦉 Updates from OwlBot
* fixed !=
* 🦉 Updates from OwlBot
* updated names to match gogle gax
* 🦉 Updates from OwlBot
* refactored retryOptions into its own config
* 🦉 Updates from OwlBot
* fixed linting error
* 🦉 Updates from OwlBot
* added retry delay explanation
* 🦉 Updates from OwlBot
* refactored constants
* 🦉 Updates from OwlBot
* removed const assignment
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* feat: implemented retry function (#1476)
* implemented retry function
* 🦉 Updates from OwlBot
* fixed import
* 🦉 Updates from OwlBot
* resolved merge conflict
* passed retry function to common
* 🦉 Updates from OwlBot
* refactored code to retryableErrFn
* removed unused import
* fixed typo
* fixed typo
* fixed failing tests
* made retryableErrorFn configurable
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
* wrote unit tests
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
* changed reason check to be less brittle
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* depend on common 3.7.0 for retry changes
* feat: remove gaxios dependency (#1503)
* feat: remove gaxios dependency
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
* moved callbackFunction inline
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
* assigned types to any
* changed any to string
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* feat: applied customization to multipart filesave (#1504)
* feat: applied customization to multipart filesave
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
* fixed failing tests
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
* removed unused import
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* Update storage.ts
added comment next to EAI_AGAIN
* feat: pass retryOptions to gcs-resumable-upload (#1506)
* feat: pass retryOptions to gcs-resumable-upload
* linter fixes
* additional test assertions for retryOptions
* add additional asserts to resumable operation tests
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Denis DelGrosso <[email protected]>
1 parent 742567b commit 49008e3
5 files changed
+456
-45
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
1254 | 1253 | | |
1255 | 1254 | | |
1256 | 1255 | | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
1257 | 1260 | | |
1258 | 1261 | | |
1259 | 1262 | | |
| |||
1560 | 1563 | | |
1561 | 1564 | | |
1562 | 1565 | | |
| 1566 | + | |
1563 | 1567 | | |
1564 | 1568 | | |
1565 | 1569 | | |
| |||
1962 | 1966 | | |
1963 | 1967 | | |
1964 | 1968 | | |
| 1969 | + | |
1965 | 1970 | | |
1966 | 1971 | | |
1967 | 1972 | | |
| |||
2993 | 2998 | | |
2994 | 2999 | | |
2995 | 3000 | | |
2996 | | - | |
2997 | | - | |
2998 | | - | |
2999 | | - | |
3000 | | - | |
3001 | | - | |
3002 | | - | |
3003 | | - | |
3004 | | - | |
3005 | | - | |
| 3001 | + | |
| 3002 | + | |
| 3003 | + | |
| 3004 | + | |
| 3005 | + | |
| 3006 | + | |
| 3007 | + | |
| 3008 | + | |
| 3009 | + | |
| 3010 | + | |
| 3011 | + | |
| 3012 | + | |
| 3013 | + | |
| 3014 | + | |
| 3015 | + | |
| 3016 | + | |
| 3017 | + | |
| 3018 | + | |
3006 | 3019 | | |
3007 | | - | |
| 3020 | + | |
3008 | 3021 | | |
3009 | 3022 | | |
3010 | 3023 | | |
| |||
3611 | 3624 | | |
3612 | 3625 | | |
3613 | 3626 | | |
3614 | | - | |
| 3627 | + | |
| 3628 | + | |
| 3629 | + | |
| 3630 | + | |
| 3631 | + | |
3615 | 3632 | | |
3616 | 3633 | | |
3617 | 3634 | | |
| |||
3627 | 3644 | | |
3628 | 3645 | | |
3629 | 3646 | | |
3630 | | - | |
| 3647 | + | |
| 3648 | + | |
| 3649 | + | |
| 3650 | + | |
3631 | 3651 | | |
3632 | 3652 | | |
3633 | 3653 | | |
| |||
3793 | 3813 | | |
3794 | 3814 | | |
3795 | 3815 | | |
| 3816 | + | |
3796 | 3817 | | |
3797 | 3818 | | |
3798 | 3819 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | | - | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
51 | 65 | | |
52 | 66 | | |
53 | 67 | | |
| |||
163 | 177 | | |
164 | 178 | | |
165 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
166 | 251 | | |
167 | 252 | | |
168 | 253 | | |
| |||
350 | 435 | | |
351 | 436 | | |
352 | 437 | | |
| 438 | + | |
| 439 | + | |
353 | 440 | | |
354 | 441 | | |
355 | 442 | | |
| |||
368 | 455 | | |
369 | 456 | | |
370 | 457 | | |
371 | | - | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
372 | 463 | | |
373 | 464 | | |
374 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
375 | 475 | | |
| 476 | + | |
| 477 | + | |
376 | 478 | | |
377 | 479 | | |
378 | 480 | | |
| |||
413 | 515 | | |
414 | 516 | | |
415 | 517 | | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
416 | 543 | | |
417 | 544 | | |
418 | | - | |
419 | | - | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
420 | 561 | | |
421 | 562 | | |
422 | 563 | | |
| |||
438 | 579 | | |
439 | 580 | | |
440 | 581 | | |
| 582 | + | |
| 583 | + | |
441 | 584 | | |
442 | 585 | | |
443 | 586 | | |
| |||
0 commit comments