@itentialopensource/adapter-azure_devops 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/adapter.js +83 -83
- package/entities/AnnotatedTags/schema.json +13 -2
- package/entities/Blobs/schema.json +13 -2
- package/entities/CherryPicks/schema.json +13 -2
- package/entities/Commits/schema.json +13 -2
- package/entities/Diffs/schema.json +13 -2
- package/entities/Forks/schema.json +13 -2
- package/entities/ImportRequests/schema.json +13 -2
- package/entities/Items/mockdatafiles/itemsGetItemsBatch-default.json +7 -5
- package/entities/Items/schema.json +13 -2
- package/entities/MergeBases/schema.json +13 -2
- package/entities/Merges/schema.json +13 -2
- package/entities/PolicyConfigurations/schema.json +12 -1
- package/entities/PullRequestAttachments/schema.json +13 -2
- package/entities/PullRequestCommentLikes/schema.json +13 -2
- package/entities/PullRequestCommits/schema.json +13 -2
- package/entities/PullRequestIterationChanges/schema.json +13 -2
- package/entities/PullRequestIterationStatuses/schema.json +13 -2
- package/entities/PullRequestIterations/schema.json +13 -2
- package/entities/PullRequestLabels/schema.json +13 -2
- package/entities/PullRequestProperties/schema.json +13 -2
- package/entities/PullRequestQuery/schema.json +13 -2
- package/entities/PullRequestReviewers/schema.json +13 -2
- package/entities/PullRequestShare/schema.json +13 -2
- package/entities/PullRequestStatuses/schema.json +13 -2
- package/entities/PullRequestThreadComments/schema.json +13 -2
- package/entities/PullRequestThreads/schema.json +13 -2
- package/entities/PullRequestWorkItems/schema.json +13 -2
- package/entities/PullRequests/schema.json +13 -2
- package/entities/Pushes/schema.json +13 -2
- package/entities/Refs/schema.json +13 -2
- package/entities/RefsFavorites/schema.json +13 -2
- package/entities/Repositories/schema.json +13 -2
- package/entities/Reverts/schema.json +13 -2
- package/entities/Stats/schema.json +13 -2
- package/entities/Statuses/schema.json +13 -2
- package/entities/Suggestions/schema.json +13 -2
- package/entities/Trees/schema.json +13 -2
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
- package/test/integration/adapterTestIntegration.js +3 -3
|
@@ -2,18 +2,29 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "annotatedTagsCreate",
|
|
12
12
|
"enum": [
|
|
13
13
|
"annotatedTagsCreate",
|
|
14
14
|
"annotatedTagsGet"
|
|
15
15
|
],
|
|
16
16
|
"external_name": "ph_request_type"
|
|
17
|
+
},
|
|
18
|
+
"apiVersion": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
21
|
+
"parse": false,
|
|
22
|
+
"encode": false,
|
|
23
|
+
"encrypt": {
|
|
24
|
+
"type": "AES",
|
|
25
|
+
"key": ""
|
|
26
|
+
},
|
|
27
|
+
"external_name": "api-version"
|
|
17
28
|
}
|
|
18
29
|
},
|
|
19
30
|
"definitions": {}
|
|
@@ -2,18 +2,29 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "blobsGetBlobsZip",
|
|
12
12
|
"enum": [
|
|
13
13
|
"blobsGetBlobsZip",
|
|
14
14
|
"blobsGetBlob"
|
|
15
15
|
],
|
|
16
16
|
"external_name": "ph_request_type"
|
|
17
|
+
},
|
|
18
|
+
"apiVersion": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
21
|
+
"parse": false,
|
|
22
|
+
"encode": false,
|
|
23
|
+
"encrypt": {
|
|
24
|
+
"type": "AES",
|
|
25
|
+
"key": ""
|
|
26
|
+
},
|
|
27
|
+
"external_name": "api-version"
|
|
17
28
|
}
|
|
18
29
|
},
|
|
19
30
|
"definitions": {}
|
|
@@ -2,19 +2,30 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "cherryPicksCreate",
|
|
12
12
|
"enum": [
|
|
13
13
|
"cherryPicksCreate",
|
|
14
14
|
"cherryPicksGetCherryPickForRefName",
|
|
15
15
|
"cherryPicksGetCherryPick"
|
|
16
16
|
],
|
|
17
17
|
"external_name": "ph_request_type"
|
|
18
|
+
},
|
|
19
|
+
"apiVersion": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
22
|
+
"parse": false,
|
|
23
|
+
"encode": false,
|
|
24
|
+
"encrypt": {
|
|
25
|
+
"type": "AES",
|
|
26
|
+
"key": ""
|
|
27
|
+
},
|
|
28
|
+
"external_name": "api-version"
|
|
18
29
|
}
|
|
19
30
|
},
|
|
20
31
|
"definitions": {}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "commitsGetPushCommits",
|
|
12
12
|
"enum": [
|
|
13
13
|
"commitsGetPushCommits",
|
|
14
14
|
"commitsGet",
|
|
@@ -16,6 +16,17 @@
|
|
|
16
16
|
"commitsGetCommitsBatch"
|
|
17
17
|
],
|
|
18
18
|
"external_name": "ph_request_type"
|
|
19
|
+
},
|
|
20
|
+
"apiVersion": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
23
|
+
"parse": false,
|
|
24
|
+
"encode": false,
|
|
25
|
+
"encrypt": {
|
|
26
|
+
"type": "AES",
|
|
27
|
+
"key": ""
|
|
28
|
+
},
|
|
29
|
+
"external_name": "api-version"
|
|
19
30
|
}
|
|
20
31
|
},
|
|
21
32
|
"definitions": {}
|
|
@@ -2,17 +2,28 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "diffsGet",
|
|
12
12
|
"enum": [
|
|
13
13
|
"diffsGet"
|
|
14
14
|
],
|
|
15
15
|
"external_name": "ph_request_type"
|
|
16
|
+
},
|
|
17
|
+
"apiVersion": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
20
|
+
"parse": false,
|
|
21
|
+
"encode": false,
|
|
22
|
+
"encrypt": {
|
|
23
|
+
"type": "AES",
|
|
24
|
+
"key": ""
|
|
25
|
+
},
|
|
26
|
+
"external_name": "api-version"
|
|
16
27
|
}
|
|
17
28
|
},
|
|
18
29
|
"definitions": {}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "forksList",
|
|
12
12
|
"enum": [
|
|
13
13
|
"forksList",
|
|
14
14
|
"forksCreateForkSyncRequest",
|
|
@@ -16,6 +16,17 @@
|
|
|
16
16
|
"forksGetForkSyncRequest"
|
|
17
17
|
],
|
|
18
18
|
"external_name": "ph_request_type"
|
|
19
|
+
},
|
|
20
|
+
"apiVersion": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
23
|
+
"parse": false,
|
|
24
|
+
"encode": false,
|
|
25
|
+
"encrypt": {
|
|
26
|
+
"type": "AES",
|
|
27
|
+
"key": ""
|
|
28
|
+
},
|
|
29
|
+
"external_name": "api-version"
|
|
19
30
|
}
|
|
20
31
|
},
|
|
21
32
|
"definitions": {}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "importRequestsCreate",
|
|
12
12
|
"enum": [
|
|
13
13
|
"importRequestsCreate",
|
|
14
14
|
"importRequestsQuery",
|
|
@@ -16,6 +16,17 @@
|
|
|
16
16
|
"importRequestsUpdate"
|
|
17
17
|
],
|
|
18
18
|
"external_name": "ph_request_type"
|
|
19
|
+
},
|
|
20
|
+
"apiVersion": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
23
|
+
"parse": false,
|
|
24
|
+
"encode": false,
|
|
25
|
+
"encrypt": {
|
|
26
|
+
"type": "AES",
|
|
27
|
+
"key": ""
|
|
28
|
+
},
|
|
29
|
+
"external_name": "api-version"
|
|
19
30
|
}
|
|
20
31
|
},
|
|
21
32
|
"definitions": {}
|
|
@@ -2,18 +2,29 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "itemsList",
|
|
12
12
|
"enum": [
|
|
13
13
|
"itemsList",
|
|
14
14
|
"itemsGetItemsBatch"
|
|
15
15
|
],
|
|
16
16
|
"external_name": "ph_request_type"
|
|
17
|
+
},
|
|
18
|
+
"apiVersion": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
21
|
+
"parse": false,
|
|
22
|
+
"encode": false,
|
|
23
|
+
"encrypt": {
|
|
24
|
+
"type": "AES",
|
|
25
|
+
"key": ""
|
|
26
|
+
},
|
|
27
|
+
"external_name": "api-version"
|
|
17
28
|
}
|
|
18
29
|
},
|
|
19
30
|
"definitions": {}
|
|
@@ -2,17 +2,28 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "mergeBasesList",
|
|
12
12
|
"enum": [
|
|
13
13
|
"mergeBasesList"
|
|
14
14
|
],
|
|
15
15
|
"external_name": "ph_request_type"
|
|
16
|
+
},
|
|
17
|
+
"apiVersion": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
20
|
+
"parse": false,
|
|
21
|
+
"encode": false,
|
|
22
|
+
"encrypt": {
|
|
23
|
+
"type": "AES",
|
|
24
|
+
"key": ""
|
|
25
|
+
},
|
|
26
|
+
"external_name": "api-version"
|
|
16
27
|
}
|
|
17
28
|
},
|
|
18
29
|
"definitions": {}
|
|
@@ -2,18 +2,29 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "mergesCreate",
|
|
12
12
|
"enum": [
|
|
13
13
|
"mergesCreate",
|
|
14
14
|
"mergesGet"
|
|
15
15
|
],
|
|
16
16
|
"external_name": "ph_request_type"
|
|
17
|
+
},
|
|
18
|
+
"apiVersion": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
21
|
+
"parse": false,
|
|
22
|
+
"encode": false,
|
|
23
|
+
"encrypt": {
|
|
24
|
+
"type": "AES",
|
|
25
|
+
"key": ""
|
|
26
|
+
},
|
|
27
|
+
"external_name": "api-version"
|
|
17
28
|
}
|
|
18
29
|
},
|
|
19
30
|
"definitions": {}
|
|
@@ -8,11 +8,22 @@
|
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "policyConfigurationsGet",
|
|
12
12
|
"enum": [
|
|
13
13
|
"policyConfigurationsGet"
|
|
14
14
|
],
|
|
15
15
|
"external_name": "ph_request_type"
|
|
16
|
+
},
|
|
17
|
+
"apiVersion": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
20
|
+
"parse": false,
|
|
21
|
+
"encode": false,
|
|
22
|
+
"encrypt": {
|
|
23
|
+
"type": "AES",
|
|
24
|
+
"key": ""
|
|
25
|
+
},
|
|
26
|
+
"external_name": "api-version"
|
|
16
27
|
}
|
|
17
28
|
},
|
|
18
29
|
"definitions": {}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "pullRequestAttachmentsList",
|
|
12
12
|
"enum": [
|
|
13
13
|
"pullRequestAttachmentsList",
|
|
14
14
|
"pullRequestAttachmentsCreate",
|
|
@@ -16,6 +16,17 @@
|
|
|
16
16
|
"pullRequestAttachmentsGet"
|
|
17
17
|
],
|
|
18
18
|
"external_name": "ph_request_type"
|
|
19
|
+
},
|
|
20
|
+
"apiVersion": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
23
|
+
"parse": false,
|
|
24
|
+
"encode": false,
|
|
25
|
+
"encrypt": {
|
|
26
|
+
"type": "AES",
|
|
27
|
+
"key": ""
|
|
28
|
+
},
|
|
29
|
+
"external_name": "api-version"
|
|
19
30
|
}
|
|
20
31
|
},
|
|
21
32
|
"definitions": {}
|
|
@@ -2,19 +2,30 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "pullRequestCommentLikesCreate",
|
|
12
12
|
"enum": [
|
|
13
13
|
"pullRequestCommentLikesCreate",
|
|
14
14
|
"pullRequestCommentLikesDelete",
|
|
15
15
|
"pullRequestCommentLikesList"
|
|
16
16
|
],
|
|
17
17
|
"external_name": "ph_request_type"
|
|
18
|
+
},
|
|
19
|
+
"apiVersion": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
22
|
+
"parse": false,
|
|
23
|
+
"encode": false,
|
|
24
|
+
"encrypt": {
|
|
25
|
+
"type": "AES",
|
|
26
|
+
"key": ""
|
|
27
|
+
},
|
|
28
|
+
"external_name": "api-version"
|
|
18
29
|
}
|
|
19
30
|
},
|
|
20
31
|
"definitions": {}
|
|
@@ -2,18 +2,29 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "pullRequestCommitsGetPullRequestCommits",
|
|
12
12
|
"enum": [
|
|
13
13
|
"pullRequestCommitsGetPullRequestCommits",
|
|
14
14
|
"pullRequestCommitsGetPullRequestIterationCommits"
|
|
15
15
|
],
|
|
16
16
|
"external_name": "ph_request_type"
|
|
17
|
+
},
|
|
18
|
+
"apiVersion": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
21
|
+
"parse": false,
|
|
22
|
+
"encode": false,
|
|
23
|
+
"encrypt": {
|
|
24
|
+
"type": "AES",
|
|
25
|
+
"key": ""
|
|
26
|
+
},
|
|
27
|
+
"external_name": "api-version"
|
|
17
28
|
}
|
|
18
29
|
},
|
|
19
30
|
"definitions": {}
|
|
@@ -2,17 +2,28 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "pullRequestIterationChangesGet",
|
|
12
12
|
"enum": [
|
|
13
13
|
"pullRequestIterationChangesGet"
|
|
14
14
|
],
|
|
15
15
|
"external_name": "ph_request_type"
|
|
16
|
+
},
|
|
17
|
+
"apiVersion": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
20
|
+
"parse": false,
|
|
21
|
+
"encode": false,
|
|
22
|
+
"encrypt": {
|
|
23
|
+
"type": "AES",
|
|
24
|
+
"key": ""
|
|
25
|
+
},
|
|
26
|
+
"external_name": "api-version"
|
|
16
27
|
}
|
|
17
28
|
},
|
|
18
29
|
"definitions": {}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "pullRequestIterationStatusesCreate",
|
|
12
12
|
"enum": [
|
|
13
13
|
"pullRequestIterationStatusesCreate",
|
|
14
14
|
"pullRequestIterationStatusesList",
|
|
@@ -17,6 +17,17 @@
|
|
|
17
17
|
"pullRequestIterationStatusesGet"
|
|
18
18
|
],
|
|
19
19
|
"external_name": "ph_request_type"
|
|
20
|
+
},
|
|
21
|
+
"apiVersion": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
24
|
+
"parse": false,
|
|
25
|
+
"encode": false,
|
|
26
|
+
"encrypt": {
|
|
27
|
+
"type": "AES",
|
|
28
|
+
"key": ""
|
|
29
|
+
},
|
|
30
|
+
"external_name": "api-version"
|
|
20
31
|
}
|
|
21
32
|
},
|
|
22
33
|
"definitions": {}
|
|
@@ -2,18 +2,29 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "pullRequestIterationsList",
|
|
12
12
|
"enum": [
|
|
13
13
|
"pullRequestIterationsList",
|
|
14
14
|
"pullRequestIterationsGet"
|
|
15
15
|
],
|
|
16
16
|
"external_name": "ph_request_type"
|
|
17
|
+
},
|
|
18
|
+
"apiVersion": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
21
|
+
"parse": false,
|
|
22
|
+
"encode": false,
|
|
23
|
+
"encrypt": {
|
|
24
|
+
"type": "AES",
|
|
25
|
+
"key": ""
|
|
26
|
+
},
|
|
27
|
+
"external_name": "api-version"
|
|
17
28
|
}
|
|
18
29
|
},
|
|
19
30
|
"definitions": {}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "pullRequestLabelsCreate",
|
|
12
12
|
"enum": [
|
|
13
13
|
"pullRequestLabelsCreate",
|
|
14
14
|
"pullRequestLabelsList",
|
|
@@ -16,6 +16,17 @@
|
|
|
16
16
|
"pullRequestLabelsGet"
|
|
17
17
|
],
|
|
18
18
|
"external_name": "ph_request_type"
|
|
19
|
+
},
|
|
20
|
+
"apiVersion": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
23
|
+
"parse": false,
|
|
24
|
+
"encode": false,
|
|
25
|
+
"encrypt": {
|
|
26
|
+
"type": "AES",
|
|
27
|
+
"key": ""
|
|
28
|
+
},
|
|
29
|
+
"external_name": "api-version"
|
|
19
30
|
}
|
|
20
31
|
},
|
|
21
32
|
"definitions": {}
|
|
@@ -2,18 +2,29 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "pullRequestPropertiesList",
|
|
12
12
|
"enum": [
|
|
13
13
|
"pullRequestPropertiesList",
|
|
14
14
|
"pullRequestPropertiesUpdate"
|
|
15
15
|
],
|
|
16
16
|
"external_name": "ph_request_type"
|
|
17
|
+
},
|
|
18
|
+
"apiVersion": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
21
|
+
"parse": false,
|
|
22
|
+
"encode": false,
|
|
23
|
+
"encrypt": {
|
|
24
|
+
"type": "AES",
|
|
25
|
+
"key": ""
|
|
26
|
+
},
|
|
27
|
+
"external_name": "api-version"
|
|
17
28
|
}
|
|
18
29
|
},
|
|
19
30
|
"definitions": {}
|
|
@@ -2,17 +2,28 @@
|
|
|
2
2
|
"$id": "schema.json",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate":
|
|
5
|
+
"translate": true,
|
|
6
6
|
"dynamicfields": true,
|
|
7
7
|
"properties": {
|
|
8
8
|
"ph_request_type": {
|
|
9
9
|
"type": "string",
|
|
10
10
|
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "",
|
|
11
|
+
"default": "pullRequestQueryGet",
|
|
12
12
|
"enum": [
|
|
13
13
|
"pullRequestQueryGet"
|
|
14
14
|
],
|
|
15
15
|
"external_name": "ph_request_type"
|
|
16
|
+
},
|
|
17
|
+
"apiVersion": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.",
|
|
20
|
+
"parse": false,
|
|
21
|
+
"encode": false,
|
|
22
|
+
"encrypt": {
|
|
23
|
+
"type": "AES",
|
|
24
|
+
"key": ""
|
|
25
|
+
},
|
|
26
|
+
"external_name": "api-version"
|
|
16
27
|
}
|
|
17
28
|
},
|
|
18
29
|
"definitions": {}
|