This repository was archived by the owner on Aug 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: Yelp/dockersh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: freshworks/dockersh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 739 files changed
- 1 contributor
Commits on Aug 2, 2019
-
Fix build and issues with latest docker
- Vendor all the dependencies - Use 'go mod' - Minor fixes - Cannot pass "username" to dockerun, must pass "uid" - Update container config location - Pass current env when nsentering (TODO: Probably should use nsenter?) - Don't panic when docker is not installed - Fix 'go vet' errors
Configuration menu - View commit details
-
Copy full SHA for 702760a - Browse repository at this point
Copy the full SHA 702760aView commit details
Commits on Aug 8, 2019
-
- Use docker client API - vendor all dependencies - Remove unused files
Configuration menu - View commit details
-
Copy full SHA for c4d9480 - Browse repository at this point
Copy the full SHA c4d9480View commit details
Commits on Aug 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3f6e791 - Browse repository at this point
Copy the full SHA 3f6e791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dab1bf - Browse repository at this point
Copy the full SHA 8dab1bfView commit details
Commits on Aug 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b16d810 - Browse repository at this point
Copy the full SHA b16d810View commit details
Commits on Dec 2, 2019
-
Fix "docker exec" orphan process
When this "dockersh" process is signalled/killed (like when ssh disconnects due to network issue etc), due to a docker bug, processes that are running inside 'docker exec' are left as they are i.e., they will continue to run. This can add up quite a bit of processes over the time. See here for more information: moby/moby#9098 Until that is fixed, we will handle it here by: - Have the pid of exec'ed bash at /tmp/dockersh-exec-${this_process_pid} - Install a signal handler here that will send SIGHUP to the pid stored in /tmp/dockersh-exec-${this_process_pid}
Configuration menu - View commit details
-
Copy full SHA for d40577a - Browse repository at this point
Copy the full SHA d40577aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e44f0 - Browse repository at this point
Copy the full SHA d3e44f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b801a31 - Browse repository at this point
Copy the full SHA b801a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for af08129 - Browse repository at this point
Copy the full SHA af08129View commit details
Commits on Dec 3, 2019
-
It is possible that child process (i.e., "docker exec") can get SIGHUP and exit before dockersh process gets notified. So we will run docker exec cleanup in both cases.
Configuration menu - View commit details
-
Copy full SHA for 3d601f5 - Browse repository at this point
Copy the full SHA 3d601f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e22c2 - Browse repository at this point
Copy the full SHA 75e22c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d1992 - Browse repository at this point
Copy the full SHA 33d1992View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master