A web-based DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking, and CI/CD pipeline features.
Tool to archive a project. use when you need to mark a project read-only after finishing active development. call after confirming no further changes are required.
Tool to create a new group in gitlab. use when you need to establish a new group for projects or collaboration.
Tool to create a new project in gitlab. implements post /projects endpoint.
Tool to create a new issue in a gitlab project. use when you need to report a bug, request a feature, or track a task within a specific project.
Tool to create a new branch in a project. use when you need to create a new branch from an existing branch or a specific commit in a gitlab project.
Tool to delete a gitlab project by its id. use when you need to remove a project, either by marking it for later deletion or deleting it immediately.