summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-17Creates a function_utils and pull a function_identifer method intoScott
it.
2022-01-17Make unittest_utils log its perf data to a database, optionally.Scott
2022-01-17Argparse choices wants a list, not a tuple.Scott
2022-01-17Make logging_utils remove preexisting logging turds, fix a small bug.Scott
2022-01-12"Fix" a flaky test and cleanup an unused import.Scott
2022-01-12Adds doctests.Scott
2022-01-12Adds doctests.Scott
2022-01-12Update comments.Scott
2022-01-12Add doctests, general cleanup.Scott
2022-01-12Scale back warnings.warn and add stacklevels= where appropriate.Scott
2022-01-11Fix a couple of bugs in executors. Use run_tests.sh as a pre commitScott
hook.
2022-01-11Start using warnings from stdlib.Scott
2022-01-10Fix requirements.txtScott
2022-01-10Add multi replace.Scott
2022-01-10Fix a missing import bug.Scott
2022-01-10Make it work.Scott
2022-01-10Add requirements.txtScott
2022-01-10Add another doctest.Scott
2022-01-10Adds some doctests to decorators.Scott
2022-01-10Make rate_limited work and add doctest.Scott
2022-01-10Update MAC address.Scott
2022-01-10Experiment with audit events in bootstrap.Scott
2022-01-09Make rate_limited use cvs.Scott
2022-01-08Add rate limiter decorator.Scott
2022-01-08Cleanup logging module.Scott
2022-01-07Make logging optionally remove global handlers added by (shitty) pipScott
modules. Make config optionally halt on unrecognized arguments. Make profanity filter smarter.
2022-01-06A bunch of changes...Scott
2021-12-06Move stuff around.Scott
2021-12-05Make PresenceDetection self-update periodically.Scott
2021-12-05Make presence detection work from cabin or house and deal with aScott
bad VPN link between them better.
2021-12-04Various changes.Scott
2021-11-18Make smart futures avoid polling.Scott Gasch
Much fucking around with the backup strategy in executors. Tweaks to presence.
2021-11-17WaitableState thingy and some stuff in the ML world.Scott Gasch
2021-11-17Bugfixes in executors.Scott Gasch
2021-11-17Make remote workers die if no longer needed; cleanups in executors.Scott Gasch
2021-11-15Making remote training work better.Scott Gasch
2021-11-14Tighten up the remote executor.Scott Gasch
2021-11-14Small changes to decorators.Scott Gasch
2021-11-13Small bugfixes; also, add a new machine to the remote executor pool.Scott Gasch
2021-11-01Add device_utils.pyScott Gasch
2021-11-01Overrides + debugging modules / functions in logging.Scott Gasch
2021-10-31Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...Scott Gasch
2021-10-29Fix Arper, make IP address a property of deviceScott Gasch
2021-10-29Adds Arper, cleans up other stuff.Scott Gasch
2021-10-28Typo.Scott Gasch
2021-10-28Add cameras, fix bugsScott Gasch
2021-10-28Smart outletsScott Gasch
2021-10-28Moving smart lights into smart_home to prepare for addingScott Gasch
outlets and cameras.
2021-10-25Move cache location. Also, add doctests for exec_utils.Scott Gasch
2021-10-24Some fixes to the datetime_utils.Scott Gasch