-
Notifications
You must be signed in to change notification settings - Fork 81
Feature/add mis endpoints in query #696
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
… specified database
02974e4
to
f6a6c13
Compare
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 adds comprehensive query-related endpoints to the ArangoDB Go driver v2, implementing 16 missing API endpoints for query management and user-defined functions. The implementation provides full query system control including properties management, query monitoring, caching, optimization rules, and user-defined function operations.
- Adds query properties management endpoints (GET/PUT)
- Implements query monitoring and control endpoints (current/slow queries, kill operations)
- Adds query caching and plan cache management endpoints
- Includes optimizer rules and user-defined function endpoints
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
File | Description |
---|---|
v2/utils/type.go | Adds ToJSONString utility function for JSON formatting |
v2/tests/database_query_test.go | Comprehensive test suite for all new query endpoints |
v2/arangodb/utils.go | Adds RequiredFieldError helper function |
v2/arangodb/database_query_impl.go | Complete implementation of all 16 query endpoints |
v2/arangodb/database_query.go | Interface definitions and data structures for query endpoints |
v2/CHANGELOG.md | Documents the addition of missing query endpoints |
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.
This includes the following Query-related endpoints: