Develop#851
Merged
Merged
Conversation
- Add generic BaseResult[T] and QueryResult in app/interface/responses.py - QueryResult is list-like (iter, len, getitem) and lazy-loads data - .count() fetches count without triggering full data fetch - Update SAClient.query() docstring with usage example - Update tests to compare count() with paginated len()
nareksa
approved these changes
May 7, 2026
fix in set_annoation_status
fix in ItemContext
remove dead code
fix in ItemContext
Update function arguments to support project ID
Add setting MaxIdleDuration
- Widen signatures to NotEmptyStr | int (and tuple variants) for project/folder params - Centralize entity resolution via Controller.get_project / get_project_folder - Restore root-folder lookup in Controller.get_folder when name is None - Deprecate search_folders in favor of list_folders
feat(sdk): accept project/folder IDs across SDK methods
add project_user permissions grant revoke
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.