@gitkraken/provider-apis 0.44.0 → 0.46.0

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 CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.46.0
4
+
5
+ - Added `getPullRequestForRepo` to GitLab
6
+ - Added `getFileContents` to GitLab
7
+ - Added `getCommentsForPullRequest` to GitLab
8
+ - Added `getReviewsForPullRequest` to GitLab
9
+ - Added `getPullRequestDiff` to GitLab
10
+ - Added `getMergeBase` to GitLab
11
+ - Added `addCommentToPullRequest` to GitLab
12
+ - Added `addInlineCommentToPullRequest` to GitLab
13
+ - Added `editComment` to GitLab
14
+ - Added `editInlineComment` to GitLab
15
+ - Added `deleteComment` to GitLab
16
+ - Added `deleteInlineComment` to GitLab
17
+ - Added `approvePullRequest` to GitLab
18
+ - Added `commentOnPullRequest` to GitLab
19
+ - Added `requestPullRequestChanges` to GitLab
20
+ - Added `resolveReviewThread` to GitLab
21
+ - Added `unresolveReviewThread` to GitLab
22
+ - Extended `ResolveReviewThreadInput` with optional `repo` and `pullRequestNumber` fields (required for GitLab, ignored by GitHub and Azure DevOps)
23
+
24
+ ## 0.45.0
25
+
26
+ - Added `getCommentsForPullRequest` to Azure DevOps
27
+ - Added `addCommentToPullRequest` to Azure DevOps
28
+ - Added `addInlineCommentToPullRequest` to Azure DevOps
29
+ - Added `editComment` to Azure DevOps
30
+ - Added `editInlineComment` to Azure DevOps
31
+ - Added `deleteComment` to Azure DevOps
32
+ - Added `deleteInlineComment` to Azure DevOps
33
+ - Added `resolveReviewThread` to Azure DevOps
34
+ - Added `unresolveReviewThread` to Azure DevOps
35
+
3
36
  ## 0.44.0
4
37
 
5
38
  - Added `approvePullRequest` to Azure DevOps