Commit Graph

12 Commits (v1.33.1)

Author SHA1 Message Date
liuzhiguo 7a32d64a28 修改包名 6 months ago
Scott Walker cc305a69c7
[IAC-941]: PR comment creation for BitBucket (#265)
BitBucket doesn't implement support for PR comments or issues comments.

The current implementation of "pullService" in BitBucket defers to the implementation of "issueService", which itself returns a "not implemented" error for all comment-related calls.

PR comments and issue comments are separate in BitBucket so this commit adds explicit implementations of the comment functions to the "pullService". Most remain "not implemented" with the exception of comment creation which is now supported.
9 months ago
raghavharness c7c7db684a use new merge field instead of exisiting sha field 2 years ago
raghavharness 32e680098b use merge commit sha if pull request is merged for bitbucket 2 years ago
Aleksandar Radisavljevic 2fd608ed36 added more integration unit tests 3 years ago
Aleksandar Radisavljevic 12ba511087 Added ListCommits in pull request api 3 years ago
Shubham Agrawal 3663545843 Added bitbucket support for diff url 4 years ago
chhsia0 f36a1af587 Implemented PR operations in Bitbucket driver. 4 years ago
Brad Rydzewski 9550c4a380 simplify bitbucket unit tests 6 years ago
Brad Rydzewski 0f6cf1ac7f implement critical repo endpoints 6 years ago
Brad Rydzewski b53f51d12f enable bitbucket diffs 6 years ago
Brad Rydzewski 20229f2ebc bitbucket driver scaffolding. wip 6 years ago