Conversation
|
📝 WalkthroughWalkthroughThe pull request updates the release notes for Open Supply Hub version 1.27.0, shifting the release date to January 11, 2025. The changes primarily focus on introducing two new PATCH endpoints for moderation events and production locations. These endpoints enable creating contributions for existing production locations and updating production locations with new moderation events. Additionally, the release notes document bug fixes related to date validation, API response sorting, and moderation decision date presentation. Changes
Sequence DiagramsequenceDiagram
participant Client
participant API
participant ModEvents as Moderation Events
participant ProdLocation as Production Locations
Client->>API: PATCH /api/v1/moderation-events/{moderation_id}/production-locations/{os_id}
API->>ModEvents: Retrieve Moderation Event
API->>ProdLocation: Create/Update Contribution
Client->>API: PATCH /api/v1/production-locations/{os_id}
API->>ModEvents: Update with New Moderation Event
API->>ProdLocation: Update Production Location
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (13)
🔇 Additional comments (3)
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: 27.72%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 |
Countries App | Unittest test suite - Code coverage reportTotal: 100%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 |
Django App | Unittest test suite - Code coverage reportTotal: 80.18%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
The release 1.27.0 date has been changed to January 11, 2025. Co-authored-by: Inessa Druzhkova <[email protected]>



The release 1.27.0 date has been changed to January 11, 2025.