[PR #3206] [MERGED] feat(dataconnectors): support confluence personal access token #4235

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3206
Author: @lcgash
Created: 2/13/2025
Status: Merged
Merged: 2/14/2025
Merged by: @timothycarambat

Base: masterHead: lcg-feat-confluence


📝 Commits (4)

  • 00c46f6 feat(dataconnectors): support confluence personal access token
  • 51db30c fix: change select option
  • 32bd15d linting
  • 4a3e176 Merge branch 'master' into lcg-feat-confluence

📊 Changes

3 files changed (+123 additions, -58 deletions)

View changed files

📝 collector/utils/extensions/Confluence/index.js (+5 -3)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Confluence/index.jsx (+116 -55)
📝 frontend/src/models/dataConnector.js (+2 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

Support Personal Access Token in confluence connectors。

Additional Information

Developer Validations

image

  • 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/3206 **Author:** [@lcgash](https://github.com/lcgash) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `lcg-feat-confluence` --- ### 📝 Commits (4) - [`00c46f6`](https://github.com/Mintplex-Labs/anything-llm/commit/00c46f6c7cfc98ee9ddc823e317f8fa879de4e53) feat(dataconnectors): support confluence personal access token - [`51db30c`](https://github.com/Mintplex-Labs/anything-llm/commit/51db30cc9249d8e1436d9f596d2b9ca6d0b0e582) fix: change select option - [`32bd15d`](https://github.com/Mintplex-Labs/anything-llm/commit/32bd15d16f00c84816c1251959f82df0fae47ed4) linting - [`4a3e176`](https://github.com/Mintplex-Labs/anything-llm/commit/4a3e17651fba2cae822d12005bcce317968cce5f) Merge branch 'master' into lcg-feat-confluence ### 📊 Changes **3 files changed** (+123 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/extensions/Confluence/index.js` (+5 -3) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Confluence/index.jsx` (+116 -55) 📝 `frontend/src/models/dataConnector.js` (+2 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ✔️] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? Support Personal Access Token in confluence connectors。 <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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. --> ![image](https://github.com/user-attachments/assets/a24c6cb8-2801-430e-af5b-130875a05580) - [ ] 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 --- <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:35:25 -05:00
yindo closed this issue 2026-02-22 18:35:25 -05:00
yindo changed title from [PR #3206] feat(dataconnectors): support confluence personal access token to [PR #3206] [MERGED] feat(dataconnectors): support confluence personal access token 2026-06-05 15:17:31 -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#4235