-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SERVICES-2155] context tracker #1296
Conversation
Signed-off-by: Claudiu Lataretu <[email protected]>
Signed-off-by: Claudiu Lataretu <[email protected]>
Signed-off-by: Claudiu Lataretu <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #1296 +/- ##
===============================================
- Coverage 56.43% 56.38% -0.06%
===============================================
Files 236 236
Lines 7926 7946 +20
Branches 527 532 +5
===============================================
+ Hits 4473 4480 +7
- Misses 3004 3013 +9
- Partials 449 453 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
context && | ||
context.deepHistoryTimestamp | ||
) { | ||
resourceUrl = `${resourceUrl}×tamp=${context.deepHistoryTimestamp}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the &
could cause issues when no other query arguments are present. It should be a ?
in that case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right. maybe we can use this: https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/append
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
- fix typo - fix resource url generator in mx.api.service.ts Signed-off-by: Claudiu Lataretu <[email protected]>
Signed-off-by: Claudiu Lataretu <[email protected]>
Reasoning
Proposed Changes
How to test
timestamp
in request headers should return data from the past