[PR #3271] [MERGED] feat: support fetch wikis for gitlab data connectors #4252

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3271
Author: @lcgash
Created: 2/18/2025
Status: Merged
Merged: 5/6/2025
Merged by: @timothycarambat

Base: masterHead: lcg-support-gitlab-wiki


📝 Commits (7)

  • 149750a feat: support fetch wikis for gitlab data connectors
  • ffc32d4 gitlab connector button spacing
  • c94c7b7 Merge branch 'master' into review-3271
  • 7158c9c add docAuthor and description metadata for GitLab wiki pages
  • e3073ff Merge branch 'master' into review-3271
  • fd7fd07 Merge branch 'master' into lcg-support-gitlab-wiki
  • e790633 Merge branch 'master' into lcg-support-gitlab-wiki

📊 Changes

4 files changed (+64 additions, -7 deletions)

View changed files

📝 collector/utils/extensions/RepoLoader/GitlabRepo/RepoLoader/index.js (+34 -0)
📝 collector/utils/extensions/RepoLoader/GitlabRepo/index.js (+9 -3)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Gitlab/index.jsx (+19 -4)
📝 frontend/src/models/dataConnector.js (+2 -0)

📄 Description

Pull Request Type

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

Relevant Issues

What is in this change?

fix some bug && support fetch gitlab wikis

Additional Information

Developer Validations

image

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/3271 **Author:** [@lcgash](https://github.com/lcgash) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `lcg-support-gitlab-wiki` --- ### 📝 Commits (7) - [`149750a`](https://github.com/Mintplex-Labs/anything-llm/commit/149750a4ef7a692ef1cf336813d07a2cafe65587) feat: support fetch wikis for gitlab data connectors - [`ffc32d4`](https://github.com/Mintplex-Labs/anything-llm/commit/ffc32d45575b7681a148deaa4a3b8705ce04ebd2) gitlab connector button spacing - [`c94c7b7`](https://github.com/Mintplex-Labs/anything-llm/commit/c94c7b7dbbc7a34e523085256b5b744d9124347a) Merge branch 'master' into review-3271 - [`7158c9c`](https://github.com/Mintplex-Labs/anything-llm/commit/7158c9ca1a6df26266f29e3acadfbf324731fd95) add docAuthor and description metadata for GitLab wiki pages - [`e3073ff`](https://github.com/Mintplex-Labs/anything-llm/commit/e3073ffbe97c843083fc58652a0ff7fb498cba74) Merge branch 'master' into review-3271 - [`fd7fd07`](https://github.com/Mintplex-Labs/anything-llm/commit/fd7fd0786aa5b1119cd0f22e48825a32ca900d90) Merge branch 'master' into lcg-support-gitlab-wiki - [`e790633`](https://github.com/Mintplex-Labs/anything-llm/commit/e790633cbdbdec1dba9580806e8ec88b04d312ca) Merge branch 'master' into lcg-support-gitlab-wiki ### 📊 Changes **4 files changed** (+64 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/extensions/RepoLoader/GitlabRepo/RepoLoader/index.js` (+34 -0) 📝 `collector/utils/extensions/RepoLoader/GitlabRepo/index.js` (+9 -3) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Gitlab/index.jsx` (+19 -4) 📝 `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" --> ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> fix some bug && support fetch gitlab wikis ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <img width="1075" alt="image" src="https://github.com/user-attachments/assets/21939f4c-4c1c-4098-a918-c539485a40b5" /> ![image](https://github.com/user-attachments/assets/359c8ceb-82d0-4c1b-bf82-e1a9fa9901d9) <!-- All of the applicable items should be checked. --> - [ ] 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:27 -05:00
yindo closed this issue 2026-02-22 18:35:27 -05:00
yindo changed title from [PR #3271] feat: support fetch wikis for gitlab data connectors to [PR #3271] [MERGED] feat: support fetch wikis for gitlab data connectors 2026-06-05 15:17:37 -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#4252