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 the debug option and verbose (foreground) #1949

Merged
merged 8 commits into from
Oct 8, 2021

Commits on Oct 5, 2021

  1. Add the debug option and verbose (foreground)

    I am proposing this PR, so we can debug and do foreground run (or start?) easily. I took "suspend" and "verbose" names from some other projects, so I think the user is familiar with it.
    folker-kuhn authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    ec0f282 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    d4d7f18 View commit details
    Browse the repository at this point in the history
  2. Update start.sh

    Adding --run option to start in background with a wait
    folker-kuhn authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    6e90576 View commit details
    Browse the repository at this point in the history
  3. Update run.sh

    Make sure all options in start.sh also apply when using run.sh
    folker-kuhn authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    aa36226 View commit details
    Browse the repository at this point in the history
  4. Update start.sh

    Touch the pid before the command, since there is some loop looking for it in the cmd, and the pid is otherwise created after it. We get a race here.
    folker-kuhn authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    4df288f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Update server/src/main/zip/bin/run.sh

    Co-authored-by: Thiago Henrique Hüpner <thihup@gmail.com>
    folker-kuhn and Thihup authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e2bef20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8dc758 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    21fac25 View commit details
    Browse the repository at this point in the history