[PR #1181] [MERGED] [FEAT] Confluence data connector #3613

Closed
opened 2026-02-22 18:34:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1181
Author: @shatfield4
Created: 4/23/2024
Status: Merged
Merged: 4/25/2024
Merged by: @timothycarambat

Base: masterHead: 1180-feat-add-confluence-data-connector


📝 Commits (6)

  • 56d0a51 WIP Confluence data connector backend
  • ca651a8 confluence data connector complete
  • 0352335 confluence citations
  • a481011 fix citation for confluence
  • 0890868 Patch confulence integration
  • d2466db fix Citation Icon for confluence

📊 Changes

11 files changed (+458 additions, -68 deletions)

View changed files

📝 collector/extensions/index.js (+100 -57)
📝 collector/package.json (+1 -1)
collector/utils/extensions/Confluence/index.js (+110 -0)
frontend/src/components/DataConnectorOption/media/confluence.jpeg (+0 -0)
📝 frontend/src/components/DataConnectorOption/media/index.js (+2 -0)
frontend/src/components/Modals/MangeWorkspace/DataConnectors/Connectors/Confluence/index.jsx (+164 -0)
📝 frontend/src/components/Modals/MangeWorkspace/DataConnectors/index.jsx (+7 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx (+29 -10)
frontend/src/media/dataConnectors/confluence.png (+0 -0)
📝 frontend/src/models/dataConnector.js (+23 -0)
📝 server/endpoints/extensions/index.js (+22 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1180

What is in this change?

  • Add support for Confluence data connector leveraging LangChain's Confluence document loader

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/1181 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/23/2024 **Status:** ✅ Merged **Merged:** 4/25/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1180-feat-add-confluence-data-connector` --- ### 📝 Commits (6) - [`56d0a51`](https://github.com/Mintplex-Labs/anything-llm/commit/56d0a51bbc0b7bd503c79ae6ea3cd8e4ddc0c62c) WIP Confluence data connector backend - [`ca651a8`](https://github.com/Mintplex-Labs/anything-llm/commit/ca651a8dd40cfee3cd52a45379a3e038c87cc932) confluence data connector complete - [`0352335`](https://github.com/Mintplex-Labs/anything-llm/commit/0352335401ad4460047828d5ccbadb29ad2b38aa) confluence citations - [`a481011`](https://github.com/Mintplex-Labs/anything-llm/commit/a4810117c9a8c87b626117f4a6ee04e1825ad4e1) fix citation for confluence - [`0890868`](https://github.com/Mintplex-Labs/anything-llm/commit/0890868b400d86fb74f747cbffad7e7f4189b05d) Patch confulence integration - [`d2466db`](https://github.com/Mintplex-Labs/anything-llm/commit/d2466dbee7fe4ac3a06d042f33080223c266292e) fix Citation Icon for confluence ### 📊 Changes **11 files changed** (+458 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `collector/extensions/index.js` (+100 -57) 📝 `collector/package.json` (+1 -1) ➕ `collector/utils/extensions/Confluence/index.js` (+110 -0) ➕ `frontend/src/components/DataConnectorOption/media/confluence.jpeg` (+0 -0) 📝 `frontend/src/components/DataConnectorOption/media/index.js` (+2 -0) ➕ `frontend/src/components/Modals/MangeWorkspace/DataConnectors/Connectors/Confluence/index.jsx` (+164 -0) 📝 `frontend/src/components/Modals/MangeWorkspace/DataConnectors/index.jsx` (+7 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx` (+29 -10) ➕ `frontend/src/media/dataConnectors/confluence.png` (+0 -0) 📝 `frontend/src/models/dataConnector.js` (+23 -0) 📝 `server/endpoints/extensions/index.js` (+22 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1180 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Add support for Confluence data connector leveraging LangChain's Confluence document loader ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:08 -05:00
yindo closed this issue 2026-02-22 18:34:08 -05:00
yindo changed title from [PR #1181] [FEAT] Confluence data connector to [PR #1181] [MERGED] [FEAT] Confluence data connector 2026-06-05 15:14:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3613