PSGitLab icon indicating copy to clipboard operation
PSGitLab copied to clipboard

An interface for administering GitLab from the PowerShell command line.

Results 34 PSGitLab issues
Sort by recently updated
recently updated
newest added

I created a script which was querying many thousands of commits. I didn't like that each of these was triggering a secondary API call to query the project API I've...

In my GitLab environment, Get-GitLabNamespace does not return all available namespace. Adding namespace_id allow to create project under desired subgroup without namespace search limitation.

Thanks for publishing this! I think it would be better findable, if displayed on [GitHub.com/topics/gitlab-api](https://github.com/topics/gitlab-api), please consider [adding that topic](https://help.github.com/articles/about-topics/) to this repo. Thank you :-)

Use `username` and `search` request parameter to get user by username or email instead of sending request for full list of users.

## 1. Add a Name parameter to get by name. ## 2. Describe Your Environment Operating System and PowerShell version: ``` ps Name Value ---- ----- PSVersion 6.2.3 PSEdition Core...

## 1. Allow for ignoring certificates in Save-GitlabConfiguration ## 2. Describe Your Environment Operating System and PowerShell version: ``` ps Name Value ---- ----- PSVersion 6.2.3 PSEdition Core GitCommitId 6.2.3...

## 1. Provide a general summary of the issue in the Title above ## 2. Describe Your Environment Windows 10 PSVersion 5.1.17134.765 PSGitLab - 3.0.1 ## 3. Expected Behavior [comment]...

I needed a function for getting the members of a group. I have implemented it and wanted to create a pull request The syntax function is: `Get-GitlabGroupMembers -Id ` or...

## 1. Provide a general summary of the issue in the Title above I would like to see a possibility to add a new group in the Gitlab. Currently only...