Skip to content

Tags: ubisoft/NGitLab

Tags

11.2.0

Toggle 11.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: implement search in mr client mock (#1026)

chore: implement search in MR client mock

11.1.0

Toggle 11.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add sha & deployable to deployment (#1000)

* feat: add deployable and sha to deployment

* fix: update PublicApiAnalyzers

* fix: line spacings

---------

Co-authored-by: Matthew Mizzi <[email protected]>

11.0.1

Toggle 11.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add DetailedMergeStatus.MergeRequestBlocked (#998)

11.0.0

Toggle 11.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove further obsolete stuff (#992)

* Remove further Obsolete stuff
As we are about to bump the major version anyway, let's clean up things a bit.

* take 2

10.4.1

Toggle 10.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement ProjectJobTokenScopeClient mock (#977)

10.4.0

Toggle 10.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for project job token scope (#974)

* Add support for project job token scope

* Fix

10.3.0

Toggle 10.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use MergeRequest.DetailedMergeStatus instead of MergeStatus (#954)

- GitLab deprecated 'merge_status' in version 15.6, so adapt code to use 'detailed_merge_status' instead
- Tag as obsolete the members of the DetailedMergeStatus enum that don't have counterparts listed in the GitLab API documentation.
- Other minor changes

10.2.0

Toggle 10.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use NeoSmart.AsyncLock in NGitLab.Mock.Clients.ClientContext (#947)

After a few attempts at fixing the SemaphoreSlim-based ClientContext, use something that is said to be an async/await-friendly replacement for the `lock` implementation. This means it supports reentrancy.

10.1.0

Toggle 10.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix yet another deadlock in mocks (#946)

* Fix yet another deadlock in mocks

* tweak

10.0.0

Toggle 10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix!: Make SearchBlob.Ref a string rather than a Sha1 (#938)

Make SearchBlob.Ref a string rather than a Sha1
Closes #927