-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(client): adjust to snake-case names in notebooks responses
- Loading branch information
Showing
10 changed files
with
80 additions
and
69 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,44 @@ | ||
{ | ||
"cpu_request": { | ||
"default": 0.1, | ||
"displayName": "Number of CPUs", | ||
"display_name": "Number of CPUs", | ||
"options": [0.1, 0.5], | ||
"order": 2, | ||
"type": "enum" | ||
}, | ||
"defaultUrl": { | ||
"default_url": { | ||
"default": "/lab", | ||
"displayName": "Default Environment", | ||
"display_name": "Default Environment", | ||
"options": ["/lab", "/rstudio"], | ||
"order": 1, | ||
"type": "enum" | ||
}, | ||
"disk_request": { | ||
"default": "1G", | ||
"displayName": "Amount of Storage", | ||
"display_name": "Amount of Storage", | ||
"options": ["1G", "4G", "16G"], | ||
"order": 3, | ||
"type": "enum" | ||
}, | ||
"gpu_request": { | ||
"default": 0, | ||
"displayName": "Number of GPUs", | ||
"display_name": "Number of GPUs", | ||
"options": [0], | ||
"order": 5, | ||
"type": "enum" | ||
}, | ||
"lfs_auto_fetch": { | ||
"default": false, | ||
"displayName": "Automatically fetch LFS data", | ||
"display_name": "Automatically fetch LFS data", | ||
"order": 6, | ||
"type": "boolean" | ||
}, | ||
"mem_request": { | ||
"default": "1G", | ||
"displayName": "Amount of Memory", | ||
"display_name": "Amount of Memory", | ||
"options": ["1G", "2G"], | ||
"order": 4, | ||
"type": "enum" | ||
}, | ||
"cloudstorage": { | ||
"s3": { | ||
"enabled": true | ||
} | ||
} | ||
"cloudstorage": true | ||
} |
This file contains 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
This file contains 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
This file contains 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