feat: package dependency <package-name> cmd to list dependencies#23
feat: package dependency <package-name> cmd to list dependencies#23thelonewolf1603 wants to merge 24 commits intomainfrom
package dependency <package-name> cmd to list dependencies#23Conversation
CLAUDE.md
Outdated
| - **Display limits**: | ||
| - Default: Shows up to 10 direct dependencies | ||
| - With `--indirect`: Shows up to 10 direct and 50 indirect dependencies | ||
| - With `--all`: Shows all dependencies without limits |
There was a problem hiding this comment.
"all" means "direct" could be confusing for the users?
There was a problem hiding this comment.
can you elaborate, didnt get what you mean
There was a problem hiding this comment.
I was bit confused about "all" which I thought implies "direct" and "indirect" but here it implies there is no pagination? Can we call it "--no-limit"? Maybe we could have a larger discussion on this on a call
| }, | ||
| } | ||
|
|
||
| var packageInfoCmd = &cobra.Command{ |
There was a problem hiding this comment.
Is this supposed to be part of this PR?
There was a problem hiding this comment.
so these branches i have checked out from previous prs, which will be removed once those are merged
README.md
Outdated
|
|
||
| - **Authentication**: OAuth2 device flow authentication with JWT token handling | ||
| - **Dataset Management**: List, download, upload, and check status of datasets | ||
| <<<<<<< HEAD |
package_search_count.gql
Outdated
| @@ -0,0 +1,27 @@ | |||
| query FilteredPackagesCounts( | |||
There was a problem hiding this comment.
Are these changes supposed to be part of this PR?
There was a problem hiding this comment.
not really, but it was last of the package prs and the query needed to be split, so i added it here only. if you want i can make a separate one
There was a problem hiding this comment.
I would prefer if it was a separate one
There was a problem hiding this comment.
ok, can you signoff this PR first then #31
Remove package_search_count.gql and restore the combined package_search_with_count.gql approach. The split of search and count into separate GraphQL queries will be handled in a dedicated PR. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fixes https://github.com/JuliaComputing/JuliaHub/issues/19940