Commit Graph

22 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
Rutvij Mehta 692aa9a8d2 Add Actor UUID to push and branch create events for Bitbucket 2 years ago
Rutvij Mehta a6796f5d93 Add Actor UUID to Sender for all webhooks responses for Bitbucket 2 years 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
Rutvij Mehta 152fbb8983 Support parsing PR comment events for Bitbucket Cloud 2 years ago
Shubham Agrawal 0d5c39aa64 Set before & after attribute for gitlab & bitbucket push event 4 years ago
shubhag 93b0c01ae4 Add support for commit list in push webhook 4 years ago
chhsia0 f36a1af587 Implemented PR operations in Bitbucket driver. 4 years ago
Brad Rydzewski 75d6480d53 support head and base ref and sha for prs 5 years ago
JKDev81 8a8c51b03e bitbucket: added "Before" field with the last commit before the push is made 5 years ago
Brad Rydzewski ce7316136b fix webhook name 6 years ago
Brad Rydzewski 2de5160959 use push events for branch, tag creation 6 years ago
Brad Rydzewski e4d3eecdf8 Primitive tracking of PR source repository 6 years ago
Brad Rydzewski 18d2a89c59 normalize reference values 6 years ago
Brad Rydzewski c15e37efc3 add ref string functions 6 years ago
Brad Rydzewski 9217710ce8 make it easier to get webhook repository 6 years ago
Brad Rydzewski 0ab2130a00 implement pull request hooks 6 years ago
Brad Rydzewski a196f4de0e support bitbucket push, branch, tag hooks 6 years ago
Brad Rydzewski b53f51d12f enable bitbucket diffs 6 years ago
Brad Rydzewski 20229f2ebc bitbucket driver scaffolding. wip 6 years ago