1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Merge pull request #11926 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-11-12 16:29:53 -05:00
committed by GitHub
6 changed files with 326 additions and 14 deletions

View File

@@ -114991,6 +114991,30 @@
"reset",
"used"
]
},
"scim": {
"title": "Rate Limit",
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"remaining": {
"type": "integer"
},
"reset": {
"type": "integer"
},
"used": {
"type": "integer"
}
},
"required": [
"limit",
"remaining",
"reset",
"used"
]
}
},
"required": [
@@ -183369,6 +183393,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -183377,7 +183412,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -186124,6 +186160,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -186132,7 +186179,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -188407,6 +188455,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -188415,7 +188474,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -188904,6 +188964,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -188912,7 +188983,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
]
}
}
@@ -319841,6 +319913,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -319849,7 +319932,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -322124,6 +322208,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -322132,7 +322227,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -386325,6 +386421,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -386333,7 +386440,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -389114,6 +389222,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -389122,7 +389241,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -391397,6 +391517,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -391405,7 +391536,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -397057,6 +397189,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -397065,7 +397208,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -399497,6 +399641,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -399505,7 +399660,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -400125,6 +400281,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -400133,7 +400300,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
]
}
}
@@ -402271,6 +402439,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -402279,7 +402458,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},
@@ -404806,6 +404986,17 @@
"type": "integer",
"description": "How many cores are available to the codespace.",
"example": 4
},
"prebuild_availability": {
"type": "string",
"description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value is the type of prebuild available, or \"none\" if none are available.",
"example": "blob",
"enum": [
"none",
"blob",
"pool"
],
"nullable": true
}
},
"required": [
@@ -404814,7 +405005,8 @@
"operating_system",
"storage_in_bytes",
"memory_in_bytes",
"cpus"
"cpus",
"prebuild_availability"
],
"nullable": true
},

View File

@@ -99764,6 +99764,30 @@
"reset",
"used"
]
},
"scim": {
"title": "Rate Limit",
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"remaining": {
"type": "integer"
},
"reset": {
"type": "integer"
},
"used": {
"type": "integer"
}
},
"required": [
"limit",
"remaining",
"reset",
"used"
]
}
},
"required": [

View File

@@ -100079,6 +100079,30 @@
"reset",
"used"
]
},
"scim": {
"title": "Rate Limit",
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"remaining": {
"type": "integer"
},
"reset": {
"type": "integer"
},
"used": {
"type": "integer"
}
},
"required": [
"limit",
"remaining",
"reset",
"used"
]
}
},
"required": [

View File

@@ -102059,6 +102059,30 @@
"reset",
"used"
]
},
"scim": {
"title": "Rate Limit",
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"remaining": {
"type": "integer"
},
"reset": {
"type": "integer"
},
"used": {
"type": "integer"
}
},
"required": [
"limit",
"remaining",
"reset",
"used"
]
}
},
"required": [

View File

@@ -104559,6 +104559,30 @@
"reset",
"used"
]
},
"scim": {
"title": "Rate Limit",
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"remaining": {
"type": "integer"
},
"reset": {
"type": "integer"
},
"used": {
"type": "integer"
}
},
"required": [
"limit",
"remaining",
"reset",
"used"
]
}
},
"required": [

View File

@@ -72498,6 +72498,30 @@
"reset",
"used"
]
},
"scim": {
"title": "Rate Limit",
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"remaining": {
"type": "integer"
},
"reset": {
"type": "integer"
},
"used": {
"type": "integer"
}
},
"required": [
"limit",
"remaining",
"reset",
"used"
]
}
},
"required": [