Skip to content

Latest commit

 

History

History
355 lines (221 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

355 lines (221 loc) · 18.5 KB

Changelog

v1.23.0 (2022-05-23)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Remove the null value de-reference issue when the bitbucket server url is nil #183 (DeepakPatankar)
  • [PL-24913]: Handle the error raised while creating a multipart input #181 (DeepakPatankar)

v1.22.0 (2022-05-10)

Full Changelog

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

Merged pull requests:

v1.21.1 (2022-04-22)

Full Changelog

Fixed bugs:

  • remove double invocation of convertRepository #170 (d1wilko)

Merged pull requests:

v1.21.0 (2022-04-22)

Full Changelog

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:

  • (fix) handle nil repos in github responses #168 (tphoney)

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)

Full Changelog

Implemented enhancements:

  • (DRON-242) initial implementation of azure devops support #158 (tphoney)

Fixed bugs:

Merged pull requests:

v1.19.1 (2022-02-23)

Full Changelog

Fixed bugs:

Merged pull requests:

v1.19.0 (2022-02-09)

Full Changelog

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)

Full Changelog

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:

v1.17.0 (2022-01-07)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • The deprecation of Bitbucket API endpoint /2.0/teams breaks user registration #136

Merged pull requests:

v1.16.3 (2021-12-30)

Full Changelog

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.2 (2021-11-30)

Full Changelog

Merged pull requests:

v1.16.1 (2021-11-19)

Full Changelog

Fixed bugs:

Merged pull requests:

v1.16.0 (2021-11-19)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix Gitea example code on README.md #126 (lunny)

v1.15.2 (2021-07-20)

Full Changelog

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.

1.15.1

Added

  • (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.

1.15.0

Added

  • add delete file for github and gitlab, from @tphoney. See #110.

1.14.1

Fixed

1.14.0

Added

1.13.1

Fixed

  • gitlab, content.find return last_commit_id not commit_id, from @tphoney. See #104.

1.13.0

Added

1.12.0

Added

  • return sha/blob_id for content.list, from @tphoney. See #102.

1.11.0

Added

  • normalise sha in content, add bitbucket create/update, from @tphoney. See #101.

1.10.0

Added

  • return hash/object_id for files changed in github, from @tphoney. See #99.

1.9.0

Added

Changed

  • retry with event subset for legacy stash versions, from @bakito. See #90.

1.8.0

Added

Changed

1.7.2

Added

  • 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.

1.7.1

Added

  • 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.

Fixed

  • Populate diff links in pull request resources, from @shubhag. See #75.
  • Filter Bitbucket repository search by project, from @bradrydzewski.

1.7.0

Added

  • 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.

Fixed

  • 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.

[1.6.0]

Added

  • 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.

Fixed

[1.5.0]

Added

[1.4.0]

Added

[1.3.0]

Added

  • 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