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

The Headers property in response from `Invoke-WebRequest` is a dictionary from `string` to `IEnumerable[string]` The previous code would always skip paging

bug

I found using the module to break when querying gitlab.com. There are clearly people publishing repo's with different character sets. Above changes removes that problem.

bug

When i do : `(Get-GitLabUser -All).count` - With PowerShell 5.1 : ``` Name Value ---- ----- PSVersion 5.1.19041.546 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.546 CLRVersion 4.0.30319.42000 WSManStackVersion...

## 1. Provide a general summary of the issue in the Title above So! If an endpoint isn't included here, it would be handy for us to borrow your scaffolding...

enhancement
API Coverage

## 1. Provide a general summary of the issue in the Title above ## 2. Describe Your Environment Operating System and PowerShell version: Windows 10 20H2 / 7.1.3 ## 3....

Add possibility to : - Create project based on template (official or custom) - Set the namespace parameter as name or path Examples : ``` New-GitLabProject -Path myproject -namespace mynamespace/repo...

## 1. Implement GitLab's APIs for "Pipelines" and "Jobs" ## 2. Describe Your Environment Operating System and PowerShell version: Windows 10 PSVersion 5.1.15063.786 ## 3. Expected Behavior I'd like to...

API Coverage

## 1. Provide a general summary of the issue in the Title above I don't know, if this is api or module problem, but seems any API request use wrong...

bug

Hi Nicholas, Love the module, have used it quite a few times now. First time I'm using it against gitlab.com rather than self-hosted instances and now I get below. `...

## 1. Provide a general summary of the issue in the Title above ## 2. Describe Your Environment Operating System and PowerShell Name Value ---- ----- PSVersion 7.0.1 PSEdition Core...