mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
GitLab: include subgroups when filtering on groups (#54)
This commit is contained in:
parent
f4c7354037
commit
26779dd84d
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ export const getGitLabReposFromConfig = async (config: GitLabConfig, ctx: AppCon
|
|||
logger.debug(`Fetching project info for group ${group}...`);
|
||||
const { durationMs, data } = await measure(() => api.Groups.allProjects(group, {
|
||||
perPage: 100,
|
||||
includeSubgroups: true
|
||||
}));
|
||||
logger.debug(`Found ${data.length} projects in group ${group} in ${durationMs}ms.`);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue