-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.
Description
How are you running AnythingLLM?
Local development
What happened?
I try to fetch files from a big GitLab repository with "GitLab Repo" data connector.
However it always fails to fetch any files with message "No files were found for those settings.".
The repo has ~700 folders and ~9000 files in total.
I checked the code and saw that GitLab RepoLoader stops fetching paginated repo tree if the current page doesn't have any 'blob' objects, which doesn't make sense in my opinion:
https://github.com/Mintplex-Labs/anything-llm/blob/master/collector/utils/extensions/RepoLoader/GitlabRepo/RepoLoader/index.js#L226
Are there known steps to reproduce?
- For any workspace, open Data Connectors -> GitLab Repo.
- Add a gitlab repository with >100 folders.
- Click Submit.
- It fails to fetch files with message "No files were found for those settings."
Metadata
Metadata
Assignees
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.