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: upserve/docker-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: danschmidt5189/docker-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 24, 2025

  1. Buildfix: pin rspec-its; simplify podman install (resolves #597)

    - Pins rspec-its to 1.x
    - Removes unnecessary setup steps for Ubuntu 20.10+ from ./scripts/install_podman.sh
    danschmidt5189 committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    f52be4d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Merge pull request #1 from danschmidt5189/bugfix/597/fixbuild_pin_rsp…

    …ec_its
    
    Buildfix: pin rspec-its; simplify podman install (resolves #597)
    danschmidt5189 authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    1ba37f9 View commit details
    Browse the repository at this point in the history
  2. Send :read_timeout when streaming events (#584)

    - Corrects a bug in `Docker::Connection.compile_request_params` that incorrectly stripped out `read_timeout` when it was nil.
    - Sets `Docker::Event.stream` to skip timeouts by default.
    - Sets `Docker::Event.stream` to avoid automatically retrying timeout-related events by default.
    - Adds timeout-related event streaming tests. A particularly slow (60s+) test can be enabled by setting `RUN_SLOW_TESTS=1` in the testing environment.
    danschmidt5189 committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    1462fc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c1617 View commit details
    Browse the repository at this point in the history
  4. Require Ruby 3.x

    Removes Ruby 2.x from the GitHub Actions pipeline, effectively dropping the requirement to support those versions. This allows new / refactored code to use modern Ruby idioms.
    danschmidt5189 committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    0bac5a3 View commit details
    Browse the repository at this point in the history
  5. ISSUE-593: Conform Docker::Event to Engine spec

    - Refactors Docker::Event to provide access to its source (JSON) data.
    - Adds `scope` to the Docker::Event class.
    danschmidt5189 committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    69e7f32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d465d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Configuration menu
    Copy the full SHA
    177adbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4d4261 View commit details
    Browse the repository at this point in the history
Loading