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

Added the no-progress flag for project.py status to hide the progress… #685

Merged
merged 36 commits into from
Sep 5, 2023

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    9cf850d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3546220 View commit details
    Browse the repository at this point in the history
  3. Update changelog.txt

    iblanco11981870 authored and bdice committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    91869e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6384996 View commit details
    Browse the repository at this point in the history
  5. added documentation for variables

    iblanco11981870 authored and bdice committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    92e4429 View commit details
    Browse the repository at this point in the history
  6. Update flow/util/misc.py

    Co-authored-by: Brandon Butler <butlerbr@umich.edu>
    2 people authored and bdice committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    40abf8b View commit details
    Browse the repository at this point in the history
  7. change format of if statements

    iblanco11981870 authored and bdice committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    fbe3fa5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9225393 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    dd93847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9784915 View commit details
    Browse the repository at this point in the history
  3. Update flow/project.py

    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    klywang and bdice authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1a08bb5 View commit details
    Browse the repository at this point in the history
  4. Update tests/test_status.py

    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    klywang and bdice authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c7f0ea2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6979916 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

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

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    f9feb70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a09b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

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

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    9f0e418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a46739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73c37a7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    a788e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5398ac View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fix: no-progress process parallization pickling.

    We need to use cloudpickle to serialize/deserialize functions for
    process parallelization.
    b-butler committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f61defe View commit details
    Browse the repository at this point in the history
  2. fix: thread parallelization for _get_parallel_executor

    Converts the generator to a list which is what print_status expects.
    b-butler committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d400ff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    058d1b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    f48edfe View commit details
    Browse the repository at this point in the history
  2. Remove newline.

    bdice authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    87c5e5b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    65825bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02cbebf View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. doc: fix formatting

    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    b-butler and bdice authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9e85a83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9c73d0 View commit details
    Browse the repository at this point in the history
  3. fix: Changes to _get_parallel_executor

    Still results in shorter clearer code.
    b-butler committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2faecb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    307ddea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb6afb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2918c18 View commit details
    Browse the repository at this point in the history