All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- (DRON-88) github fix pr ListChanges deleted/renamed status, from @tphoney. See #113.
- (DRON-84) github fix pr write permission issue with bitbucket server, from @eoinmcafee0. See #114.
- fix gitlab repo encoding in commits from pr request, from @aradisavljevic. See #109.
- Added ListCommits in pull request api, from @aradisavljevic. See #106.
- Added issue_comment parsing for github webhook, from @aman-harness. See #91.
- Added Pr in issue, from @aman-harness. See #93.
- gitlab contents. Find returns hash/blob, from @tphoney. See #97.
- add ListCommits for gitea and stash, from @tphoney. See #98.
- Support for GitLab visibility attribute, from @bradrydzewski. See 79951ad.
- Support for GitHub visibility attribute, from @bradrydzewski. See 5141b8e.
- Support for parsing unknown pull request events, from @bradrydzewski. See ffa46d9.
- Support for finding and listing repository tags in GitHub driver, from @chhsia0. See #79.
- Support for finding and listing repository tags in Gitea driver, from @bradyrdzewski. See 427b8a8.
- Support for git object hashes in GitHub, from from @bradyrdzewski. See 5230330.
- Support for before and after commit sha in Stash driver, from @jlehtimaki. See #82.
- Support for before and after commit sha in GitLab and Bitbucket driver, from @shubhag. See #85.
- Support for skip verification in Bitbucket webhook creation, from @chhsia0. See #63.
- Support for Gitea pagination, from @CirnoT. See #66.
- Support for labels in pull request resources, from @takirala. See #67.
- Support for updating webhooks, from @chhsia0. See #71.
- Populate diff links in pull request resources, from @shubhag. See #75.
- Filter Bitbucket repository search by project, from @bradrydzewski.
- Improve status display text in new bitbucket pull request screen, from @bradrydzewski. See #27.
- Implement timestamp value for GitHub push webhooks, from @bradrydzewski.
- Implement deep link to branch.
- Implement git compare function to compare two separate commits, from @chhsia0.
- Implement support for creating and updating GitLab and GitHub repository contents, from @zhuxiaoyang.
- Capture Repository link for Gitea, Gogs and Gitlab, from @chhsia0.
- Fix issue with GitHub enterprise deep link including API prefix, from @bradrydzewski.
- Fix issue with GitHub deploy hooks for commits having an invalid reference, from @bradrydzewski.
- Support for Skipping SSL verification for GitLab webhooks. See #40.
- Support for Skipping SSL verification for GitHub webhooks. See #44.
- Fix issue with handling slashes in Bitbucket branch names. See #7.
- Fix incorrect Gitea tag link. See #52.
- Encode ref when making Gitea API calls. See #61.
- Support Head and Base sha for GitHub pull request, from @bradrydzewski.
- Support Before sha for Bitbucket, from @jkdev81.
- Support for creating GitHub deployment hooks, from @bradrydzewski.
- Endpoint to get organization membership for GitHub, from @bradrydzewski.
- Functions to generate deep links to git resources, from @bradrydzewski.
- Fix issue getting a GitLab commit by ref, from @bradrydzewski.
- Fix missing sha for Gitea tag hooks, from @techknowlogick. See #22.
- Support for Gitea webhook signature verification, from @techknowlogick.
- Fix issues base64 decoding GitLab content, from @bradrydzewski.
- Fix missing avatar in Gitea commit from @jgeek1011.
- Implement GET commit endpoint for Gogs from @ogarcia.