v1.22.0 (2022-05-10)
Implemented enhancements:
- [feat]: [PL-24913]: Add the support for create and update file in bitbucket server #177 (DeepakPatankar)
- [feat]: [PL-24915]: Add the support for create branches in bitbucket server #174 (DeepakPatankar)
- [PL-24911]: Make project name as optional param in Azure Repo APIs #173 (DeepakPatankar)
Fixed bugs:
- [feat]: [PL-25025]: Updated Project validation for Azure API #179 (mankrit-singh)
- [fix]: [PL-24880]: Trim the ref when fetching default branch in get Repo API #172 (DeepakPatankar)
- fixbug: gitee populatePageValues #167 (kit101)
Closed issues:
- gitea find commit #125
v1.21.1 (2022-04-22)
Fixed bugs:
Merged pull requests:
v1.21.0 (2022-04-22)
Implemented enhancements:
- Add support for repository find in azure #164 (goelsatyam2)
- (feat) add azure webhook parsing, creation deletion & list #163 (tphoney)
- (DRON-242) azure add compare commits,get commit,list repos #162 (tphoney)
Fixed bugs:
Closed issues:
- When attempting to clone my git repo from GitLab drone hangs on git fetch. #161
- Fix dump response #119
Merged pull requests:
v1.20.0 (2022-03-08)
Implemented enhancements:
Fixed bugs:
- fixed raw response dumping in client #159 (marko-gacesa)
Merged pull requests:
v1.19.1 (2022-02-23)
Fixed bugs:
- Bitbucket list files fix #154 (mohitg0795)
- GitHub list commits fix #152 (mohitg0795)
- Bitbucket compare changes fix for rename and removed file ops #151 (mohitg0795)
Merged pull requests:
v1.19.0 (2022-02-09)
Implemented enhancements:
- (feat) add path support for list commits on github and gitlab #149 (tphoney)
- Extending bitbucket listCommits API to fetch commits for a given file #148 (mohitg0795)
- Update GitHub signature header to use sha256 #123 (nlecoy)
Merged pull requests:
v1.18.0 (2022-01-18)
Implemented enhancements:
- Added support for parsing prevFilePath field from github compare commits API response #143 (mohitg0795)
Fixed bugs:
- Implement parsing/handling for missing pull request webhook events for BitBucket Server (Stash) driver #130 (raphendyr)
Closed issues:
- Bitbucket Stash driver doesn't handle event
pr:from_ref_updated
(new commits / force push) #116
Merged pull requests:
- release prep v1.18.0 #147 (eoinmcafee00)
v1.17.0 (2022-01-07)
Implemented enhancements:
- (feat) map archive flag to repo response #141 (eoinmcafee00)
- Add the support for delete of the bitbucket file #139 (DeepakPatankar)
Fixed bugs:
- Fix the syntax error of the example code #135 (LinuxSuRen)
Closed issues:
- The deprecation of Bitbucket API endpoint /2.0/teams breaks user registration #136
Merged pull requests:
- release prep for v1.17.0 #142 (eoinmcafee00)
v1.16.3 (2021-12-30)
Fixed bugs:
- fix the deprecation of Bitbucket API endpoint /2.0/teams breaks user registration (136) #137 (eoinmcafee00)
Closed issues:
- Any plans to support manage wehook #134
Merged pull requests:
- V1.16.3 #138 (eoinmcafee00)
v1.16.2 (2021-11-30)
Merged pull requests:
- release prep v1.16.2 #132 (marko-gacesa)
- fixbug: gitee webhook parse #131 (kit101)
v1.16.1 (2021-11-19)
Fixed bugs:
- swap repo and target in bitbucket CompareChanges #127 (jimsheldon)
Merged pull requests:
- release prep v1.16.1 #129 (eoinmcafee00)
v1.16.0 (2021-11-19)
Implemented enhancements:
- release prep for 1.16.0 #128 (eoinmcafee00)
- Feat: implemented gitee provider #124 (kit101)
- add release & milestone functionality #121 (eoinmcafee00)
Fixed bugs:
v1.15.2 (2021-07-20)
Fixed bugs:
- Fixing Gitea commit API in case
ref/heads/
prefix is added to ref #108 (Vici37) - use access json header / extend error message parsing for stash #89 (bakito)
Closed issues:
- Drone and Bitbucket broken for write permission detection for drone build restart permission. #87
Merged pull requests:
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.
* This Changelog was automatically generated by github_changelog_generator