[GH-ISSUE #3075] [BUG]: Gitlab data connector for multiple hierarchical groups repo path supports #1972

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

Originally created by @alfadb on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3075

How are you running AnythingLLM?

Docker (local)

What happened?

relative issue and pull request: #2315 #2316

When the gitlab repo path has multiple hierarchical groups, the project path cannot be obtained correctly.

Like this gitlab repo:

http://git.mygitlab.com/maingroup/subgroup/reponame

The api path need:

https://git.mygitlab.com/api/v4/projects/maingroup%2Fsubgroup%2Freponame/repository/branches

But, current is:

https://git.mygitlab.com/api/v4/projects/maingroup%2Fsubgroup/repository/branches

@blazeyo

Are there known steps to reproduce?

No response

Originally created by @alfadb on GitHub (Jan 31, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3075 ### How are you running AnythingLLM? Docker (local) ### What happened? relative issue and pull request: #2315 #2316 When the gitlab repo path has multiple hierarchical groups, the project path cannot be obtained correctly. Like this gitlab repo: ```url http://git.mygitlab.com/maingroup/subgroup/reponame ``` The api path need: ```url https://git.mygitlab.com/api/v4/projects/maingroup%2Fsubgroup%2Freponame/repository/branches ``` But, current is: ```url https://git.mygitlab.com/api/v4/projects/maingroup%2Fsubgroup/repository/branches ``` @blazeyo ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:27:29 -05:00
yindo closed this issue 2026-02-22 18:27:29 -05:00
yindo changed title from [BUG]: Gitlab data connector for multiple hierarchical groups repo path supports to [GH-ISSUE #3075] [BUG]: Gitlab data connector for multiple hierarchical groups repo path supports 2026-06-05 14:43:45 -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#1972