Comparing color...master · ebo/vkdash · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ebo/vkdash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: color
Choose a base ref
...
head repository: ebo/vkdash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 23, 2019

  1. move all HTML generation into the dashboard.

    make YAML formatted HTML output reasonably formatted
    John (EBo) David committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    3ec3425 View commit details
    Browse the repository at this point in the history
  2. moved all HTML into the dashboard where it belongs.

    cleaned up some flotsam.
    John (EBo) David committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    6534b62 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. removed redundant imports

    John (EBo) David committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    ef5020c View commit details
    Browse the repository at this point in the history
  2. added requirements file.

    John (EBo) David committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    b054ada View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. use yaml.safe_load to documented python avoid exploit. Since the TAP

    YAML messages are not intended to contain any executable statements,
    just use the safe mode.
    John (EBo) David committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    736cedc View commit details
    Browse the repository at this point in the history
  2. push some of the logger.info messages to debug, this will quiet down

    the verbose mode and make logical information sense when not running
    in silent mode.
    John (EBo) David committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    e04b5e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. clean up old errors to warning.

    better bad input recovery.
    John (EBo) David committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    af07e72 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. worked around the yamlordereddictloader requirement. Could use some m…

    …ore cleanup.
    John (EBo) David committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    5b81978 View commit details
    Browse the repository at this point in the history
  2. removed a debug print

    John (EBo) David committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d621046 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. added a final \n to the plan so that the last line is terminated with \n

    add comment to examine traps in eq_ok.
    John (EBo) David committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    dd4329c View commit details
    Browse the repository at this point in the history
  2. cleaned up exemplar tests to use write instead of hard coding the nam…

    …e the old way.
    John (EBo) David committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c567a02 View commit details
    Browse the repository at this point in the history
  3. changed the version string to conform to new pythonic naming standard…

    …s for dev.
    John (EBo) David committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    60558ab View commit details
    Browse the repository at this point in the history
Loading