@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
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.1.4 [11-22-2022]
|
|
3
|
+
|
|
4
|
+
* Query parameter across all apis showing as “apiVersion” instead of api-version
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-azure_devops!4
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.1.3 [10-31-2022]
|
|
11
|
+
|
|
12
|
+
* Azure DevOps Adapter Mixed Path Variables
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-azure_devops!3
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.1.2 [05-25-2022]
|
|
3
19
|
|
|
4
20
|
* Added Git API
|