Skip to content

Commit 5226f67

Browse files
feat(bulk-import): implement some gitlab specific stuff
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
1 parent 12085ae commit 5226f67

File tree

21 files changed

+369
-393
lines changed

21 files changed

+369
-393
lines changed

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/.openapi-generator/FILES

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@ Models/ApprovalTool.md
77
Models/Import.md
88
Models/ImportJobListV2.md
99
Models/ImportRequest.md
10-
Models/ImportRequest_github.md
11-
Models/ImportRequest_github_pullRequest.md
12-
Models/ImportRequest_gitlab.md
13-
Models/ImportRequest_gitlab_pullRequest.md
1410
Models/ImportRequest_repository.md
1511
Models/ImportStatus.md
1612
Models/Import_github.md
17-
Models/Import_github_pullRequest.md
1813
Models/Import_gitlab.md
19-
Models/Import_gitlab_pullRequest.md
2014
Models/Import_task.md
2115
Models/Organization.md
2216
Models/OrganizationList.md
17+
Models/PullRequest.md
2318
Models/Repository.md
2419
Models/RepositoryList.md
2520
Models/Repository_importStatus.md

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/ImportRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| **codeOwnersFileAsEntityOwner** | **Boolean** | Whether the CODEOWNERS file will be used as entity owner. Only relevant for dry-run requests. If set to &#39;false&#39;, the corresponding dry-run check will be skipped. | [optional] [default to null] |
1010
| **repository** | [**ImportRequest_repository**](ImportRequest_repository.md) | | [default to null] |
1111
| **catalogInfoContent** | **String** | content of the catalog-info.yaml to include in the import Pull Request. | [optional] [default to null] |
12-
| **gitlab** | [**ImportRequest_gitlab**](ImportRequest_gitlab.md) | | [optional] [default to null] |
13-
| **github** | [**ImportRequest_github**](ImportRequest_github.md) | | [optional] [default to null] |
12+
| **gitlab** | [**Import_gitlab**](Import_gitlab.md) | | [optional] [default to null] |
13+
| **github** | [**Import_github**](Import_github.md) | | [optional] [default to null] |
1414

1515
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/ImportRequest_github.md

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

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/ImportRequest_github_pullRequest.md

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

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/ImportRequest_gitlab.md

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

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/ImportRequest_gitlab_pullRequest.md

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

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/Import_github.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Properties
44

5-
| Name | Type | Description | Notes |
6-
| --------------- | ------------------------------------------------------------- | ----------- | ---------------------------- |
7-
| **pullRequest** | [**Import_github_pullRequest**](Import_github_pullRequest.md) | | [optional] [default to null] |
5+
| Name | Type | Description | Notes |
6+
| --------------- | --------------------------------- | ----------- | ---------------------------- |
7+
| **pullRequest** | [**PullRequest**](PullRequest.md) | | [optional] [default to null] |
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/Import_gitlab.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Properties
44

5-
| Name | Type | Description | Notes |
6-
| --------------- | ------------------------------------------------------------- | ----------- | ---------------------------- |
7-
| **pullRequest** | [**Import_gitlab_pullRequest**](Import_gitlab_pullRequest.md) | | [optional] [default to null] |
5+
| Name | Type | Description | Notes |
6+
| --------------- | --------------------------------- | ----------- | ---------------------------- |
7+
| **pullRequest** | [**PullRequest**](PullRequest.md) | | [optional] [default to null] |
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/Import_gitlab_pullRequest.md

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

workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/Import_github_pullRequest.md renamed to workspaces/bulk-import/plugins/bulk-import-backend/api-docs/Models/PullRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Import_github_pullRequest
1+
# PullRequest
22

33
## Properties
44

0 commit comments

Comments
 (0)