Skip to content

Tags: ni507/GitLabApiClient

Tags

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jetersen Joseph Petersen
build on tags

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update drafter.yml

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jetersen Joseph Petersen
fix merge conflict

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump git version (nmklotas#106)

1.3.0

Toggle 1.3.0's commit message
bump Newtonsoft.Json to v12.0.3

1.2.1

Toggle 1.2.1's commit message

1.2.0

Toggle 1.2.0's commit message
add project variables support (nmklotas#72)

* add project environment variables support

* increase coverage project environment variable

* initialize fields explicitely

* use new projectId and fix tests


Co-authored-by: Cristian Ramon Garcia <[email protected]>
Co-authored-by: Joseph Petersen <[email protected]>

1.1.12

Toggle 1.1.12's commit message
Feature/35 pipeline api (nmklotas#73)

* nmklotas#35 Start with pipeline get implementation

* nmklotas#35 Add create method

* nmklotas#35 Add delete pipeline

* nmklotas#35 add cancel implementation

* nmklotas#35 Retry implementation

* nmklotas#35 Make request properties readonly

1.1.11

Toggle 1.1.11's commit message
treat images as binary (nmklotas#70)

1.1.0

Toggle 1.1.0's commit message
Get commit by SHA. (nmklotas#52)

* 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