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: elastic/elasticsearch-net-abstractions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d848b4
Choose a base ref
...
head repository: elastic/elasticsearch-net-abstractions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1002fa8
Choose a head ref
  • 4 commits
  • 28 files changed
  • 2 contributors

Commits on May 31, 2024

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

Commits on Oct 10, 2024

  1. Update dependencies and configurations (#66)

    * Update dependencies and configurations
    
    Upgraded several package references and configurations across multiple projects to ensure compatibility and performance. Replaced deprecated syntax, optimized namespaces, and enhanced directory structures for better maintainability.
    
    * Simplify EphemeralCluster configuration
    
    Removed unnecessary commented-out configuration options for clarity. The change ensures the code is more readable and maintainable by using a clean, straightforward cluster configuration.
    Mpdreamz authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    34d6e3d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. fix missing -z flag on tar when unpacking on non windows platforms (#69)

    * fix missing -z flag on tar when unpacking on non windows platforms
    
    * add .NET 6.x to install on ci
    Mpdreamz authored May 28, 2025
    Configuration menu
    Copy the full SHA
    4fd3d13 View commit details
    Browse the repository at this point in the history
  2. Update proc to 0.9.0 (#68)

    * Update proc to 9.0
    
    * Update to latest dotnet install
    
    * remove unnecessary quoting
    
    * ensure we run tests on ci
    
    * more debugging
    
    * Ensure settings args are passed seperately e.g [-E, setting=value] vs [-E setting=value]
    
    * test net6.0
    
    * skip tests for now, they run locally need to move on
    
    * fix ignore
    
    * Address PR feedback
    Mpdreamz authored May 28, 2025
    Configuration menu
    Copy the full SHA
    1002fa8 View commit details
    Browse the repository at this point in the history
Loading