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

create env.sh and cmd.sh helper scripts in run_shell_cmd #4486

Open
wants to merge 20 commits into
base: 5.0.x
Choose a base branch
from

Commits on Apr 14, 2024

  1. Attempt command logging

    Micket committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dc9c218 View commit details
    Browse the repository at this point in the history
  2. Use only cmd_str for logging

    Micket committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    75a6070 View commit details
    Browse the repository at this point in the history
  3. Check for env == None

    Micket committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    84ccc73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cae748 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa4b417 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3e582c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30d300c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fd99dc View commit details
    Browse the repository at this point in the history
  9. Fix missing parenthesis

    Micket committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d6eda62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66806e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccd95e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5420fa2 View commit details
    Browse the repository at this point in the history
  13. Fix missing f-string

    Micket committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9777222 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3c20328 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e6ccf9e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5ae9be7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

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

Commits on Apr 21, 2024

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

Commits on May 30, 2024

  1. minor tweaks to dumping of env.sh + run.sh helper scripts in run_shel…

    …l_cmd + enhance test to verify they're working as intended
    boegel committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4ddad9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from boegel/cmdlog

    minor tweaks to dumping of `env.sh` + `run.sh` helper scripts in `run_shell_cmd` + enhance test to verify they're working as intended
    Micket committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8f4b323 View commit details
    Browse the repository at this point in the history