@gitkraken/provider-apis 0.45.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,26 @@
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
+
3
24
  ## 0.45.0
4
25
 
5
26
  - Added `getCommentsForPullRequest` to Azure DevOps