feat: add a plugin bitbucket
PreChecklist
firstly you should create a app_password for your account https://bitbucket.org/account/settings/app-passwords/
bitbucket.go run configuration example
go run bitbucket.go -c 1 -o thenicetgp -r lake
Summary
add bitbucket connection repo pr issue issue_comments pr_comments add e2e tests: issue_test, pr_test, comment_test, account_test, repo_test, etc.
Does this close any open issues?
partly #2100
Screenshots
table "repos"
table "accounts"
table "issues"
table "pull_requests"
table "pull_request_comments"
table "issue_comments"
Other information
Thanks to @mindlesscloud for his guidance on my work.
Actually, you can convert a pr to a draft pr in the right pannel. 😁
Good work. Make sure you add e2e tests as well.
Good work. Make sure you add e2e tests as well.
thanks,I will add
Hi @thenicetgp, could you give an overall status update on this PR? Are there more changes you are working on?
Hi @thenicetgp, could you give an overall status update on this PR? Are there more changes you are working on?
Hi @keon94 , thank for your comment, this PR just add a plugin bitbucket, it can currently collect issues,pullrequests,accounts,repos,issue_comments and pr_comments. Domainlayer table accounts,repos,issue,pull_requests,issue_comments and pull_request_comments are filled. These tables have basically all the data they should have. This PR makes no changes to the any other plugin.