-
Notifications
You must be signed in to change notification settings - Fork 17
Add tree API #206
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 tree API #206
Conversation
|
🔒 Entelligence AI Vulnerability Scanner ✅ No security vulnerabilities found! Your code passed our comprehensive security analysis. 📊 Files Analyzed: 5 files |
Review Summary🏷️ Draft Comments (1)
🔍 Comments beyond diff scope (1)
|
Review Summary🏷️ Draft Comments (17)
🔍 Comments beyond diff scope (5)
|
- Make objects_tree return DataFrame consistently with other REST API methods - Fix views.py to use DataFrame filtering instead of complex TreeNode conversion - Update server.py and databases.py to handle DataFrame->TreeNode conversion - All SDK tests now passing
ceb2aac to
a823fa3
Compare
Review Summary🏷️ Draft Comments (14)
🔍 Comments beyond diff scope (2)
|
Add Tree API implementation