Skip to content
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 new builds plugin #3697

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add new builds plugin #3697

wants to merge 4 commits into from

Commits on Mar 14, 2024

  1. feat: implement build tracking

    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.
    josegonzalez committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d6f0937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    777541c View commit details
    Browse the repository at this point in the history
  3. feat: implement builds:output

    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.
    josegonzalez committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    772c31d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7b2f1e View commit details
    Browse the repository at this point in the history