-
Notifications
You must be signed in to change notification settings - Fork 68
Backmerge master into develop #3921
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
Conversation
Part of eng-373 Signed-off-by: Jorge Orta <36802074+Orta21@users.noreply.github.com>
PATCH: Update readme
Part of eng-373 Signed-off-by: Jorge Orta <36802074+Orta21@users.noreply.github.com>
PATCH: DOCS links not working
RELEASE Update utils
…for launch week metriport/metriport-internal#1040 Signed-off-by: Keshav Saharia <keshav@metriport.com>
metriport/metriport-internal#1040 Signed-off-by: Keshav Saharia <keshav@metriport.com>
PATCH: added pharmacies query parameter to start document query
RELEASE Patient global search v0
RELEASE ENG-268 Enable ingestion on consolidate recreate
Ref eng-268 Signed-off-by: Rafael Leite <2132564+leite08@users.noreply.github.com>
PATCH RELEASE ENG-268 Fix ingestion sqs setup
WalkthroughThis update introduces a new Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant API
participant PharmacyDataSource
Client->>API: Start Document Query (pharmacies=true)
API->>PharmacyDataSource: Fetch medication history (1 year)
PharmacyDataSource-->>API: Return medication fill data
API-->>Client: Return document query results (including pharmacy data)
Possibly related PRs
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error code ERR_SSL_WRONG_VERSION_NUMBER 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (1)`**/*.ts`: - Use the Onion Pattern to organize a package's code in layers - Try to use immutable code and avoid sharing state across different functions, objects, and systems - Try...
🧠 Learnings (1)📓 Common learnings
🧬 Code Graph Analysis (1)packages/core/src/command/consolidated/search/fhir-resource/ingest-consolidated-sqs.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms (5)
🔇 Additional comments (3)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
While this is mainly documentation changes, the only code change from nanoid()
to uuidv7()
intuitively seems like a harmless change since this is well within SQS' limit of 128 characters for a MessageDeduplicationId (nanoid is ~21 characters and uuidv7 is 36 characters), and also a pattern I've seen elsewhere in the codebase.
Backmerge master into develop
Summary by CodeRabbit