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

Introducing parallel execution of tasks #586

Closed
wants to merge 13 commits into from

Commits on Jan 3, 2019

  1. 580: Adds support for --tasks option in run command.

    Pascal Landau committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    fe355ff View commit details
    Browse the repository at this point in the history
  2. Fixes style.

    Pascal Landau committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    0a3279b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Merges seventies branch

    Pascal Landau committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    b381bcb View commit details
    Browse the repository at this point in the history
  2. Updates phpro#580 to php7.0, removes de-duplication of --tasks option…

    … elements
    Pascal Landau committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    6b16628 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. POC for parallel execution.

    Pascal Landau committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    8aa9317 View commit details
    Browse the repository at this point in the history
  2. Fixes permissions of process_helper. Fixes spelling.

    Pascal Landau committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    da6aa32 View commit details
    Browse the repository at this point in the history
  3. Fixes bug in configuration file. Uses php to run process_helper (hope…

    …fully fixing Appveyor error)
    Pascal Landau committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    73ae1e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf4936d View commit details
    Browse the repository at this point in the history
  5. 583: Adds passthru option to run command. Adds passthru parameters to…

    … task metadata. Appends passthru to command if not empty.
    Pascal Landau committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    1a04864 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Adds docu. Adds stage info in -v mode. Sorts task list by stage and

    priority.
    Pascal Landau committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    9241ac5 View commit details
    Browse the repository at this point in the history
  2. Fixes test edge cases.

    Pascal Landau committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    206e63a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Adds logging of task output to temp files while tasks are running. Fi…

    …xes bug that executed tasks although they had no input (files).
    Pascal Landau committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    d440d13 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Adds phpcbf task. Adds documentation for log_dir and log_task_output …

    …parameters.
    Pascal Landau committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    e7be2c1 View commit details
    Browse the repository at this point in the history