You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-scm/HISTORY.md

8.1 KiB

Changelog

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.