-
-
Notifications
You must be signed in to change notification settings - Fork 11
[BACK-2416] Add read-only mode for services that doesn't create indexes. #691
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
base: master
Are you sure you want to change the base?
Conversation
84f6cfd
to
452d8a2
Compare
7af40c9
to
df7695a
Compare
bff06ec
to
2973153
Compare
8d8ea30
to
90975e3
Compare
4c9e3b1
to
953de13
Compare
e044c84
to
a0ed149
Compare
environment variable for path prefixes to auth services calls.
Allow disabling the user events handler Add error context Fix imports
…exes that don't need it.
a0ed149
to
aed9c70
Compare
…dowing-service-prefix
egrep is deprecated now, at least on my Linux box, so this was spitting out tons of warning messages, which this change stops.
- Add sample interval and backfilled to cbg data type - https://tidepool.atlassian.net/browse/BACK-1913
My investigation indicates that neither our code, nor our dependencies use the functions in question, but at the same time, the impact of upgrading them is minimal, so it feels like the less risky path to just upgrade and not have to worry. BACK-3353
- Add trend rate units to cbg data type - Update general blood glucose functionality - Use trend rate in Dexcom data - https://tidepool.atlassian.net/browse/BACK-3461
- Use milliseconds for duration in pumpSettingsOverride - Use milliseconds for duration in pumpSettings.overridePresets - Add deliveryContext property to all bolus types - Remove pumpSettingsOverride validation of required properties - https://tidepool.atlassian.net/browse/BACK-2773 - https://tidepool.atlassian.net/browse/BACK-3474 - https://tidepool.atlassian.net/browse/BACK-3475
- Handle out-of-order food and bolus data for twiist - Add new deduplicator - https://tidepool.atlassian.net/browse/BACK-3514
… jimmy/back-2416-shadowing-service-prefix
7c7e658
to
cffbd7a
Compare
@lostlevels should we merge this PR now that sharding is done? |
Since the sharding related changes are already in master I'm hesitant to merge this since it changes the way shoreline calls are made. |
@lostlevels it would be great to have the capability to run a shadow environment for other testing purposes down the road. Let's get this tested in QA? Can you please come up with a test strategy? |
Adds prefix to read directly from auth service instead of going through the virtualservice.
Opening a new PR because rebasing / merging with current master was too messy with the recent master changes.