NGitLab
NGitLab copied to clipboard
.NET client for GitLab
In the recent versions of GitLab (15.7+) a new 'raw' flag has been introduced along side of 'masked' and 'protected'. The purpose of this flag is to be able to...
Implements the `format`, `path` and `sha` options for RepositoryClient.GetArchive(). https://docs.gitlab.com/ee/api/repositories.html#get-file-archive Allows us to retrieve the archive for a particular SHA/ref and specify the required download format.
Hi, how can I trigger a pipeline when the property variable in the PipelineCreate object is readonly. https://github.com/ubisoft/NGitLab/blob/main/NGitLab/Models/PipelineCreate.cs Shouldn't that be assignable?
Hi, I came across the method `GetJobsAsync()` in the `PipelineClient` which from the naming seems to be async, but the implementation doesn't really look like it supports async operations? ...
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.7.1 to 15.1.2. Release notes Sourced from YamlDotNet's releases. Release 15.1.2 Merge pull request #912 from EdwardCooke/ec-732 Fixed #732, quote strings starting with whitespace characters Release 15.1.1...
Hello, is there a way to perform a multi-file commit? I need to create an initial commit with files from a zip file.
Hey! Is it possible to monitor the progress when downloading big artifact files? If not, where would be a good place to implement this kind of behavior? Thank you very...
`NGitLab.Impl.Json.Serializer` is an internal class for now. I have 2 use cases where I want to reuse the serializer in my own code: 1. For a special purpose, we want...