feat(gitlab): add group- and project-management methods to GitLab client

This commit is contained in:
2026-02-28 10:23:20 +00:00
parent 1cd7c62431
commit 3aaa0f7e68
3 changed files with 77 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-02-28 - 2.1.0 - feat(gitlab)
add group- and project-management methods to GitLab client
- Adds getGroupByPath(fullPath) to fetch a group by full path
- Adds getGroupProjects(groupId, opts?) to list projects in a group (include_subgroups=true, default perPage=50, optional search)
- Adds getDescendantGroups(groupId, opts?) to list descendant subgroups (paginated, default perPage=50, optional search)
- Adds createGroup(name, path, parentId?) to create groups (defaults to private visibility)
- Adds createProject(name, opts?) to create projects with optional path, namespaceId, visibility (default private) and description
## 2026-02-24 - 2.0.3 - fix()
no changes detected; nothing to commit