[PR #2325] [MERGED] Load all branches in gitlab data connector #3955

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2325
Author: @timothycarambat
Created: 9/19/2024
Status: Merged
Merged: 9/19/2024
Merged by: @timothycarambat

Base: masterHead: issue-2319-load-all-branches-in-gitlab-data-connector


📝 Commits (7)

  • ca66a0e Fix gitlab data connector for self-hosted instances (#2315)
  • 89079a2 Linting fix.
  • a40dede Load all branches in the GitLab data connector #2319
  • d224d02 #2319 lint fixes.
  • 034d674 Merge branch 'master' into issue-2319-load-all-branches-in-gitlab-data-connector
  • d097423 update fetch on fail
  • 4c8dafc Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into issue-2319-load-all-branches-in-gitlab-data-connector

📊 Changes

1 file changed (+44 additions, -23 deletions)

View changed files

📝 collector/utils/extensions/RepoLoader/GitlabRepo/RepoLoader/index.js (+44 -23)

📄 Description

Pull Request Type

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

Relevant Issues

closes #2320 @blazeyo
resolves #2319
connect #812

What is in this change?

All the branches are loaded from gitlab.

Additional Information

Tested locally with both gitlab.com and self-hosted repositories.

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/2325 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `issue-2319-load-all-branches-in-gitlab-data-connector` --- ### 📝 Commits (7) - [`ca66a0e`](https://github.com/Mintplex-Labs/anything-llm/commit/ca66a0e0ec8ebcd04514e0c131519a83c9d98144) Fix gitlab data connector for self-hosted instances (#2315) - [`89079a2`](https://github.com/Mintplex-Labs/anything-llm/commit/89079a27d4f6cbfb284a59e747201d6dc861000f) Linting fix. - [`a40dede`](https://github.com/Mintplex-Labs/anything-llm/commit/a40dede64a984f8881384804a1af9c7f6314691e) Load all branches in the GitLab data connector #2319 - [`d224d02`](https://github.com/Mintplex-Labs/anything-llm/commit/d224d02404c241768c621e222fd7e30b07107a89) #2319 lint fixes. - [`034d674`](https://github.com/Mintplex-Labs/anything-llm/commit/034d674de830dc7d130404b5980ee0c8fb8f113b) Merge branch 'master' into issue-2319-load-all-branches-in-gitlab-data-connector - [`d097423`](https://github.com/Mintplex-Labs/anything-llm/commit/d097423d437e8dd164120fddbc02a72a99fb1a92) update fetch on fail - [`4c8dafc`](https://github.com/Mintplex-Labs/anything-llm/commit/4c8dafc0d8f44272017ea9033ad2212ee894290e) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into issue-2319-load-all-branches-in-gitlab-data-connector ### 📊 Changes **1 file changed** (+44 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/extensions/RepoLoader/GitlabRepo/RepoLoader/index.js` (+44 -23) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> closes #2320 @blazeyo resolves #2319 connect #812 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> All the branches are loaded from gitlab. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> Tested locally with both gitlab.com and self-hosted repositories. ### 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:50 -05:00
yindo closed this issue 2026-02-22 18:34:50 -05:00
yindo changed title from [PR #2325] Load all branches in gitlab data connector to [PR #2325] [MERGED] Load all branches in gitlab data connector 2026-06-05 15:16:03 -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#3955