-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add api end point to print the current database state in VTOrc #15485
Conversation
Signed-off-by: Manan Gupta <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15485 +/- ##
==========================================
+ Coverage 65.65% 65.73% +0.08%
==========================================
Files 1563 1560 -3
Lines 194414 194572 +158
==========================================
+ Hits 127640 127902 +262
+ Misses 66774 66670 -104 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
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.
LGTM. Just one question about possibly unused tables.
Description
This PR adds a new API endpoint for VTOrc, that allows the users to see the current database state of the instance. This is useful for debugging.
The new endpoint is
/api/database-state
and it looks like -Related Issue(s)
Checklist
/api/database-state
api endpoint website#1705Deployment Notes