Mercurial > code > home > repos > homeauto
graph
-
WIP rules.n3Fri, 17 Sep 2021 11:05:21 -0700, by drewp
-
mqtt_to_rdf.py updatesFri, 17 Sep 2021 11:04:23 -0700, by drewp
-
try not to make empty topic subscriptionsFri, 17 Sep 2021 11:03:13 -0700, by drewp
-
serve graph/configFri, 17 Sep 2021 11:01:06 -0700, by drewp
-
debug logsWed, 15 Sep 2021 23:56:21 -0700, by drewp
-
speedups: abort some rules fasterWed, 15 Sep 2021 23:56:02 -0700, by drewp
-
rm unused computationMon, 13 Sep 2021 01:54:49 -0700, by drewp
-
don't crash, just skip the rule if there's a BindingConflict (no clear test case yet)Mon, 13 Sep 2021 01:53:32 -0700, by drewp
-
refactor rules evalMon, 13 Sep 2021 01:36:06 -0700, by drewp
-
rm dead code from previous triesMon, 13 Sep 2021 00:18:47 -0700, by drewp
-
refactor: use CandidateBinding throughout, not loose dictsMon, 13 Sep 2021 00:06:00 -0700, by drewp
-
hack math:sum in there. Test suite is passing except some slow performersSun, 12 Sep 2021 23:48:43 -0700, by drewp
-
fix farenheit rule case, fix some others that depend on rings order, but this breaks some performance because of itertools.permSun, 12 Sep 2021 21:48:36 -0700, by drewp
-
just (a lot of) debug changesSun, 12 Sep 2021 21:46:39 -0700, by drewp
-
big rewrite of infer() using statements not variables as the things to iterate overSun, 12 Sep 2021 04:32:52 -0700, by drewp
-
add mqtt_messageSat, 11 Sep 2021 23:33:55 -0700, by drewp
-
do inference on config. backend for new ui columns. rm some of the old filter pipelineSat, 11 Sep 2021 23:31:32 -0700, by drewp
-
new grid layout in web uiSat, 11 Sep 2021 23:28:37 -0700, by drewp
-
some shuffling, i don't know- i'm about to rewrite againSat, 11 Sep 2021 23:27:32 -0700, by drewp
-
metrics on input graph sizesSat, 11 Sep 2021 23:21:11 -0700, by drewp
-
mostly cleanup; scraps of the next rewrite; unskip tests that are ok nowWed, 08 Sep 2021 23:22:45 -0700, by drewp
-
slow test is ok now (but other slow tests are now broken)Wed, 08 Sep 2021 18:59:21 -0700, by drewp
-
apparently this was redundantWed, 08 Sep 2021 18:56:24 -0700, by drewp
-
add CandidateTermMatches, unused so farWed, 08 Sep 2021 18:53:26 -0700, by drewp
-
rename workingSet, sometimesWed, 08 Sep 2021 18:51:18 -0700, by drewp
-
log layoutWed, 08 Sep 2021 18:42:53 -0700, by drewp
-
support CB.apply(returnBoundStatementsOnly)Wed, 08 Sep 2021 18:39:12 -0700, by drewp
-
attempted to rewrite with CandidateTermMatches but it brokeWed, 08 Sep 2021 18:32:11 -0700, by drewp
-
plans regarding this rewriteMon, 06 Sep 2021 23:26:07 -0700, by drewp
-
optimization: stream stmts instead of building a GraphMon, 06 Sep 2021 23:23:43 -0700, by drewp
-
change a Graph.__sub__ to Set.difference in verify() for a big speedupMon, 06 Sep 2021 23:20:23 -0700, by drewp
-
refactor: inline an odometer algorithm in place of itertools.productMon, 06 Sep 2021 23:04:34 -0700, by drewp
-
forget GRAPH_ID optimization in this caseMon, 06 Sep 2021 23:03:51 -0700, by drewp
-
mark skipped tests. move applyRule into Rule. minor cleanups.Mon, 06 Sep 2021 18:39:38 -0700, by drewp
-
a little inner-loop performace. same number of iterations, but less time on logging and some stmt filteringMon, 06 Sep 2021 18:18:42 -0700, by drewp
-
mysteriously lost an important lineMon, 06 Sep 2021 18:07:28 -0700, by drewp
-
new tests for a smaller part of the inner loopMon, 06 Sep 2021 18:06:11 -0700, by drewp
-
cleaning up inner loopMon, 06 Sep 2021 17:03:19 -0700, by drewp
-
more modules, types. Maybe less repeated computation on BoundLhsMon, 06 Sep 2021 15:38:48 -0700, by drewp
-
realign tests, turn off slow ones for nowMon, 06 Sep 2021 01:15:14 -0700, by drewp
-
WIP move evaluation to new fileMon, 06 Sep 2021 01:13:55 -0700, by drewp
-
fix importMon, 06 Sep 2021 00:57:28 -0700, by drewp
-
logging and statsMon, 06 Sep 2021 00:56:47 -0700, by drewp
-
do findEvals once at setRules timeMon, 06 Sep 2021 00:56:13 -0700, by drewp
-
infer() dumps statsSun, 05 Sep 2021 23:27:49 -0700, by drewp
-
cleanup internal names, importsSun, 05 Sep 2021 22:50:15 -0700, by drewp
-
fix a bug with a slightly moer complicated set of rulesSun, 05 Sep 2021 22:43:13 -0700, by drewp
-
Evaluation doesn't have to depend on Lhs classSun, 05 Sep 2021 22:40:50 -0700, by drewp
-
logging adjustmentsSun, 05 Sep 2021 22:39:38 -0700, by drewp
-
more cleanup, especially around EvaluationSun, 05 Sep 2021 01:52:53 -0700, by drewp
-
extract module of rdflib output patchesSun, 05 Sep 2021 01:51:49 -0700, by drewp
-
cleanups and a few fixed casesSun, 05 Sep 2021 01:15:55 -0700, by drewp
-
big rewrite- more classes, smaller methods, more typesafe, all current tests passingSat, 04 Sep 2021 23:23:55 -0700, by drewp
-
pure reordering of funcs to make the next diffs smallerSat, 04 Sep 2021 23:18:44 -0700, by drewp
-
shuffle some loggingSat, 04 Sep 2021 15:34:29 -0700, by drewp
-
WIP inference- getting into more degenerate test casesThu, 02 Sep 2021 23:20:55 -0700, by drewp
-
WIP more debugging, working towards bnode-matching supportThu, 02 Sep 2021 13:39:27 -0700, by drewp
-
WIP inferencer - partial var and function supportThu, 02 Sep 2021 01:58:31 -0700, by drewp
-
WIP new inferencer. no vars yet.Sun, 29 Aug 2021 23:59:09 -0700, by drewp
-
some rdf code. maybe copied from light9?Sun, 29 Aug 2021 13:45:31 -0700, by drewp
-
add patch_cyclone_sseSun, 29 Aug 2021 13:44:05 -0700, by drewp
-
start zigbee configs. this proves the need for more graph output from a given mqtt messageSun, 29 Aug 2021 13:43:50 -0700, by drewp
-
dead code, sort reqsSun, 29 Aug 2021 13:43:14 -0700, by drewp
-
release 0.5.0Sun, 29 Aug 2021 13:36:08 -0700, by drewp
-
reformat, switch to prometheus, maybe other fixesSun, 29 Aug 2021 12:56:14 -0700, by drewp
-
depsThu, 26 Aug 2021 18:26:20 -0700, by drewp
-
fix deploy; redo stats display pageThu, 26 Aug 2021 18:03:30 -0700, by drewp
-
big fixes and rewrites. emitting rdf works, not influx export yetThu, 26 Aug 2021 16:33:05 -0700, by drewp
-
don't insist on ttyUSB0 device when doing OTA updatesThu, 13 May 2021 01:06:26 -0700, by drewp
-
workshop lights driverThu, 13 May 2021 01:05:40 -0700, by drewp
-
Bump pillow from 3.1.1 to 8.1.1 in /service/colplay dependabot/pip/service/colplay/pillow-8.1.1Thu, 18 Mar 2021 20:13:07 +0000, by dependabot[bot]
-
Bump lxml from 4.3.3 to 4.6.2 in /service/wifi dependabot/pip/service/wifi/lxml-4.6.2Thu, 07 Jan 2021 22:55:33 +0000, by dependabot[bot]
-
release 0.4.0Thu, 14 May 2020 22:29:55 -0700, by drewp
-
py3Thu, 14 May 2020 22:29:44 -0700, by drewp
-
docker and build fixesSat, 02 May 2020 15:08:12 -0700, by drewp
-
front door support on another brokerSat, 02 May 2020 15:07:03 -0700, by drewp
-
serv updatesFri, 27 Mar 2020 23:08:10 -0700, by drewp
-
fix theater input selector string assemblingFri, 27 Mar 2020 23:07:46 -0700, by drewp
-
rename living lampsFri, 27 Mar 2020 23:07:10 -0700, by drewp
-
dockerignoreFri, 14 Feb 2020 17:00:54 -0800, by drewp
-
stats pageFri, 14 Feb 2020 16:47:10 -0800, by drewp
-
more theater output controlsFri, 14 Feb 2020 10:21:24 -0800, by drewp
-
Bump twisted from 19.2.0 to 19.7.0 in /service/collector dependabot/pip/service/collector/twisted-19.7.0Fri, 14 Feb 2020 10:01:26 +0000, by dependabot[bot]
-
Bump twisted from 16.0.0 to 19.7.0 in /service/colplay dependabot/pip/service/colplay/twisted-19.7.0Fri, 14 Feb 2020 10:01:19 +0000, by dependabot[bot]
-
more py3 fixesFri, 14 Feb 2020 00:33:31 -0800, by drewp
-
update depsFri, 14 Feb 2020 00:33:14 -0800, by drewp
-
whitespaceFri, 14 Feb 2020 00:09:02 -0800, by drewp
-
demo buttons send :press not :releaseFri, 14 Feb 2020 00:08:43 -0800, by drewp
-
python 3! and some types and cleanupsFri, 14 Feb 2020 00:07:23 -0800, by drewp
-
something with rx on inputgraph, i forget. also cleanup imports and logging of oneshotThu, 13 Feb 2020 23:00:06 -0800, by drewp
-
use local FuXi checkout of https://github.com/drewp/FuXi (and some other dep updates)Thu, 13 Feb 2020 22:58:56 -0800, by drewp
-
merge rules.n3 againThu, 13 Feb 2020 22:58:23 -0800, by drewp
-
add rxThu, 13 Feb 2020 10:26:38 -0800, by drewp
-
index.html layout; add some oneshot buttonsThu, 13 Feb 2020 10:26:01 -0800, by drewp
-
rule updatesThu, 13 Feb 2020 10:24:23 -0800, by drewp
-
update to many new named graphsThu, 13 Feb 2020 10:22:12 -0800, by drewp
-
rename to s/sse//; use new browse linkThu, 13 Feb 2020 10:21:05 -0800, by drewp
-
build updatesThu, 13 Feb 2020 10:20:42 -0800, by drewp
-
page stylesThu, 13 Feb 2020 10:19:46 -0800, by drewp
-
build updatesThu, 13 Feb 2020 10:19:22 -0800, by drewp
-
fixes to TS and page build. remove some unused attempts at binding to <streamed-graph>Thu, 13 Feb 2020 10:17:54 -0800, by drewp
-
update depsThu, 13 Feb 2020 10:17:36 -0800, by drewp
-
build updateThu, 13 Feb 2020 10:16:28 -0800, by drewp
-
stop updating a graph (mqtt is our output)Mon, 10 Feb 2020 23:58:57 -0800, by drewp
-
more devicesMon, 10 Feb 2020 23:58:26 -0800, by drewp
-
more renaming, build updatesMon, 10 Feb 2020 23:56:42 -0800, by drewp
-
build update, use logging libMon, 10 Feb 2020 00:03:38 -0800, by drewp
-
cors supportMon, 10 Feb 2020 00:03:11 -0800, by drewp
-
build updateMon, 10 Feb 2020 00:02:48 -0800, by drewp
-
build updateMon, 10 Feb 2020 00:02:18 -0800, by drewp
-
serve current usage as a graphMon, 10 Feb 2020 00:01:39 -0800, by drewp
-
more mqtt_to_rdf renames. bring in basic LitElement setup for the debug pageSat, 08 Feb 2020 04:02:22 -0800, by drewp
-
more service renaming; start a lot more serv.n3 job filesThu, 06 Feb 2020 16:36:35 -0800, by drewp
-
protocol notesWed, 05 Feb 2020 17:20:28 -0800, by drewp
-
there's a planWed, 05 Feb 2020 17:12:18 -0800, by drewp
-
build: place generated nim in its own dirThu, 23 Jan 2020 23:59:41 -0800, by drewp
-
an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work)Thu, 23 Jan 2020 23:46:34 -0800, by drewp
-
espNode was not a service; move it to top dirWed, 05 Feb 2020 16:43:46 -0800, by drewp
-
rename rfid_pn532_pyWed, 05 Feb 2020 16:40:46 -0800, by drewp