Skip to content

Feature create python management tool #47

Merged
merged 13 commits into from
Sep 17, 2020

Commits on Sep 14, 2020

  1. Add basic logging format and function

    Justin Campbell committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    95c3684 View commit details
    Browse the repository at this point in the history
  2. Add file handler to logger

    Justin Campbell committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    6393ef3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Update usage docs and implement fixed log file path

    Justin Campbell committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0765139 View commit details
    Browse the repository at this point in the history
  2. Implement argument parsing

    Justin Campbell committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    2c85678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74653c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Refactor run_logged_subprocess to return a dict with returncode and o…

    …utput
    Justin Campbell committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    290ab8c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Update run_logged_subprocess to return a tuple

    Justin Campbell committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6a4c2b2 View commit details
    Browse the repository at this point in the history
  2. Working venv creation

    Justin Campbell committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8bf3836 View commit details
    Browse the repository at this point in the history
  3. Working venv deletion

    Justin Campbell committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8b11829 View commit details
    Browse the repository at this point in the history
  4. Fixed filepath bug for relative log/venv locations

    Justin Campbell committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9b5ff3a View commit details
    Browse the repository at this point in the history
  5. Working venv reset

    Justin Campbell committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5d54475 View commit details
    Browse the repository at this point in the history
  6. Changed default logging to INFO and added debug flag

    Justin Campbell committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    7450253 View commit details
    Browse the repository at this point in the history
  7. Added venv-manager commands to npm scripts

    Justin Campbell committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    99cb997 View commit details
    Browse the repository at this point in the history