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: redis/NRedisStack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: redis/NRedisStack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 16 files changed
  • 3 contributors

Commits on Jan 31, 2025

  1. Azure EntraID (Token Based Authentication) integration tests (#344)

    * TBA integration test
    
    * add TargetEnvironmentAttribute and FaultInjectorClient
    
    * fix formatting
    
    * add namespace for httpclient
    
    * add dummy test for client testing
    
    * add AttributeUsage to TargetEnvironment
    
    * some clean up and test execution optimization
    
    * fix formatting
    atakavci committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    5a91539 View commit details
    Browse the repository at this point in the history
  2. Make FieldName Properties Public (#353)

    Made FieldName properties public
    zhskay authored and atakavci committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    9319c42 View commit details
    Browse the repository at this point in the history
  3. Handle INDEXEMPTY and INDEXMISSING in FT.INFO response (#356)

    * issue #351 - handle INDEXEMPTY and INDEXMISSING in FT.INFO response properly
    
    * should work with enterprise and cluster but not with olders without INDEXMISSING support
    
    * test run against 7.3 and later
    atakavci committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    95389fc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Auto set version in csproj (#392)

    auto set version in csproj
    atakavci committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    73abd4f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Backport of: Fix failing docuement.load in query results with an expi…

    …red doc #357  (#410)
    
    Fix failing docuement.load in query results with an expired doc (#357)
    
    * fix failing docuement load in query results with an expired doc
    
    * IsCompletedSuccessfully" is *not* available in all test envs
    
    * set test case for non cluster env
    atakavci authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    917e189 View commit details
    Browse the repository at this point in the history
  2. Backport of: Piipeline fix for dotnet versions in ubuntu-latest (#372) (

    #411)
    
    Piipeline fix for dotnet versions in ubuntu-latest (#372)
    
    pipeline fix
    atakavci authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    880324e View commit details
    Browse the repository at this point in the history
  3. Backport of: Fix nested batch issue when initial command is within a …

    …pipeline (#402) (#412)
    
    * Fix nested batch issue when initial command is within a pipeline (#402)
    
    fix nested batch issue when initial command is within a pipeline
    
    * fix test with compatible test context
    atakavci authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    f591719 View commit details
    Browse the repository at this point in the history
  4. Backport of: Fix index creation issue when multiple options are used …

    …with fields (#405) (#413)
    
    Fix index creation issue when multiple options are used with fields   (#405)
    
    * - change order of field options in search&query
    - add missing xml doc for parameters
    
    * fix search tests
    
    * fix format
    atakavci authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    fd5fe53 View commit details
    Browse the repository at this point in the history
Loading