-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add new builds plugin #3697
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
Open
josegonzalez
wants to merge
4
commits into
master
Choose a base branch
from
track-deploys
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add new builds plugin #3697
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4e0ccc6 to
1d1d5ce
Compare
1d1d5ce to
07ad1c4
Compare
07ad1c4 to
21567ac
Compare
21567ac to
d4089a3
Compare
d4089a3 to
91d80e5
Compare
8f432d1 to
613a285
Compare
613a285 to
da76da4
Compare
08c2e73 to
728b81f
Compare
da76da4 to
cdec525
Compare
f755d3a to
f2f4dc2
Compare
cdec525 to
24ec3bc
Compare
99028a3 to
f33d7f1
Compare
24ec3bc to
26ebbc0
Compare
26ebbc0 to
2dcf0b2
Compare
9abe353 to
80e8132
Compare
Merged
80e8132 to
02973ba
Compare
c33a73f to
c7b2f1e
Compare
c7b2f1e to
6e82137
Compare
The DOKKU_PID now never gets overwritten except in the case that DOKKU is executed by the sudo user. If the command ends up executing a deploy, then the pid of the `dokku` owned process - which may have been executed via sudo - will be written to the file lock, allowing future commands to interact with the original process. Additionally, the new builds plugin can be used to handle killing a build.
This still needs tightening to ensure we don't trigger this for normal git plugin commands - as well as anything that triggers a deploy - but works in a pinch.
6e82137 to
959cf96
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Todo:
loggerps:kill-deploytobuilds:cancelbuilds/builds:listcommand which shows all currently running deploysbuilds:info $APPcommand which shows the status of that deploy, buildpacks in use, and the date the deploy started (and ended?)builds:output $APPcommand which tails the logs of a given deployRelated: https://github.com/heroku/heroku-builds