[PR #2050] [MERGED] 2049 remove break that prevents fetching files from gitlab repo #3867

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2050
Author: @mehmetunlu
Created: 8/5/2024
Status: Merged
Merged: 8/6/2024
Merged by: @timothycarambat

Base: masterHead: patch-1


📝 Commits (1)

  • 0a7900d fix: remove unnecessary break

📊 Changes

1 file changed (+0 additions, -4 deletions)

View changed files

📝 collector/utils/extensions/RepoLoader/GitlabRepo/RepoLoader/index.js (+0 -4)

📄 Description

Remove unnecessary break that prevents checking next pages for blob objects.

Pull Request Type

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

Relevant Issues

resolves #2049

What is in this change?

Remove unnecessary if block with break that prevents checking next pages for blob objects in a large GitLab repository tree.

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/2050 **Author:** [@mehmetunlu](https://github.com/mehmetunlu) **Created:** 8/5/2024 **Status:** ✅ Merged **Merged:** 8/6/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`0a7900d`](https://github.com/Mintplex-Labs/anything-llm/commit/0a7900dbcb8aa864d5ef82d66c569416fd282eb2) fix: remove unnecessary break ### 📊 Changes **1 file changed** (+0 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/extensions/RepoLoader/GitlabRepo/RepoLoader/index.js` (+0 -4) </details> ### 📄 Description Remove unnecessary break that prevents checking next pages for blob objects. ### 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" --> resolves #2049 ### What is in this change? Remove unnecessary if block with break that prevents checking next pages for blob objects in a large GitLab repository tree. ### 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 - [ ] 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:39 -05:00
yindo closed this issue 2026-02-22 18:34:39 -05:00
yindo changed title from [PR #2050] 2049 remove break that prevents fetching files from gitlab repo to [PR #2050] [MERGED] 2049 remove break that prevents fetching files from gitlab repo 2026-06-05 15:15: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#3867