Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/add-image-node-and-vfolder-…
Browse files Browse the repository at this point in the history
…node-to-compute-session' into feat/add-image-node-and-vfolder-node-to-compute-session
  • Loading branch information
fregataa committed Jan 23, 2025
2 parents 712e6f7 + 6184833 commit e3bd039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/manager/graphql-reference/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ type Queries {
"""Added in 24.09.0."""
compute_session_nodes(
"""
Added in 24.12.0. Default value `system` queries across the entire system.
Added in 25.2.0. Default value `system` queries across the entire system.
"""
scope_id: ScopeField

Check warning on line 176 in docs/manager/graphql-reference/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Description for argument 'scope_id' on field 'Queries.compute_session_nodes' changed from 'Added in 24.12.0.' to 'Added in 25.2.0. Default value `system` queries across the entire system.'

Description for argument 'scope_id' on field 'Queries.compute_session_nodes' changed from 'Added in 24.12.0.' to 'Added in 25.2.0. Default value `system` queries across the entire system.'

Expand Down Expand Up @@ -615,7 +615,7 @@ type KernelNode implements Node {
session_id: UUID
image: ImageNode

"""Added in 24.12.0."""
"""Added in 25.2.0."""
image_reference: String

Check notice on line 619 in docs/manager/graphql-reference/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'image_reference' was added to object type 'KernelNode'

Field 'image_reference' was added to object type 'KernelNode'

"""
Expand Down Expand Up @@ -1238,10 +1238,10 @@ type ComputeSessionNode implements Node {
occupied_slots: JSONString
requested_slots: JSONString

"""Added in 24.12.0."""
"""Added in 25.2.0."""
image_references: [String]

Check notice on line 1242 in docs/manager/graphql-reference/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'image_references' was added to object type 'ComputeSessionNode'

Field 'image_references' was added to object type 'ComputeSessionNode'

"""Added in 24.12.0."""
"""Added in 25.2.0."""
vfolder_nodes(filter: String, order: String, offset: Int, before: String, after: String, first: Int, last: Int): VirtualFolderConnection

Check notice on line 1245 in docs/manager/graphql-reference/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'vfolder_nodes' was added to object type 'ComputeSessionNode'

Field 'vfolder_nodes' was added to object type 'ComputeSessionNode'
num_queries: BigInt
inference_metrics: JSONString
Expand Down
2 changes: 1 addition & 1 deletion docs/manager/rest-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Backend.AI Manager API",
"description": "Backend.AI Manager REST API specification",
"version": "24.12.1",
"version": "25.1.1",
"contact": {
"name": "Lablup Inc.",
"url": "https://docs.backend.ai",
Expand Down

0 comments on commit e3bd039

Please sign in to comment.