Skip to content

Commit

Permalink
feat!: Remove old Git sync endpoints. Replaced with new repo sync (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke authored Dec 18, 2024
1 parent 0139c51 commit c3bd8ec
Show file tree
Hide file tree
Showing 22 changed files with 578 additions and 2,511 deletions.
2,268 changes: 578 additions & 1,690 deletions doc/compiled.json

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ tags:
</tbody>
</table>
</div>
- name: Bitbucket Sync
- name: Blacklisted Keys
- name: Branches
description: |
Expand Down Expand Up @@ -119,8 +118,6 @@ tags:
- name: Documents
- name: Figma Attachments
- name: Formats
- name: GitHub Sync
- name: GitLab Sync
- name: Glossaries
- name: Glossary Terms
- name: Glossary Term Translations
Expand Down Expand Up @@ -298,9 +295,6 @@ x-tagGroups:
- Glossary Term Translations
- name: Integrations
tags:
- Bitbucket Sync
- GitHub Sync
- GitLab Sync
- Webhooks
- Distributions
- Releases
Expand Down
7 changes: 0 additions & 7 deletions parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,6 @@ locale_id_as_id:
required: true
schema:
type: string
gitlab_sync_id:
in: path
name: gitlab_sync_id
description: Gitlab Sync ID
required: true
schema:
type: string
id:
in: path
name: id
Expand Down
34 changes: 0 additions & 34 deletions paths.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,6 @@
"$ref": "./paths/authorizations/update.yaml"
delete:
"$ref": "./paths/authorizations/destroy.yaml"
"/bitbucket_syncs":
get:
"$ref": "./paths/bitbucket_syncs/index.yaml"
"/bitbucket_syncs/{id}/export":
post:
"$ref": "./paths/bitbucket_syncs/export.yaml"
"/bitbucket_syncs/{id}/import":
post:
"$ref": "./paths/bitbucket_syncs/import.yaml"
"/projects/{project_id}/keys/{key_id}/comments":
get:
"$ref": "./paths/comments/index.yaml"
Expand Down Expand Up @@ -301,31 +292,6 @@
"/projects/{project_id}/uploads/{id}":
get:
"$ref": "./paths/uploads/show.yaml"
"/github_syncs/export":
post:
"$ref": "./paths/github_syncs/export.yaml"
"/github_syncs/import":
post:
"$ref": "./paths/github_syncs/import.yaml"
"/gitlab_syncs":
get:
"$ref": "./paths/gitlab_syncs/index.yaml"
"/gitlab_syncs/{id}":
get:
"$ref": "./paths/gitlab_syncs/show.yaml"
put:
"$ref": "./paths/gitlab_syncs/update.yaml"
delete:
"$ref": "./paths/gitlab_syncs/destroy.yaml"
"/gitlab_syncs/{gitlab_sync_id}/import":
post:
"$ref": "./paths/gitlab_syncs/import.yaml"
"/gitlab_syncs/{gitlab_sync_id}/export":
post:
"$ref": "./paths/gitlab_syncs/export.yaml"
"/gitlab_syncs/{gitlab_sync_id}/history":
get:
"$ref": "./paths/gitlab_syncs/history.yaml"
"/projects/{project_id}/translations/{translation_id}/versions":
get:
"$ref": "./paths/versions/index.yaml"
Expand Down
56 changes: 0 additions & 56 deletions paths/bitbucket_syncs/export.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions paths/bitbucket_syncs/import.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions paths/bitbucket_syncs/index.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions paths/github_syncs/export.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions paths/github_syncs/import.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions paths/gitlab_syncs/destroy.yaml

This file was deleted.

Loading

0 comments on commit c3bd8ec

Please sign in to comment.