[PR #1706] [MERGED] 1347 human readable confluence url #3748

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1706
Author: @timothycarambat
Created: 6/17/2024
Status: Merged
Merged: 6/17/2024
Merged by: @timothycarambat

Base: masterHead: 1347-human-readable-confluence-url


📝 Commits (10+)

  • 6369d5f chore: confluence data connector can now handle custom urls, in addition to default {subdomain}.atlassian.net ones
  • c73c508 chore: formatting as per yarn lint
  • 19a60e9 Merge branch 'Mintplex-Labs:master' into master
  • 1fc0044 Merge branch 'Mintplex-Labs:master' into master
  • 4991aa5 chore: fixing the human readable confluence url fetch baseUrl
  • 2360864 chore: fixing the human readable confluence url fetch baseUrl
  • b0497d3 chore: fixing the human readable confluence url fetch baseUrl
  • 0fb5fa2 chore: fixing the human readable confluence url fetch baseUrl
  • 2da4328 chore: fixing the human readable confluence url fetch baseUrl
  • cf3bfc5 Merge branch 'master' into 1347-human-readable-confluence-url

📊 Changes

1 file changed (+93 additions, -40 deletions)

View changed files

📝 collector/utils/extensions/Confluence/index.js (+93 -40)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1362
resolves #1434 @cope

What is in this change?

The baseUrl value for the human readable confluence url cannot have /wiki in it.

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/1706 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1347-human-readable-confluence-url` --- ### 📝 Commits (10+) - [`6369d5f`](https://github.com/Mintplex-Labs/anything-llm/commit/6369d5f4627065f5285feecb54adbdde16bfd998) chore: confluence data connector can now handle custom urls, in addition to default {subdomain}.atlassian.net ones - [`c73c508`](https://github.com/Mintplex-Labs/anything-llm/commit/c73c5087e2f7a724d00a1186922f46c07622bc57) chore: formatting as per yarn lint - [`19a60e9`](https://github.com/Mintplex-Labs/anything-llm/commit/19a60e935363e1efd927ed00a96b41cbbb774f60) Merge branch 'Mintplex-Labs:master' into master - [`1fc0044`](https://github.com/Mintplex-Labs/anything-llm/commit/1fc0044d6ce6df43d585ced7653f1fe2acfdcdd8) Merge branch 'Mintplex-Labs:master' into master - [`4991aa5`](https://github.com/Mintplex-Labs/anything-llm/commit/4991aa52c0464bdbb56293a515505b521b49baca) chore: fixing the human readable confluence url fetch baseUrl - [`2360864`](https://github.com/Mintplex-Labs/anything-llm/commit/23608642773559d480373ea1397d802dd7efa862) chore: fixing the human readable confluence url fetch baseUrl - [`b0497d3`](https://github.com/Mintplex-Labs/anything-llm/commit/b0497d3cafac535ac564df09573df0b90288d676) chore: fixing the human readable confluence url fetch baseUrl - [`0fb5fa2`](https://github.com/Mintplex-Labs/anything-llm/commit/0fb5fa29ad36d3f1fd0df7f2b13053cad3af9d2f) chore: fixing the human readable confluence url fetch baseUrl - [`2da4328`](https://github.com/Mintplex-Labs/anything-llm/commit/2da4328c93992251b7b25f67ade2ace3c1ade236) chore: fixing the human readable confluence url fetch baseUrl - [`cf3bfc5`](https://github.com/Mintplex-Labs/anything-llm/commit/cf3bfc52937b43575226551fadf10a8e711adeab) Merge branch 'master' into 1347-human-readable-confluence-url ### 📊 Changes **1 file changed** (+93 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/extensions/Confluence/index.js` (+93 -40) </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 #1362 resolves #1434 @cope ### What is in this change? The baseUrl value for the human readable confluence url cannot have `/wiki` in it. ### Additional Information ### Developer Validations - [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:25 -05:00
yindo closed this issue 2026-02-22 18:34:25 -05:00
yindo changed title from [PR #1706] 1347 human readable confluence url to [PR #1706] [MERGED] 1347 human readable confluence url 2026-06-05 15:15:01 -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#3748