-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat(graphql): Add query for all archived recordings #924
Conversation
|
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.
Looks good, I'll wait for cryostatio/cryostat-web#431 and the corresponding web-client
submodule update before merging.
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.
Rebase please, I can't do it automatically as GitHub says there are conflicts.
… warnings for new Archived and AggregateInfo static classes
This PR/issue depends on:
|
Fixes #923
Add a query for all archived recordings with the ability to filter on target source, name, and labels. Besides differentiating between JVM targets, the target source can also be used to retrieve only those recordings uploaded directly to archives (i.e. recordings not associated with a target).
Change the subdirectory name for uploaded recordings from "unlabelled" to "uploads" for clarity.
Add a new field for archived recordings in the GraphQL Schema containing aggregate information such as the count of recordings.
Depends on cryostatio/cryostat-web#431