You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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
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
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.