Skip to content

Tags: ubisoft/NGitLab

Tags

9.3.0

Toggle 9.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/download-artifact from 4 to 5 in the github-actions group (

#934)

Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/download-artifact` from 4 to 5
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

9.2.0

Toggle 9.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement Get merge request diffs in MergeRequestClient & Merge base …

…from refs (#917)

* Implement Get merge request diffs in MergeRequestClient

* fix publish api

* fix publish api

* Add versioned GetDiffAsync

* fix publish api

* fix CompareParameter properties

* Get Merge Base

* fix pr comments

* implement mocks

* Revert "implement mocks"

This reverts commit 7bca6b8.

* implement mocks

9.1.0

Toggle 9.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add 'GetLatest' method to 'IPipelineClient' (#922)

* feat: add 'GetLatest' method to 'IPipelineClient'
- Resolves #920

* Add unit tests

* Failing pipeline

* fix: update GetLatestAsync method to use correct pipelines path

* test: add unit test for handling forbidden response on non-existing pipeline ref

* fix: update comment to clarify behavior for invalid refs in GetLatestAsync method

9.0.1

Toggle 9.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add upvotes and downvotes properties to the Issue model (#919)

9.0.0

Toggle 9.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix!: LabelClient API (#896)

Fix LabelClient API

8.9.0

Toggle 8.9.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: add job runner manager property (#908)

* feat: add support for job runner manager

* fix: rename property

* fix: add missing namespace

* fix: change type of RunnerManager to JobRunnerManager

* Add public API declarations

---------

Co-authored-by: Louis Zanella <louis.zanella@ubisoft.com>

8.8.0

Toggle 8.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Multi-target net472, netstandard2.0 & net8.0 (#907)

* Multi-target netstandard2.0 & net8.0

* Also target net472

8.7.0

Toggle 8.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support setting CreatedAt and UpdatedAt for issues (#903)

* feat: support setting CreatedAt and UpdatedAt for issues

* doc: CreatedAt and UpdatedAt requires owner rights

Co-authored-by: Thomas Cortes <78750681+Toa741@users.noreply.github.com>

---------

Co-authored-by: Thomas Cortes <78750681+Toa741@users.noreply.github.com>

8.6.0

Toggle 8.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Potential fix for code scanning alert no. 3: Workflow does not contai…

…n permissions (#901)

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

8.5.0

Toggle 8.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added proxy support (#898)

* Added proxy support

* Fixed formatting issues