[OSDEV-1558] Described that the action_type field was added to the moderation_events OpenSearch index.#499
Conversation
📝 WalkthroughWalkthroughThe pull request updates the release notes for version 1.29.0 of the Open Supply Hub project. It documents a PostgreSQL upgrade (from version 13 to 16) along with an update to the pg_trgm extension (to version 1.6) and the addition of an Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant API_Server
participant Database
Client->>API_Server: GET /api/v1/production-locations?aggregation=geohex_grid[&geohex_grid_precision= (optional)]
API_Server->>API_Server: Validate parameters (default geohex_grid_precision = 5 if omitted)
API_Server->>Database: Query production locations with Geohex grid aggregation
Database-->>API_Server: Return aggregated results
API_Server-->>Client: Respond with aggregated data
sequenceDiagram
participant DevOps
participant Deployment_Pipeline
participant OpenSearch
DevOps->>Deployment_Pipeline: Trigger [Release] Deploy with clear flag (Clear the custom OpenSearch indexes and templates=true)
Deployment_Pipeline->>OpenSearch: Clear indexes and update mappings for moderation-events index
OpenSearch-->>Deployment_Pipeline: Acknowledge update
Deployment_Pipeline-->>DevOps: Confirm successful deployment
Possibly related PRs
Suggested reviewers
Tip 🌐 Web search-backed reviews and chat
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (13)
🔇 Additional comments (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
React App | Jest test suite - Code coverage reportTotal: 28.88%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
|
Dedupe Hub App | Unittest test suite - Code coverage reportTotal: 56.14%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Contricleaner App | Unittest test suite - Code coverage reportTotal: 98.91%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Countries App | Unittest test suite - Code coverage reportTotal: 100%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Django App | Unittest test suite - Code coverage reportTotal: 80.4%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
…deration_events OpenSearch index. (#499) The release note related to OSDEV-1558 was rewritten in the Release Instructions section to properly describe the changes made in this task and the reason why the OpenSearch indexes need to be cleared while deploying 1.29.0 version.



The release note related to OSDEV-1558 was rewritten in the Release Instructions section to properly describe the changes made in this task and the reason why the OpenSearch indexes need to be cleared while deploying 1.29.0 version.