summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-27Add --run_profiler option.Scott
2022-01-27Make the worker selection heuristics work harder to avoid backupScott
2022-01-27Testing auto formattingScott
2022-01-26Another formatter test, whee...Scott
2022-01-26Trying to get black to run in git's pre-commit hook and actuallyScott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-26Remove missing import.Scott
2022-01-26Reformatting.Scott
2022-01-26Fix missing f's.Scott
2022-01-26Reformatting.Scott
2022-01-26Make sanity check optional.Scott
2022-01-26Sanity check list is sorted before binary search.Scott
2022-01-26Minor tweaks.Scott
2022-01-26Add type hints and cleanup.Scott
2022-01-26Make unscrambler use a cache per instance instead of module andScott
2022-01-25Unscrambler.py is no longer a utility; see ~bin/unscramble.py.Scott
2022-01-25Clarify instructions for repopulation.Scott
2022-01-25Adds unscrambler which contains the guts of a jumble/scrabble playerScott
2022-01-24Enable scp compression on remote executor to try to improve dataScott
2022-01-24Fix a newly introduced bug in run_tests.sh.Scott
2022-01-24Improve run_tests.shScott
2022-01-24Report overall runtime in periodic status dumps.Scott
2022-01-24Improve run_tests.shScott
2022-01-24Make parallelize remember to shutdown the default executors atexit.Scott
2022-01-24Add repro instructions for coverage in run_tests.sh.Scott
2022-01-24Finish up this coverage stuff.Scott
2022-01-24Adds optional code coverage reporting to run_tests.sh.Scott
2022-01-24This stuff all still sucks but this is slightly better.Scott
2022-01-24Add my own splitter.Scott
2022-01-23Make profanity filter catch foo/bar where foo and/or bar are badScott
2022-01-23Minor cleanup.Scott
2022-01-23Clean up the remote executor stuff and create a dedicated heartbeatScott
2022-01-23Added some helpers to file_utils and improved the docs/doctests.Scott
2022-01-22Reformatting.Scott
2022-01-22Reformatting.Scott
2022-01-22Reformatting.Scott
2022-01-22Watch for grandparent ssh termination by default.Scott
2022-01-21Trying again to make sure all output is seen here.Scott
2022-01-21Remove spurious print message.Scott
2022-01-21Don't be tricked by speaker groups living on the same IP addressScott
2022-01-21Wait for both streams to end.Scott
2022-01-20Stop using rsync in executors; this was a hack to work around someScott
2022-01-20Cleanup docs, add a timeout, in exec_utils.py.Scott
2022-01-20Make the new cmd_showing_output select and display data from stderr inScott
2022-01-19Make cmd_showing_output work with subprocesses that use '\r'.Scott
2022-01-18Don't let chromecasts steal the thread for too long.Scott
2022-01-18Fix state determination in tplink kasa lights.Scott
2022-01-18Fix chromecasts to work with new version of pychromecast; renameScott
2022-01-17Code cleanup.Scott