-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add logging to DD, attempt to make shutdown more graceful #12
Commits on Jan 17, 2024
-
Add --include-deps option to Docker image pulls and retries to Docker…
… service startups
Configuration menu - View commit details
-
Copy full SHA for d86f209 - Browse repository at this point
Copy the full SHA d86f209View commit details -
Merge pull request #8 from joinhandshake/apr/4.16.0-port
Add --include-deps option to Docker image pulls and retries to Docker service startups
Configuration menu - View commit details
-
Copy full SHA for c5883ed - Browse repository at this point
Copy the full SHA c5883edView commit details
Commits on Apr 24, 2024
-
Fix for graceful shutdown option. Don't call docker rm --force until …
…stop has returned
David Kutalek authored and David Kutalek committedApr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 0782f49 - Browse repository at this point
Copy the full SHA 0782f49View commit details
Commits on Apr 25, 2024
-
Merge remote-tracking branch 'upstream/master' into davkutalek/premat…
…ure-kill-fix
David Kutalek authored and David Kutalek committedApr 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 853a524 - Browse repository at this point
Copy the full SHA 853a524View commit details -
working on testing graceful shutdown fix
David Kutalek authored and David Kutalek committedApr 25, 2024 Configuration menu - View commit details
-
Copy full SHA for af54780 - Browse repository at this point
Copy the full SHA af54780View commit details -
David Kutalek authored and David Kutalek committed
Apr 25, 2024 Configuration menu - View commit details
-
Copy full SHA for bebc54f - Browse repository at this point
Copy the full SHA bebc54fView commit details
Commits on Apr 29, 2024
-
try running docker shell arg in [] to use exec mode
David Kutalek authored and David Kutalek committedApr 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 1b6df23 - Browse repository at this point
Copy the full SHA 1b6df23View commit details
Commits on Apr 30, 2024
-
David Kutalek authored and David Kutalek committed
Apr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for dc72a0f - Browse repository at this point
Copy the full SHA dc72a0fView commit details -
pass service name arg to stop/wait
David Kutalek authored and David Kutalek committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 553a8d6 - Browse repository at this point
Copy the full SHA 553a8d6View commit details -
exit upon getting term signal, otherwise service restarts
David Kutalek authored and David Kutalek committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 4dbb936 - Browse repository at this point
Copy the full SHA 4dbb936View commit details -
Don't run docker command in subshell, obviously signals wont make it\!
David Kutalek authored and David Kutalek committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 846e1bc - Browse repository at this point
Copy the full SHA 846e1bcView commit details -
rewrite run.sh to use docker compose exec form. All the tests broke, …
…not sure how to fix...
David Kutalek authored and David Kutalek committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for e5fd440 - Browse repository at this point
Copy the full SHA e5fd440View commit details -
revert previous since it isn't working
David Kutalek authored and David Kutalek committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 99c0fc3 - Browse repository at this point
Copy the full SHA 99c0fc3View commit details -
attempt to run shell script without sh -c which creates new shell
David Kutalek authored and David Kutalek committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 722c50e - Browse repository at this point
Copy the full SHA 722c50eView commit details -
David Kutalek authored and David Kutalek committed
Apr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 47d200d - Browse repository at this point
Copy the full SHA 47d200dView commit details -
try subshell with direct command
David Kutalek authored and David Kutalek committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for aa1220c - Browse repository at this point
Copy the full SHA aa1220cView commit details
Commits on May 1, 2024
-
refactor subshell to make it a little clearer, prevent exitcode -u issue
David Kutalek authored and David Kutalek committedMay 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 8e06129 - Browse repository at this point
Copy the full SHA 8e06129View commit details -
try not using a subshell again
David Kutalek authored and David Kutalek committedMay 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a5d072 - Browse repository at this point
Copy the full SHA 1a5d072View commit details
Commits on May 6, 2024
-
Revert failed changes, Cleanup with some learnings. all tests passing
David Kutalek authored and David Kutalek committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 385869d - Browse repository at this point
Copy the full SHA 385869dView commit details -
one last attempt with no subshell and no sh -c
David Kutalek authored and David Kutalek committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 4eeae5d - Browse repository at this point
Copy the full SHA 4eeae5dView commit details -
David Kutalek authored and David Kutalek committed
May 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e15fd5 - Browse repository at this point
Copy the full SHA 2e15fd5View commit details -
David Kutalek authored and David Kutalek committed
May 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 88a6602 - Browse repository at this point
Copy the full SHA 88a6602View commit details
Commits on May 7, 2024
-
David Kutalek authored and David Kutalek committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8714720 - Browse repository at this point
Copy the full SHA 8714720View commit details -
David Kutalek authored and David Kutalek committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8189dcf - Browse repository at this point
Copy the full SHA 8189dcfView commit details -
David Kutalek authored and David Kutalek committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for d21572b - Browse repository at this point
Copy the full SHA d21572bView commit details -
David Kutalek authored and David Kutalek committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for fccdf08 - Browse repository at this point
Copy the full SHA fccdf08View commit details -
David Kutalek authored and David Kutalek committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 92ae4b4 - Browse repository at this point
Copy the full SHA 92ae4b4View commit details -
David Kutalek authored and David Kutalek committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 6490c0b - Browse repository at this point
Copy the full SHA 6490c0bView commit details -
David Kutalek authored and David Kutalek committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 2d801bb - Browse repository at this point
Copy the full SHA 2d801bbView commit details
Commits on May 8, 2024
-
Merge tag 'v4.16.0.1' into davkutalek/premature-kill-fix
David Kutalek authored and David Kutalek committedMay 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 130008f - Browse repository at this point
Copy the full SHA 130008fView commit details