Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "chore: Temporary endpoints to migrate git (#486)" #488

Merged
merged 1 commit into from
Nov 13, 2023
Merged
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
8 changes: 0 additions & 8 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,24 +317,16 @@
$ref: './resources/OrganizationGithubAppDisconnect.yaml'
/organization/{organizationId}/account/gitAuthProvider:
$ref: './resources/OrganizationAccountGitAuthProvider.yaml'
/organization/{organizationId}/account/gitAuthProviderTemp:
$ref: './resources/OrganizationAccountGitAuthProviderTemp.yaml'
/organization/{organizationId}/account/github/repository:
$ref: './resources/OrganizationAccountGitRepositoryGithub.yaml'
/organization/{organizationId}/account/github/repositoryTemp:
$ref: './resources/OrganizationAccountGitRepositoryGithubTemp.yaml'
/organization/{organizationId}/account/github/repository/branch:
$ref: './resources/OrganizationAccountGitRepositoryGithubBranch.yaml'
/organization/{organizationId}/account/gitlab/repository:
$ref: './resources/OrganizationAccountGitRepositoryGitlab.yaml'
/organization/{organizationId}/account/gitlab/repositoryTemp:
$ref: './resources/OrganizationAccountGitRepositoryGitlabTemp.yaml'
/organization/{organizationId}/account/gitlab/repository/branch:
$ref: './resources/OrganizationAccountGitRepositoryGitlabBranch.yaml'
/organization/{organizationId}/account/bitbucket/repository:
$ref: './resources/OrganizationAccountGitRepositoryBitbucket.yaml'
/organization/{organizationId}/account/bitbucket/repositoryTemp:
$ref: './resources/OrganizationAccountGitRepositoryBitbucketTemp.yaml'
/organization/{organizationId}/account/bitbucket/repository/branch:
$ref: './resources/OrganizationAccountGitRepositoryBitbucketBranch.yaml'
/organization/{organizationId}/webhook:
Expand Down Expand Up @@ -817,11 +809,11 @@
$ref: './resources/variable/VariableRef.yaml'
components:
parameters:
$ref: './parameters/_index.yaml'

Check warning on line 812 in src/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
schemas:
$ref: './schemas/_index.yaml'

Check warning on line 814 in src/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
responses:
$ref: './responses/_index.yaml'

Check warning on line 816 in src/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
securitySchemes:
bearerAuth:
type: http
Expand Down
16 changes: 0 additions & 16 deletions src/resources/OrganizationAccountGitAuthProviderTemp.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions src/resources/OrganizationAccountGitRepositoryBitbucketTemp.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions src/resources/OrganizationAccountGitRepositoryGithubTemp.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions src/resources/OrganizationAccountGitRepositoryGitlabTemp.yaml

This file was deleted.

Loading