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/Docker.DotNet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.125.13
Choose a base ref
...
head repository: dotnet/Docker.DotNet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.125.14
Choose a head ref
  • 2 commits
  • 10 files changed
  • 4 contributors

Commits on Apr 13, 2023

  1. Add client support for Swarm Logs and Swarm Config (#589)

    * expose Swam Config as client.Configs
    
    * Expose Swam Service Logs
    
    * send SwarmConfigSpec to api
    
    * Update src/Docker.DotNet/Endpoints/ISwarmOperations.cs
    
    Co-authored-by: Andre Hofmeister <[email protected]>
    
    * Update src/Docker.DotNet/Endpoints/ISwarmOperations.cs
    
    Co-authored-by: Andre Hofmeister <[email protected]>
    
    * rename to standard
    add logging test
    
    * add logging test
    
    fix naming convention
    
    * Update src/Docker.DotNet/Endpoints/IConfigsOperations.cs
    
    Co-authored-by: Andre Hofmeister <[email protected]>
    
    * Update src/Docker.DotNet/Endpoints/IConfigsOperations.cs
    
    Co-authored-by: Andre Hofmeister <[email protected]>
    
    * Update src/Docker.DotNet/Endpoints/ConfigsOperations.cs
    
    Co-authored-by: Andre Hofmeister <[email protected]>
    
    * Add Config Tests, some Renaming fixes
    
    * updated test with retry and increased buffer.  Improved cancelation handling.
    
    ---------
    
    Co-authored-by: Jasim Schluter <[email protected]>
    Co-authored-by: Andre Hofmeister <[email protected]>
    3 people authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1c3a067 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Bump version

    galvesribeiro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c305921 View commit details
    Browse the repository at this point in the history
Loading