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: coder/envbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/envbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jon/shutdownscript
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 31, 2025

  1. Copy the full SHA
    b34ee64 View commit details
  2. fix rebase

    sreya committed Mar 31, 2025
    Copy the full SHA
    f0597fc View commit details
  3. lint

    sreya committed Mar 31, 2025
    Copy the full SHA
    ce73172 View commit details
  4. no sleep

    sreya committed Mar 31, 2025
    Copy the full SHA
    43b47f4 View commit details

Commits on Apr 1, 2025

  1. pr changes

    sreya committed Apr 1, 2025
    Copy the full SHA
    4a46f67 View commit details
  2. Copy the full SHA
    4788a6b View commit details
Showing with 277 additions and 65 deletions.
  1. +139 −60 cli/docker.go
  2. +0 −1 cmd/envbox/main.go
  3. +1 −0 dockerutil/container.go
  4. +3 −1 dockerutil/dockerfake/client.go
  5. +41 −2 dockerutil/exec.go
  6. +68 −1 integration/docker_test.go
  7. +25 −0 integration/integrationtest/docker.go
Loading