mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #780] [MERGED] feat: add plugin for Bitbucket #1546
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/780
Author: @jingfelix
Created: 4/23/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @crazywoola
Base:
main← Head:feat/bitbucket📝 Commits (2)
af84e96feat: add plugin for Bitbucket3382a33fix: name of Bitbucket📊 Changes
31 files changed (+1358 additions, -0 deletions)
View changed files
➕
tools/bitbucket/.difyignore(+181 -0)➕
tools/bitbucket/.env.example(+4 -0)➕
tools/bitbucket/GUIDE.md(+117 -0)➕
tools/bitbucket/LICENSE(+21 -0)➕
tools/bitbucket/PRIVACY.md(+48 -0)➕
tools/bitbucket/README.md(+50 -0)➕
tools/bitbucket/_assets/auth.png(+0 -0)➕
tools/bitbucket/_assets/create-app-password.png(+0 -0)➕
tools/bitbucket/_assets/example.png(+0 -0)➕
tools/bitbucket/_assets/icon.svg(+17 -0)➕
tools/bitbucket/_assets/permissions.png(+0 -0)➕
tools/bitbucket/_assets/result.png(+0 -0)➕
tools/bitbucket/main.py(+6 -0)➕
tools/bitbucket/manifest.yaml(+33 -0)➕
tools/bitbucket/provider/bitbucket.py(+33 -0)➕
tools/bitbucket/provider/bitbucket.yaml(+64 -0)➕
tools/bitbucket/requirements.txt(+54 -0)➕
tools/bitbucket/tools/add_pull_request_comment.py(+56 -0)➕
tools/bitbucket/tools/add_pull_request_comment.yaml(+69 -0)➕
tools/bitbucket/tools/get_pull_request.py(+85 -0)...and 11 more files
📄 Description
Related Issues or Context
Add a new plugin for Bitbucket.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.1.0,<0.2.0in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
Test Cases (on cloud.dify.ai):
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.