mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #806] [MERGED] feat: add plugin for confluence #1561
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/806
Author: @jingfelix
Created: 4/27/2025
Status: ✅ Merged
Merged: 4/28/2025
Merged by: @crazywoola
Base:
main← Head:feat/confluence📝 Commits (1)
da5b52efeat: add plugin for confluence📊 Changes
29 files changed (+880 additions, -0 deletions)
View changed files
➕
tools/confluence/.difyignore(+180 -0)➕
tools/confluence/.env.example(+4 -0)➕
tools/confluence/GUIDE.md(+117 -0)➕
tools/confluence/LICENSE(+21 -0)➕
tools/confluence/PRIVACY.md(+33 -0)➕
tools/confluence/README.md(+51 -0)➕
tools/confluence/_assets/auth.png(+0 -0)➕
tools/confluence/_assets/create-page.png(+0 -0)➕
tools/confluence/_assets/get-token.png(+0 -0)➕
tools/confluence/_assets/icon.svg(+8 -0)➕
tools/confluence/_assets/result.png(+0 -0)➕
tools/confluence/main.py(+6 -0)➕
tools/confluence/manifest.yaml(+33 -0)➕
tools/confluence/provider/confluence.py(+20 -0)➕
tools/confluence/provider/confluence.yaml(+60 -0)➕
tools/confluence/requirements.txt(+5 -0)➕
tools/confluence/tools/auth.py(+15 -0)➕
tools/confluence/tools/create_page.py(+36 -0)➕
tools/confluence/tools/create_page.yaml(+48 -0)➕
tools/confluence/tools/get_page.py(+24 -0)...and 9 more files
📄 Description
Related Issues or Context
Added a new plugin for Confluence
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.