Skip to content

Releases: nmklotas/GitLabApiClient

1.1.0: Get commit by SHA. (#52)

20 Sep 11:20
Compare
Choose a tag to compare
* Added commits model

* Added nock support

* Get commit by its SHA

* Deleted

* BUG FIX: in appending commit ID

* Supported mocking for GitlabFacade. Corrected the unit test.

* made the test more restricting

* Post review part 1

* Get commits from the branch

* fixed warning

* BUG FIX: url handling in TagClient

* deleted GitLabHttpFacade

* fixed imports in test project

* implemented tests by mocking HttpClientHandler

1.0.17: Fix JSON deserialization issue (#53)

18 Sep 05:59
Compare
Choose a tag to compare
* Added ClosedBy clas

* Changed ClosedBy type from string to ClosedBy class

1.0.16

16 Sep 13:07
Compare
Choose a tag to compare
 BUG FIX: repository keyword was missing in the request url (#51)

1.0.15

12 Sep 07:42
Compare
Choose a tag to compare
Fixed wrong url (#47)

1.0.14

11 Sep 06:16
Compare
Choose a tag to compare
Fixed missing properties in GitLabClient.cs (#46)

1.0.13: Markdown Support (#45)

09 Sep 20:46
Compare
Choose a tag to compare
* Added Markdown response

* Added RenderMarkdownRequest

* Added MarkdownClient

* Fixed bool error for request

1.0.12: Support for Tags (#42)

09 Sep 19:21
Compare
Choose a tag to compare
* Added Tag model

* Added query options for tags

* Added CreateTagRequest

* Added DeleteTagRequest class

* Fixed typo in classname and filename for TagQueryOptions

* Added TagQueryBuilder

* Added TagClient

* Fixed URL in GetAsync()

* Extended query options for tags

* Extended query builder for new properties

1.0.11: Added ClosedBy and ClosedAt property to issues and merge-requests (#37)

08 Sep 15:12
Compare
Choose a tag to compare
* Added ClosedBy and ClosedAt property to issues and merge-requests

* Fixed build errors

1.0.10: Feature/protected branches (#40)

08 Sep 09:37
Compare
Choose a tag to compare
* Added Branch response

* Added Request for creating a branch

* Renamed CreateBranch class to CreateBranchRequest

* Added Guard to constructor

* Added DeleteBranchRequest class

* Added DeleteMergedBranchesRequest

* Made DeleteMergedBranchesRequest public sealed

* Added BranchQueryOptions class

* Added BranchQueryBuilder

* Updated classname for CreateBranchRequest

* Changed CreateBranchRequest Property 'Id' to 'ProjectId'

* Changed property names for DeleteBranchRequest class

* Changed property names for DeleteMergedBranchesRequest class

* Added BranchClient

* Fixed tests

* Fixed XML cref warning

* Added models for protected branches

* Added ProtectBranchRequest

* Extended BranchClient class to protect/unprotect branches

* Fixed tests - syntax errors

1.0.9: 24 support release (#36)

07 Sep 06:59
Compare
Choose a tag to compare
* Added response models for Gitlab-Releases

* Changed property names and types

* Added ReleaseQueryBuilder class

* Implemented ReleaseClient class

* Extended GitLabApiHelper class with some values

* Added release tests

* Added ProjectId property to Release model

* Added documentation