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: docker/actions-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.43.0
Choose a base ref
...
head repository: docker/actions-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.44.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 8, 2024

  1. test/install: Use separate runDir for each test

    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4980de3 View commit details
    Browse the repository at this point in the history
  2. docker/install: Clean up toolDir in teardown

    The `toolDir` is added to `PATH` on install, so make sure the binaries
    aren't accessible after a teardown.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0b611e6 View commit details
    Browse the repository at this point in the history
  3. docker/install: Copy all rootless-extras files

    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    15a9f92 View commit details
    Browse the repository at this point in the history
  4. docker/install: Stop docker service on Windows

    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    54e0f74 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge pull request #486 from vvoland/docker-install-rootless2

    docker/install: Fix rootless install, make teardown also cleanup the toolDir
    crazy-max authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    781874f View commit details
    Browse the repository at this point in the history
  2. feat: add method to get commit date from git

    Signed-off-by: Trim21 <trim21.me@gmail.com>
    trim21 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    31cb9c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #489 from trim21/get-commit-data

    feat: add method to get commit date from git
    crazy-max authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8672cc7 View commit details
    Browse the repository at this point in the history
Loading