Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 1 addition & 76 deletions data/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ type AuditSubject {
"""
Kinds of subjects which can have audit events performed on them
"""
union AuditSubjectNode = APIAccessToken | APIApplication | AgentToken | AuthorizationBitbucket | AuthorizationGitHub | AuthorizationGitHubEnterprise | Cluster | ClusterPermission | ClusterQueue | ClusterQueueToken | ClusterToken | CompositeRegistryUpstream | Email | JobTypeBlock | JobTypeCommand | JobTypeTrigger | JobTypeWait | NotificationServiceOpenTelemetryTracing | NotificationServiceSlack | NotificationServiceWebhook | Organization | OrganizationBanner | OrganizationImpersonationRequest | OrganizationInvitation | OrganizationMember | OrganizationRepositoryProviderCursorOrigin | OrganizationRepositoryProviderGitHub | OrganizationRepositoryProviderGitHubEnterpriseServer | Pipeline | PipelineSchedule | PipelineTemplate | Registry | RegistryToken | Rule | SCMPipelineSettings | SCMRepositoryHost | SCMService | SSOProviderGitHubApp | SSOProviderGoogleGSuite | SSOProviderSAML | Secret | Subscription | Suite | TOTP | Team | TeamMember | TeamPipeline | TeamRegistry | TeamSuite | User
union AuditSubjectNode = APIAccessToken | APIApplication | AgentToken | AuthorizationBitbucket | AuthorizationGitHub | AuthorizationGitHubEnterprise | Cluster | ClusterPermission | ClusterQueue | ClusterQueueToken | ClusterToken | CompositeRegistryUpstream | Email | JobTypeBlock | JobTypeCommand | JobTypeTrigger | JobTypeWait | NotificationServiceOpenTelemetryTracing | NotificationServiceSlack | NotificationServiceWebhook | Organization | OrganizationBanner | OrganizationImpersonationRequest | OrganizationInvitation | OrganizationMember | OrganizationRepositoryProviderGitHub | OrganizationRepositoryProviderGitHubEnterpriseServer | Pipeline | PipelineSchedule | PipelineTemplate | Registry | RegistryToken | Rule | SCMPipelineSettings | SCMRepositoryHost | SCMService | SSOProviderGitHubApp | SSOProviderGoogleGSuite | SSOProviderSAML | Secret | Subscription | Suite | TOTP | Team | TeamMember | TeamPipeline | TeamRegistry | TeamSuite | User

"""
All the possible types of subjects in an Audit Event
Expand Down Expand Up @@ -8002,21 +8002,6 @@ interface OrganizationRepositoryProvider {
name: String!
}

"""
Origin installation associated with this organization
"""
type OrganizationRepositoryProviderCursorOrigin implements Node & OrganizationRepositoryProvider {
"""
The ID of the provider
"""
id: ID!

"""
The name of the OrganizationRepositoryProvider
"""
name: String!
}

"""
GitHub installation associated with this organization
"""
Expand Down Expand Up @@ -10301,66 +10286,6 @@ type RepositoryProviderCodebaseSettings implements RepositoryProviderSettings {
filterEnabled: Boolean
}

"""
A pipeline's repository is being provided by Origin
"""
type RepositoryProviderCursorOrigin implements RepositoryProvider {
"""
The name of the provider
"""
name: String!

"""
The repository’s provider settings
"""
settings: RepositoryProviderCursorOriginSettings

"""
This URL to the provider’s web interface
"""
url: String

"""
The URL to use when setting up webhooks from the provider to trigger Buildkite builds
"""
webhookUrl: String
}

"""
Settings for an Origin repository
"""
type RepositoryProviderCursorOriginSettings implements RepositoryProviderSettings {
"""
Whether to create builds when branches are pushed.
"""
buildBranches: Boolean!

"""
Whether to create builds for commits that are part of a pull request.
"""
buildPullRequests: Boolean!

"""
Whether to create builds when tags are pushed.
"""
buildTags: Boolean!

"""
The conditions under which this pipeline will trigger a build.
"""
filterCondition: String

"""
Whether the filter is enabled
"""
filterEnabled: Boolean

"""
Whether to publish build results to Origin as a check run.
"""
publishCommitStatus: Boolean!
}

"""
Settings for a GitHub Enterprise repository.
"""
Expand Down
6 changes: 0 additions & 6 deletions data/nav_graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,6 @@
path: apis/graphql/schemas/object/organizationmemberupdatepayload
- name: OrganizationPermissions
path: apis/graphql/schemas/object/organizationpermissions
- name: OrganizationRepositoryProviderCursorOrigin
path: apis/graphql/schemas/object/organizationrepositoryprovidercursororigin
- name: OrganizationRepositoryProviderGitHub
path: apis/graphql/schemas/object/organizationrepositoryprovidergithub
- name: OrganizationRepositoryProviderGitHubEnterpriseServer
Expand Down Expand Up @@ -690,10 +688,6 @@
path: apis/graphql/schemas/object/repositoryprovidercodebase
- name: RepositoryProviderCodebaseSettings
path: apis/graphql/schemas/object/repositoryprovidercodebasesettings
- name: RepositoryProviderCursorOrigin
path: apis/graphql/schemas/object/repositoryprovidercursororigin
- name: RepositoryProviderCursorOriginSettings
path: apis/graphql/schemas/object/repositoryprovidercursororiginsettings
- name: RepositoryProviderGitHubEnterpriseSettings
path: apis/graphql/schemas/object/repositoryprovidergithubenterprisesettings
- name: RepositoryProviderGitHubSettings
Expand Down
3 changes: 0 additions & 3 deletions pages/apis/graphql/schemas/interface/node.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions pages/apis/graphql/schemas/interface/repositoryprovider.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions pages/apis/graphql/schemas/union/auditsubjectnode.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.