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: dotnet/SqlClient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.1
Choose a base ref
...
head repository: dotnet/SqlClient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.2
Choose a head ref
  • 11 commits
  • 128 files changed
  • 6 contributors

Commits on Aug 15, 2025

  1. Update AKV versions and dependencies (#3569)

    Updated AKV nuspec to note compatibility with MDS 6.1.1.
    cheenamalhotra authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    782721d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. [6.1] AKV Provider Strong Name Signing (#3573)

    * * Add signing key path to roslyn analyzers
    * Make signing key path an argument to build and roslyn analyzers steps
    * Enable strong name signing on buddy (unofficial) builds
    * Add akv official job to solution file
    
    * Remove diagnostic step
    ... thought I removed that already 🤦‍♂️
    
    * Add string type to roslyn analyzer step argument
    
    * vbump
    
    (bypassing rules because AKV build isn't tested via CI)
    benrr101 authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    84b3c81 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. [6.1] Add Stress Tests to CI (#3565)

    * Moved existing stress test projects from ADO into GitHub. (#3546)
    
    (This code is effectively dead since it is not being referenced anywhere, and there are no other changes to the code. As such, we can bypass the one flaky test failure.)
    
    * Minimal modifications to stress tests for Linux (#3548)
    
    * Minimal modifications to get the stress tests building and running on Linux.
    
    * Updated sample config to avoid a dummy password.
    
    * User Story 38131: Stress Tests CI
    
    - Added config file path configuration via STRESS_CONFIG_FILE environment variable.
    - Added support for JSON config file.
    - Fixed process exit code to reflect success vs failure.
    - Added emission to console.
    - Added emission of data source.
    - Added EntraId password-based auth.
    - Added CI stage.
    - Added NuGet package version to MDS assembly.
    - Added dotnet build configuration pararmeter to CI entry points.
    - Added MDS package version configurability to stress tests.
    - Added all target frameworks that MDS supports.
    - Each test run now creates and drops its own database to avoid collisions.
    - Moved to 1ES images where possible.
    - Using a local SQL Server that we setup as part of CI.
    
    * User Story 38131: Stress Tests CI
    
    - Added top-level pipeline flag to enable stress tests, deafult is false until tests are reliably passing.
    paulmedynski authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    d2f2f26 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Configuration menu
    Copy the full SHA
    f69e3b1 View commit details
    Browse the repository at this point in the history
  2. User Story 38467: Backport mac server name fix (#3594)

    - Backported part of #3494 and all of #3591:
      - Added configurable test jobs timeout, defaulting to 90 minutes.
      - Reduced generated database names to 96 chars to try to fix macOS test failures.
    paulmedynski authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    214261f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. [6.1] Stabilize CI Pipelines (#3601)

    Co-authored-by: Edward Neal <[email protected]>
    paulmedynski and edwardneal authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    5aae5e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Configuration menu
    Copy the full SHA
    7dd31ee View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    2a7cfd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Configuration menu
    Copy the full SHA
    36fefac View commit details
    Browse the repository at this point in the history
  2. [6.1] Enable scheduled builds (#3657)

    * Enable scheduled builds for release/6.1
    
    * Fix comment
    
    * Clean up schedules
    mdaigle authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    f01290d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    607b8c9 View commit details
    Browse the repository at this point in the history
Loading