Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
12e89cc
Retry policies are now pre request instead of per HttpManager.
Robbie-Microsoft Apr 23, 2025
2d3b435
Merge branch 'main' into rginsburg_retry_policy_per_request
Robbie-Microsoft Apr 23, 2025
132ec53
Improved unit test
Robbie-Microsoft Apr 24, 2025
fc7eafa
Addressed some GitHub feedback
Robbie-Microsoft Apr 25, 2025
dc831fe
Implemented GitHub feedback
Robbie-Microsoft Apr 29, 2025
6576722
Fixed broken unit tests, update public API
Robbie-Microsoft Apr 30, 2025
6d89f1c
Undid public API changes
Robbie-Microsoft Apr 30, 2025
a8cdac3
Merge branch 'main' into rginsburg_retry_policy_per_request
Robbie-Microsoft Apr 30, 2025
b68df2c
Fixed broken unit test and clarified public api
Robbie-Microsoft Apr 30, 2025
aab8940
removed comment, adjusted unit test
Robbie-Microsoft Apr 30, 2025
6e9cc07
Merge branch 'main' into rginsburg_retry_policy_per_request
Robbie-Microsoft May 1, 2025
4aedf33
Changed constants to PascalCase
Robbie-Microsoft May 1, 2025
4266a14
Deleted file
Robbie-Microsoft May 1, 2025
2153fc3
Undid file change from main
Robbie-Microsoft May 1, 2025
b82f872
Reworked retry policy functionality. Created IMDS retry policy.
Robbie-Microsoft Apr 11, 2025
8b37d08
Implemented GitHub Feedback
Robbie-Microsoft Apr 14, 2025
abe860f
Created first retry unit test. The rest of the tests will be based of…
Robbie-Microsoft Apr 16, 2025
0eef7c6
Added more ImdsRetryPolicy unit tests. Fixed bug discovered by unit t…
Robbie-Microsoft Apr 16, 2025
9faf287
Finished all ImdsRetryPolicy unit tests
Robbie-Microsoft Apr 17, 2025
128f628
Discovered bugs through unit tests, and fixed them. Improved ImdsRetr…
Robbie-Microsoft Apr 18, 2025
69a157a
Minor improvements to ImdsRetryPolicy tests
Robbie-Microsoft Apr 18, 2025
fe3ac7c
Added option retryAfter header to mockHttpManager. Added more Defauly…
Robbie-Microsoft Apr 18, 2025
e73a7bb
Finished DefaultRetryPolicy unit tests. Edited some ImdsRetryPolicy u…
Robbie-Microsoft Apr 21, 2025
d5f5978
rebased branch from main to rginsburg_retry_policy_per_request
Robbie-Microsoft May 1, 2025
c61c3e6
Implemented final feedback
Robbie-Microsoft May 2, 2025
be1d9e4
Merged in latest
Robbie-Microsoft May 2, 2025
42ea075
Fixed some broken unit tests
Robbie-Microsoft May 2, 2025
6fefdf2
Fixed all broken unit tests and made STS tests 100 times faster
Robbie-Microsoft May 2, 2025
b7e70d6
Merge branch 'main' into rginsburg/rginsburg_retry_policy_per_request
Robbie-Microsoft May 2, 2025
717a44a
Merge branch 'rginsburg/rginsburg_retry_policy_per_request' into rgin…
Robbie-Microsoft May 2, 2025
6671271
whitespace
Robbie-Microsoft May 2, 2025
990847e
Retry policies are now pre request instead of per HttpManager.
Robbie-Microsoft Apr 23, 2025
fc7f97c
Addressed some GitHub feedback
Robbie-Microsoft Apr 25, 2025
b3cdc4b
Implemented GitHub feedback
Robbie-Microsoft Apr 29, 2025
7ccb8c8
Fixed broken unit tests, update public API
Robbie-Microsoft Apr 30, 2025
848987f
Undid public API changes
Robbie-Microsoft Apr 30, 2025
383d318
Fixed broken unit test and clarified public api
Robbie-Microsoft Apr 30, 2025
ae69c1d
removed comment, adjusted unit test
Robbie-Microsoft Apr 30, 2025
f0d98ed
Deleted file
Robbie-Microsoft May 1, 2025
e13e0d8
Undid file change from main
Robbie-Microsoft May 1, 2025
39164fb
Reworked retry policy functionality. Created IMDS retry policy.
Robbie-Microsoft Apr 11, 2025
4cab624
Implemented GitHub Feedback
Robbie-Microsoft Apr 14, 2025
39180d9
Created first retry unit test. The rest of the tests will be based of…
Robbie-Microsoft Apr 16, 2025
d2a01a1
Added more ImdsRetryPolicy unit tests. Fixed bug discovered by unit t…
Robbie-Microsoft Apr 16, 2025
57afaf8
Finished all ImdsRetryPolicy unit tests
Robbie-Microsoft Apr 17, 2025
f629dfc
Discovered bugs through unit tests, and fixed them. Improved ImdsRetr…
Robbie-Microsoft Apr 18, 2025
62c0b09
Minor improvements to ImdsRetryPolicy tests
Robbie-Microsoft Apr 18, 2025
c79f23d
Added option retryAfter header to mockHttpManager. Added more Defauly…
Robbie-Microsoft Apr 18, 2025
25ce41b
Finished DefaultRetryPolicy unit tests. Edited some ImdsRetryPolicy u…
Robbie-Microsoft Apr 21, 2025
b33059c
rebased branch from main to rginsburg_retry_policy_per_request
Robbie-Microsoft May 1, 2025
2487799
Fixed some broken unit tests
Robbie-Microsoft May 2, 2025
eb785d6
Fixed all broken unit tests and made STS tests 100 times faster
Robbie-Microsoft May 2, 2025
f5668c7
whitespace
Robbie-Microsoft May 2, 2025
ec2090d
Merge branch 'rginsburg/imds_retry_policy' of https://github.com/Azur…
Robbie-Microsoft May 2, 2025
4cd60ed
Final adjustment of unit tests
Robbie-Microsoft May 2, 2025
1854cd3
Simplified params for DefaultRetryPolicy
Robbie-Microsoft May 2, 2025
001b32d
Implemented some GitHub feedback
Robbie-Microsoft May 20, 2025
a64391c
Merge branch 'main' into rginsburg/imds_retry_policy
Robbie-Microsoft May 20, 2025
bf41d92
Fixed build messages
Robbie-Microsoft May 21, 2025
d9a2dd3
adjusted unit test delay
Robbie-Microsoft May 21, 2025
f4433c7
Fixed build messages
Robbie-Microsoft May 21, 2025
fb9653a
removed unused import
Robbie-Microsoft May 21, 2025
96a65cc
added temporary logs for debugging CI issues
Robbie-Microsoft May 21, 2025
1be5bc1
edited temporary logs
Robbie-Microsoft May 22, 2025
be8d712
Merge branch 'main' into rginsburg/imds_retry_policy
Robbie-Microsoft May 28, 2025
7c87c30
Created "retry" folder inside of "http" and updated all file paths (#…
Robbie-Microsoft May 28, 2025
01bcb73
Created Production and Test Retry Policy Factories, and adjusted unit…
Robbie-Microsoft Jun 2, 2025
735dc22
Merge branch 'main' into rginsburg/imds_retry_policy
Robbie-Microsoft Jun 2, 2025
5e3ad09
Moved RequestType enum from Constants to IRetryPolicyFactory (#5316)
Robbie-Microsoft Jun 2, 2025
960c9d9
Moved RetryPolicyFactory configuration from Managed Identity Builder …
Robbie-Microsoft Jun 2, 2025
94dfbdd
Removed another piece that was left out in previous committ
Robbie-Microsoft Jun 2, 2025
7b69caa
undid changes in ManagedIdentityBuilder
Robbie-Microsoft Jun 2, 2025
126ccc4
Added RetryPolicyFactory to test mock
Robbie-Microsoft Jun 2, 2025
d92059a
Implemented Neha's feedback
Robbie-Microsoft Jun 4, 2025
1f046dd
Merge branch 'main' into rginsburg/imds_retry_policy
Robbie-Microsoft Jun 4, 2025
05d3d86
Implemented Gladwin's feedback
Robbie-Microsoft Jun 4, 2025
ce6349b
undid changes to .csproj
Robbie-Microsoft Jun 4, 2025
dbb5315
Implemented Travis's feedback
Robbie-Microsoft Jun 4, 2025
fdfdfb7
Moved RequestType enum to it's own file and updated imports
Robbie-Microsoft Jun 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.