Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ubisoft/NGitLab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.6.2
Choose a base ref
...
head repository: ubisoft/NGitLab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.7.0
Choose a head ref
  • 2 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 7, 2026

  1. Bump the code-analyzers group with 1 update (#1080)

    Bumps Meziantou.Analyzer from 3.0.29 to 3.0.44
    
    ---
    updated-dependencies:
    - dependency-name: Meziantou.Analyzer
      dependency-version: 3.0.44
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: code-analyzers
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    d84a04b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. feat: add SquashOption support to ProjectUpdate and mock (#1079)

    * Add `SquashOption` property to `ProjectUpdate` model with JSON serialization
    * Add `SquashOption` property to the mock `Project` class
    * Handle `SquashOption` in the mock `ProjectClient.Update` method
    * Map `SquashOption` through `ToClientProject` using `DynamicEnum<SquashOption>`
    * Update PublicAPI.Unshipped.txt for all target frameworks
    * Add mock tests verifying SquashOption is applied on update and retained when omitted
    
    Co-authored-by: Thomas Cortes <78750681+Toa741@users.noreply.github.com>
    jasonwoods-7 and Toa741 authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    b77201b View commit details
    Browse the repository at this point in the history
Loading