Skip to content

Commit c3bd8ec

Browse files
authored
feat!: Remove old Git sync endpoints. Replaced with new repo sync (#735)
1 parent 0139c51 commit c3bd8ec

22 files changed

+578
-2511
lines changed

doc/compiled.json

Lines changed: 578 additions & 1690 deletions
Large diffs are not rendered by default.

main.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ tags:
7373
</tbody>
7474
</table>
7575
</div>
76-
- name: Bitbucket Sync
7776
- name: Blacklisted Keys
7877
- name: Branches
7978
description: |
@@ -119,8 +118,6 @@ tags:
119118
- name: Documents
120119
- name: Figma Attachments
121120
- name: Formats
122-
- name: GitHub Sync
123-
- name: GitLab Sync
124121
- name: Glossaries
125122
- name: Glossary Terms
126123
- name: Glossary Term Translations
@@ -298,9 +295,6 @@ x-tagGroups:
298295
- Glossary Term Translations
299296
- name: Integrations
300297
tags:
301-
- Bitbucket Sync
302-
- GitHub Sync
303-
- GitLab Sync
304298
- Webhooks
305299
- Distributions
306300
- Releases

parameters.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,6 @@ locale_id_as_id:
179179
required: true
180180
schema:
181181
type: string
182-
gitlab_sync_id:
183-
in: path
184-
name: gitlab_sync_id
185-
description: Gitlab Sync ID
186-
required: true
187-
schema:
188-
type: string
189182
id:
190183
in: path
191184
name: id

paths.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,6 @@
224224
"$ref": "./paths/authorizations/update.yaml"
225225
delete:
226226
"$ref": "./paths/authorizations/destroy.yaml"
227-
"/bitbucket_syncs":
228-
get:
229-
"$ref": "./paths/bitbucket_syncs/index.yaml"
230-
"/bitbucket_syncs/{id}/export":
231-
post:
232-
"$ref": "./paths/bitbucket_syncs/export.yaml"
233-
"/bitbucket_syncs/{id}/import":
234-
post:
235-
"$ref": "./paths/bitbucket_syncs/import.yaml"
236227
"/projects/{project_id}/keys/{key_id}/comments":
237228
get:
238229
"$ref": "./paths/comments/index.yaml"
@@ -301,31 +292,6 @@
301292
"/projects/{project_id}/uploads/{id}":
302293
get:
303294
"$ref": "./paths/uploads/show.yaml"
304-
"/github_syncs/export":
305-
post:
306-
"$ref": "./paths/github_syncs/export.yaml"
307-
"/github_syncs/import":
308-
post:
309-
"$ref": "./paths/github_syncs/import.yaml"
310-
"/gitlab_syncs":
311-
get:
312-
"$ref": "./paths/gitlab_syncs/index.yaml"
313-
"/gitlab_syncs/{id}":
314-
get:
315-
"$ref": "./paths/gitlab_syncs/show.yaml"
316-
put:
317-
"$ref": "./paths/gitlab_syncs/update.yaml"
318-
delete:
319-
"$ref": "./paths/gitlab_syncs/destroy.yaml"
320-
"/gitlab_syncs/{gitlab_sync_id}/import":
321-
post:
322-
"$ref": "./paths/gitlab_syncs/import.yaml"
323-
"/gitlab_syncs/{gitlab_sync_id}/export":
324-
post:
325-
"$ref": "./paths/gitlab_syncs/export.yaml"
326-
"/gitlab_syncs/{gitlab_sync_id}/history":
327-
get:
328-
"$ref": "./paths/gitlab_syncs/history.yaml"
329295
"/projects/{project_id}/translations/{translation_id}/versions":
330296
get:
331297
"$ref": "./paths/versions/index.yaml"

paths/bitbucket_syncs/export.yaml

Lines changed: 0 additions & 56 deletions
This file was deleted.

paths/bitbucket_syncs/import.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

paths/bitbucket_syncs/index.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

paths/github_syncs/export.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

paths/github_syncs/import.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

paths/gitlab_syncs/destroy.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)