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

Output Status of Running Applications #224

Closed
wants to merge 5 commits into from
Closed

Commits on Jun 18, 2020

  1. Output Status of Running Applications

    Add a `puma-dev status` subcommand to output the status of all
    applications currently running through `puma-dev`. Uses the Status API
    requested from `http://localhost/status` with `Host: "puma-dev"`.
    
    Fixes puma#222
    Tom Scott committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    4870a64 View commit details
    Browse the repository at this point in the history
  2. Add tests for status sub-command

    Tom Scott committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    c24aca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bcbcb5 View commit details
    Browse the repository at this point in the history
  4. Add status to available subcommands

    Tom Scott committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    668aa09 View commit details
    Browse the repository at this point in the history
  5. Allow status to run on alternate ports

    Tom Scott committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    d7c9e16 View commit details
    Browse the repository at this point in the history