-
-
Notifications
You must be signed in to change notification settings - Fork 12
chore: rename query function to proceed for onquery plugin #167
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
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
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.
Pull Request Overview
This PR renames the query function parameter to proceed in the onQuery plugin hook interface for better semantic clarity. The change updates the parameter name across the codebase to better reflect that this function continues with the original query execution.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| samples/blog/main.ts | Updates plugin usage to use proceed instead of query |
| packages/runtime/test/plugin/on-query-hooks.test.ts | Updates test cases to use the renamed proceed function |
| packages/runtime/src/client/plugin.ts | Updates type definition to rename query to proceed with improved documentation |
| packages/runtime/src/client/client-impl.ts | Updates plugin context creation to pass proceed instead of query |
| README.md | Updates documentation example to use proceed instead of query |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
|
Claude finished @ymc9's task —— View job PR Review: Renaming
|
|
Claude finished @ymc9's task —— View job PR Review: Renaming
|
No description provided.