Moved @tryghost/dynamic-routing-events to Ghost core#22327
Moved @tryghost/dynamic-routing-events to Ghost core#22327daniellockyer merged 2 commits intomainfrom
Conversation
WalkthroughThe changes remove multiple Docker volume declarations from the configuration file, eliminating mounts previously used for dynamic routing and members events modules. Import paths across various services and tests have been updated to reference local files instead of external packages, specifically for the URL resource updated event and members events components. The external dependencies for dynamic routing events and members events services have been removed from the main package configuration, reflecting a shift away from these packages. Additional adjustments include the removal of ESLint configuration files, test suites, and module export files related to these services. The updates indicate a reorganization of how specific event handling and related services are implemented and referenced, consolidating functionality into local modules and simplifying the Docker and dependency setup. Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📥 CommitsReviewing files that changed from the base of the PR and between f2016bb4d219b46a6ce1ef016b0479efe3306a31 and ddd4e1d. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (21)
💤 Files with no reviewable changes (13)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (4)
✨ Finishing Touches
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 (
|
fix https://linear.app/ghost/issue/ENG-2065/dynamic-routing-events - this package just exports one class, which is used by the server and frontend code, so I think it's OK to move it into shared until we have a better place to put it - this then also removes the files for this package, as it's no longer needed
f2016bb to
9df0fa8
Compare
fix https://linear.app/ghost/issue/ENG-2066/members-events-service - this commit migrates the code and test for the members events service into Ghost core so we can keep all related code together and reduce overhead - as a result of this change, we can remove the package and associated references
fix https://linear.app/ghost/issue/ENG-2065/dynamic-routing-events