diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index fd5a1da902..7966b75345 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,23 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "
Type CodeScanningParameters was added
Type CodeScanningParametersInput was added
Type CodeScanningTool was added
Type CodeScanningToolInput was added
Enum value 'CODE_SCANNINGwas added to enumRepositoryRuleType'
Member CodeScanningParameters was added to Union type RuleParameters
Input field codeScanning of type CodeScanningParametersInput was added to input object type RuleParametersInput
Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.
", + "fields": [ + { + "name": "codeScanningTools", + "description": "Tools that must provide code scanning results for this rule to pass.
", + "type": "[CodeScanningTool!]!", + "id": "codescanningtool", + "kind": "objects", + "href": "/graphql/reference/objects#codescanningtool" + } + ] + }, + { + "name": "CodeScanningTool", + "kind": "objects", + "id": "codescanningtool", + "href": "/graphql/reference/objects#codescanningtool", + "description": "A tool that must provide code scanning results for this rule to pass.
", + "fields": [ + { + "name": "alertsThreshold", + "description": "The severity level at which code scanning results that raise alerts block a\nreference update. For more information on alert severity levels, see \"About code scanning alerts.\".
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, + { + "name": "securityAlertsThreshold", + "description": "The severity level at which code scanning results that raise security alerts\nblock a reference update. For more information on security severity levels,\nsee \"About code scanning alerts.\".
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, + { + "name": "tool", + "description": "The name of a code scanning tool.
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + } + ] + }, { "name": "CommentDeletedEvent", "kind": "objects", @@ -85686,6 +85736,10 @@ "name": "BRANCH_NAME_PATTERN", "description": "Branch name pattern.
" }, + { + "name": "CODE_SCANNING", + "description": "Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.
" + }, { "name": "COMMITTER_EMAIL_PATTERN", "description": "Committer email pattern.
" @@ -89726,6 +89780,11 @@ "id": "branchnamepatternparameters", "href": "/graphql/reference/objects#branchnamepatternparameters" }, + { + "name": "CodeScanningParameters", + "id": "codescanningparameters", + "href": "/graphql/reference/objects#codescanningparameters" + }, { "name": "CommitAuthorEmailPatternParameters", "id": "commitauthoremailpatternparameters", @@ -91883,6 +91942,56 @@ } ] }, + { + "name": "CodeScanningParametersInput", + "kind": "inputObjects", + "id": "codescanningparametersinput", + "href": "/graphql/reference/input-objects#codescanningparametersinput", + "description": "Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.
", + "inputFields": [ + { + "name": "codeScanningTools", + "description": "Tools that must provide code scanning results for this rule to pass.
", + "type": "[CodeScanningToolInput!]!", + "id": "codescanningtoolinput", + "kind": "input-objects", + "href": "/graphql/reference/input-objects#codescanningtoolinput" + } + ] + }, + { + "name": "CodeScanningToolInput", + "kind": "inputObjects", + "id": "codescanningtoolinput", + "href": "/graphql/reference/input-objects#codescanningtoolinput", + "description": "A tool that must provide code scanning results for this rule to pass.
", + "inputFields": [ + { + "name": "alertsThreshold", + "description": "The severity level at which code scanning results that raise alerts block a\nreference update. For more information on alert severity levels, see \"About code scanning alerts.\".
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, + { + "name": "securityAlertsThreshold", + "description": "The severity level at which code scanning results that raise security alerts\nblock a reference update. For more information on security severity levels,\nsee \"About code scanning alerts.\".
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, + { + "name": "tool", + "description": "The name of a code scanning tool.
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + } + ] + }, { "name": "CommitAuthor", "kind": "inputObjects", @@ -98676,6 +98785,14 @@ "kind": "input-objects", "href": "/graphql/reference/input-objects#branchnamepatternparametersinput" }, + { + "name": "codeScanning", + "description": "Parameters used for the code_scanning rule type.
Parameters used for the commit_author_email_pattern rule type.
Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.
", + "fields": [ + { + "name": "codeScanningTools", + "description": "Tools that must provide code scanning results for this rule to pass.
", + "type": "[CodeScanningTool!]!", + "id": "codescanningtool", + "kind": "objects", + "href": "/graphql/reference/objects#codescanningtool" + } + ] + }, + { + "name": "CodeScanningTool", + "kind": "objects", + "id": "codescanningtool", + "href": "/graphql/reference/objects#codescanningtool", + "description": "A tool that must provide code scanning results for this rule to pass.
", + "fields": [ + { + "name": "alertsThreshold", + "description": "The severity level at which code scanning results that raise alerts block a\nreference update. For more information on alert severity levels, see \"About code scanning alerts.\".
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, + { + "name": "securityAlertsThreshold", + "description": "The severity level at which code scanning results that raise security alerts\nblock a reference update. For more information on security severity levels,\nsee \"About code scanning alerts.\".
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, + { + "name": "tool", + "description": "The name of a code scanning tool.
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + } + ] + }, { "name": "CommentDeletedEvent", "kind": "objects", @@ -85686,6 +85736,10 @@ "name": "BRANCH_NAME_PATTERN", "description": "Branch name pattern.
" }, + { + "name": "CODE_SCANNING", + "description": "Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.
" + }, { "name": "COMMITTER_EMAIL_PATTERN", "description": "Committer email pattern.
" @@ -89726,6 +89780,11 @@ "id": "branchnamepatternparameters", "href": "/graphql/reference/objects#branchnamepatternparameters" }, + { + "name": "CodeScanningParameters", + "id": "codescanningparameters", + "href": "/graphql/reference/objects#codescanningparameters" + }, { "name": "CommitAuthorEmailPatternParameters", "id": "commitauthoremailpatternparameters", @@ -91883,6 +91942,56 @@ } ] }, + { + "name": "CodeScanningParametersInput", + "kind": "inputObjects", + "id": "codescanningparametersinput", + "href": "/graphql/reference/input-objects#codescanningparametersinput", + "description": "Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.
", + "inputFields": [ + { + "name": "codeScanningTools", + "description": "Tools that must provide code scanning results for this rule to pass.
", + "type": "[CodeScanningToolInput!]!", + "id": "codescanningtoolinput", + "kind": "input-objects", + "href": "/graphql/reference/input-objects#codescanningtoolinput" + } + ] + }, + { + "name": "CodeScanningToolInput", + "kind": "inputObjects", + "id": "codescanningtoolinput", + "href": "/graphql/reference/input-objects#codescanningtoolinput", + "description": "A tool that must provide code scanning results for this rule to pass.
", + "inputFields": [ + { + "name": "alertsThreshold", + "description": "The severity level at which code scanning results that raise alerts block a\nreference update. For more information on alert severity levels, see \"About code scanning alerts.\".
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, + { + "name": "securityAlertsThreshold", + "description": "The severity level at which code scanning results that raise security alerts\nblock a reference update. For more information on security severity levels,\nsee \"About code scanning alerts.\".
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, + { + "name": "tool", + "description": "The name of a code scanning tool.
", + "type": "String!", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + } + ] + }, { "name": "CommitAuthor", "kind": "inputObjects", @@ -98676,6 +98785,14 @@ "kind": "input-objects", "href": "/graphql/reference/input-objects#branchnamepatternparametersinput" }, + { + "name": "codeScanning", + "description": "Parameters used for the code_scanning rule type.
Parameters used for the commit_author_email_pattern rule type.