[PR #1423] [MERGED] 1362 custom display confluence url #3675

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1423
Author: @cope
Created: 5/16/2024
Status: Merged
Merged: 5/16/2024
Merged by: @timothycarambat

Base: masterHead: 1362-custom-display-confluence-url


📝 Commits (4)

  • 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
  • ec41773 chore: adding /display/ url matching to confluence data connector

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 collector/utils/extensions/Confluence/index.js (+8 -1)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1362

What is in this change?

Confluence URLs can have either /wiki/spaces/ or /display/ in between the domain and the space name: https://confluence.atlassian.com/doc/space-keys-829076188.html We are now handling both those cases.

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/1423 **Author:** [@cope](https://github.com/cope) **Created:** 5/16/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1362-custom-display-confluence-url` --- ### 📝 Commits (4) - [`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 - [`ec41773`](https://github.com/Mintplex-Labs/anything-llm/commit/ec4177340b097286a6924bb58b9b6113ba1d5cb6) chore: adding /display/ url matching to confluence data connector ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/extensions/Confluence/index.js` (+8 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #1362 ### What is in this change? Confluence URLs can have either `/wiki/spaces/` or `/display/` in between the domain and the space name: https://confluence.atlassian.com/doc/space-keys-829076188.html We are now handling both those cases. ### 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:16 -05:00
yindo closed this issue 2026-02-22 18:34:16 -05:00
yindo changed title from [PR #1423] 1362 custom display confluence url to [PR #1423] [MERGED] 1362 custom display confluence url 2026-06-05 15:14:38 -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#3675