@gitkraken/provider-apis 0.14.1 → 0.15.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,42 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.15.0
4
+
5
+ - added `id` field to `repository` and `headRepository` object in `GitPullRequest` type (Azure DevOps, GitHub, GitLab)
6
+ - added `project` field to `headRepository` object in `GitPullRequest` type (Azure DevOps)
7
+ - added `startedAt` field to `GitBuildStatus` (GitHub, GitLab)
8
+ - added `completedAt` field to `GitBuildStatus` (GutHub, GitLab)
9
+ - added `getPullRequestsForRepo` (Bitbucket)
10
+ - added `getPullRequestsForRepos` (Bitbucket)
11
+ - added `getPullRequestsForCurrentUser` (Bitbucket)
12
+ - added `fields` option to `getCurrentUser` to reduce amount of data requested (Azure DevOps, Bitbucket, GitHub, GitLab)
13
+
14
+ - fixed throw when fetching pull requests (GitHub Enterprise v2.22.0)
15
+ - fixed improperly typed `transitions` field on `WorkItemType` (Azure DevOps)
16
+ - fixed throw when fetching team-reviewed pull requests (GitHub)
17
+ - fixed `avatarUrl` for uploaded avatars (GitLab)
18
+ - fixed `getPullRequestsForUser` lacking paging support (BitBucket)
19
+
20
+ ### ⚠️ Breaking Changes
21
+
22
+ - made the type of `headRepository.remoteInfo` field in `GitPullRequest` nullable
23
+
24
+ ## 0.14.2
25
+
26
+ - added `url` field to `Account` (BitBucket, GitHub, GitLab, Jira, Jira Server, and Trello)
27
+ - added `closedDate` field to `Issue` (Azure DevOps, GitHub, and GitLab)
28
+ - added `mergedDate` field to `GitPullRequest` (Azure DevOps, GitHub, and GitLab)
29
+ - added `reviewDecision` field to `GitPullRequest` (Azure DevOps, GitHub, and GitLab)
30
+ - added `repository.remoteInfo` field to `GitPullRequest` (GitHub and GitLab)
31
+ - added `getReviewsForPullRequest` (GitHub)
32
+ - added `headRepository` field to `GitPullRequest` (GitLab)
33
+ - added `getPullRequestsForProject` (Azure DevOps)
34
+ - added `getPullRequestsForProjects` (Azure DevOps)
35
+ - added `project` field to `GitPullRequest` (Azure DevOps)
36
+ - added `setIssueComponents` (JiraServer)
37
+ - added `setIssueLabels` (JiraServer)
38
+ - added `getComponentsForJiraProject` (JiraServer)
39
+
3
40
  ## 0.14.1
4
41
 
5
42
  - added `JiraServer` provider with the following functions