Wed, 01 Jun 2022 16:55:05 -0700 |
drewp |
rough and untested support for async handler funcs
|
Wed, 01 Jun 2022 16:54:12 -0700 |
drewp |
logging
|
Mon, 30 May 2022 23:01:50 -0700 |
drewp |
cull some noisy logging, add design note
|
Mon, 30 May 2022 22:55:29 -0700 |
drewp |
release 0.23.0
|
Mon, 30 May 2022 22:55:27 -0700 |
drewp |
release 0.23.0
0.23.0
|
Mon, 30 May 2022 22:55:20 -0700 |
drewp |
format & comments
|
Mon, 30 May 2022 22:44:50 -0700 |
drewp |
add a pydeps task. `inv pydeps`
|
Mon, 30 May 2022 22:44:10 -0700 |
drewp |
s/Db/SharedGraph/
|
Mon, 30 May 2022 22:43:07 -0700 |
drewp |
rm old code and probably a bunch of inotify workarounds
|
Mon, 30 May 2022 20:38:53 -0700 |
drewp |
port to starlette asyncio
|
Mon, 30 May 2022 20:38:06 -0700 |
drewp |
(rough) move Db to shared_graph.py (includes some asyncio updates probably)
|
Mon, 30 May 2022 20:36:38 -0700 |
drewp |
minor types and logs
|
Mon, 30 May 2022 20:33:50 -0700 |
drewp |
(rough) remove WatchFiles in favor of watched_graphs.py
|
Mon, 30 May 2022 20:32:08 -0700 |
drewp |
new Patch ctor and error type
|
Mon, 30 May 2022 20:31:15 -0700 |
drewp |
new Multigraph over rdflib's ConjunctiveGraph
|
Mon, 30 May 2022 20:28:17 -0700 |
drewp |
WIP graph_file replaced with two layers: text files with paths and change monitoring, and a graph layer over that
|
Mon, 30 May 2022 20:39:59 -0700 |
drewp |
easy api over prometheus, for ease of porting. Might be slow
|
Mon, 30 May 2022 20:26:16 -0700 |
drewp |
demo of caller code
|
Sat, 21 May 2022 22:16:26 -0700 |
drewp |
add aiohttp
|
Mon, 30 May 2022 20:30:25 -0700 |
drewp |
dead code
|
Sat, 21 May 2022 22:15:14 -0700 |
drewp |
mv syncedgraph to subdir
|
Sun, 15 May 2022 15:52:01 -0700 |
drewp |
cleanup
|
Sun, 15 May 2022 15:49:28 -0700 |
drewp |
deps
|
Sun, 15 May 2022 15:47:43 -0700 |
drewp |
project config
|
Tue, 05 Apr 2022 09:20:20 -0700 |
drewp |
add first prom metrics stat
|
Tue, 05 Apr 2022 00:54:53 -0700 |
drewp |
refactor, redo the SyncedGraph class ordering, fix most typing errors
|
Tue, 05 Apr 2022 00:53:10 -0700 |
drewp |
extract readonly
|
Mon, 04 Apr 2022 23:01:08 -0700 |
drewp |
more typing and formatting
|
Mon, 04 Apr 2022 23:00:42 -0700 |
drewp |
some weak file_vs_uri coverage
|
Mon, 04 Apr 2022 22:08:41 -0700 |
drewp |
clean up rdflibpatch (some of which might now be unused)
|
Mon, 04 Apr 2022 22:00:45 -0700 |
drewp |
clean up Literal monkeypatch that makes formatting better
|
Mon, 04 Apr 2022 21:25:53 -0700 |
drewp |
refactor and fix up types
|
Mon, 04 Apr 2022 21:10:40 -0700 |
drewp |
fix existing tests. Note bytes->str on public api arg
|
Mon, 04 Apr 2022 11:25:05 -0700 |
drewp |
(barely) runnable demo service instance
|
Mon, 04 Apr 2022 11:01:59 -0700 |
drewp |
reformat
|
Mon, 04 Apr 2022 10:57:33 -0700 |
drewp |
switch to pdm
|
Mon, 04 Apr 2022 10:57:01 -0700 |
drewp |
ide junk
|
Mon, 04 Apr 2022 10:56:30 -0700 |
drewp |
rm stubs dir
|
Fri, 09 Aug 2019 06:15:15 +0000 |
drewp |
release 0.21.0
|
Fri, 09 Aug 2019 06:14:54 +0000 |
drewp |
cut dependency on ipdb
|
Thu, 20 Jun 2019 04:26:11 +0000 |
drewp |
try to have syncedgraph reconnect to the server, but I think it doesn't work right yet
|
Fri, 07 Jun 2019 00:04:43 +0000 |
drewp |
release 0.20.0
|
Fri, 07 Jun 2019 00:04:09 +0000 |
drewp |
shorter debug log on initial graph sync
|
Fri, 07 Jun 2019 00:03:20 +0000 |
drewp |
use standardservice to serve cpu/ram stats
|
Sat, 01 Jun 2019 20:04:31 +0000 |
Drew Perttula |
release 0.19.0
|
Sat, 01 Jun 2019 20:03:44 +0000 |
Drew Perttula |
drop patches and log, but don't otherwise error, if we're not connected to rdfdb
|
Sat, 01 Jun 2019 20:03:05 +0000 |
Drew Perttula |
serialize n3 files with %g for prettier floating point values
|
Sat, 01 Jun 2019 20:02:47 +0000 |
Drew Perttula |
stubs
|
Fri, 31 May 2019 21:47:09 +0000 |
Drew Perttula |
fix on watchedFiles startup
|
Fri, 31 May 2019 21:40:00 +0000 |
Drew Perttula |
big rewrite of rdfdb and syncedgraph to use a single websocket connecton
|
Fri, 31 May 2019 21:39:02 +0000 |
Drew Perttula |
stubs
|
Fri, 31 May 2019 06:46:41 +0000 |
drewp |
WIP starting to try a unified websocket between rdfdb and syncedgraph
|
Fri, 31 May 2019 02:51:08 +0000 |
drewp |
doc update on SyncedGraph
|
Thu, 30 May 2019 08:38:13 +0000 |
Drew Perttula |
release 0.18.0
|
Thu, 30 May 2019 08:37:52 +0000 |
Drew Perttula |
stubs
|
Thu, 30 May 2019 08:37:14 +0000 |
Drew Perttula |
str bug in /live input socket, which maybe is never used
|
Thu, 30 May 2019 08:28:34 +0000 |
Drew Perttula |
release 0.17.0
|
Thu, 30 May 2019 08:18:57 +0000 |
Drew Perttula |
sent connectionid to clients for them to display, for debugging
|
Thu, 30 May 2019 08:18:12 +0000 |
Drew Perttula |
improve logging and http error response bodies
|
Thu, 30 May 2019 08:17:11 +0000 |
Drew Perttula |
str/bytes type fixes
|
Thu, 30 May 2019 08:15:58 +0000 |
Drew Perttula |
more stats reporting
|
Thu, 30 May 2019 08:15:10 +0000 |
Drew Perttula |
more stubs
|
Thu, 30 May 2019 01:58:36 +0000 |
drewp |
start the stats/ page
|
Wed, 29 May 2019 17:24:04 +0000 |
drewp |
release 0.16.0
|
Wed, 29 May 2019 17:23:43 +0000 |
drewp |
fix error report to use treq api (untested)
|
Mon, 27 May 2019 23:07:24 +0000 |
Drew Perttula |
stubs
|
Mon, 27 May 2019 10:47:44 +0000 |
Drew Perttula |
switch to treq http client
|
Mon, 27 May 2019 08:54:23 +0000 |
Drew Perttula |
huge speedup switching from cyclone.httpclient.fetch to treq. 300ms updates become 7ms. maybe it was looking up names or some slow network connect thing before, and now it's reusing a connection.
|
Mon, 27 May 2019 08:08:23 +0000 |
Drew Perttula |
fix bug that echoed a patch back to KC. https://bigasterisk.com/light9/work/2019/kc-patch-echo-bug.png
|
Mon, 27 May 2019 07:45:24 +0000 |
Drew Perttula |
python reformat
|
Mon, 27 May 2019 07:01:56 +0000 |
Drew Perttula |
fix treq payload type
|
Mon, 27 May 2019 06:58:51 +0000 |
Drew Perttula |
more types, as needed on light9 keyboardcomposer
|
Mon, 27 May 2019 00:39:16 +0000 |
Drew Perttula |
type fixes
|
Sun, 26 May 2019 19:33:00 +0000 |
Drew Perttula |
release 0.15.0
|
Sun, 26 May 2019 19:29:59 +0000 |
Drew Perttula |
str/bytes fixes
|
Sun, 26 May 2019 00:36:32 +0000 |
Drew Perttula |
more type errors.
|
Sat, 25 May 2019 23:55:15 +0000 |
Drew Perttula |
release 0.14.0
|
Sat, 25 May 2019 23:54:54 +0000 |
Drew Perttula |
fix registration bug (tried to send bytes to json encoder)
|
Sat, 25 May 2019 06:39:30 +0000 |
Drew Perttula |
release 0.13.0
|
Sat, 25 May 2019 06:39:05 +0000 |
Drew Perttula |
fix pyflakes warnings, including an error at import
|
Sat, 25 May 2019 02:53:56 +0000 |
Drew Perttula |
release 0.12.0
|
Sat, 25 May 2019 02:53:14 +0000 |
Drew Perttula |
some low-quality mostly generated mypy stubs. should be shared with my other builds
|
Sat, 25 May 2019 02:52:47 +0000 |
Drew Perttula |
fix tests and test runner
|
Sat, 25 May 2019 02:36:17 +0000 |
Drew Perttula |
typing fixes. rewrite sequentialUri a bit
|
Sat, 25 May 2019 00:30:43 +0000 |
drewp |
more py3 type fixes
|
Fri, 24 May 2019 22:46:23 +0000 |
drewp |
switch from fabfile to invoke. use my common release code.
|
Fri, 24 May 2019 00:13:09 +0000 |
drewp |
version 0.11.0
|
Fri, 24 May 2019 00:08:14 +0000 |
drewp |
fix test typo
|
Fri, 24 May 2019 00:06:34 +0000 |
drewp |
run 2to3
|
Thu, 23 May 2019 17:30:48 +0000 |
drewp |
version 0.9.0
|
Wed, 22 May 2019 04:51:01 +0000 |
drewp |
some py3
|
Wed, 17 Apr 2019 09:25:24 +0000 |
drewp |
version 0.8.0
|
Wed, 17 Apr 2019 09:24:50 +0000 |
drewp |
new Patch.simplify
|
Wed, 17 Apr 2019 09:23:34 +0000 |
drewp |
serious bugs with inGraph. the code is not consistent (still) about whether context is a URIRef or Graph-with-identifier
|
Fri, 04 Jan 2019 23:17:30 +0000 |
drewp |
version 0.7.0
|
Fri, 04 Jan 2019 23:17:11 +0000 |
drewp |
quieter logging about no-op patches
|
Sun, 28 Oct 2018 11:09:38 +0000 |
drewp |
version 0.6.0
|
Sun, 28 Oct 2018 11:08:23 +0000 |
drewp |
quieter logging on patchObject calls
|
Thu, 26 Apr 2018 08:25:42 +0000 |
Drew Perttula |
version 0.5.0
|
Thu, 26 Apr 2018 08:24:27 +0000 |
Drew Perttula |
don't require receiverhost. we need to open a 2-way connection anyhow
|
Thu, 26 Apr 2018 07:50:56 +0000 |
Drew Perttula |
version 0.4.0
|
Thu, 26 Apr 2018 07:49:50 +0000 |
Drew Perttula |
add web server. remove more traces of light9
|
Thu, 26 Apr 2018 07:18:13 +0000 |
Drew Perttula |
give clientsession.py back to light9
|
Mon, 19 Feb 2018 10:29:01 +0000 |
Drew Perttula |
version 0.3.0
|
Mon, 19 Feb 2018 10:28:24 +0000 |
Drew Perttula |
switch to fabfile and simpler version bumper
|
Mon, 19 Feb 2018 09:58:56 +0000 |
Drew Perttula |
fix make logic
|
Mon, 19 Feb 2018 09:52:15 +0000 |
Drew Perttula |
version bumping
|
Mon, 19 Feb 2018 09:33:48 +0000 |
Drew Perttula |
version 11
|
Mon, 19 Feb 2018 09:33:33 +0000 |
Drew Perttula |
version 10
|
Mon, 19 Feb 2018 09:27:41 +0000 |
Drew Perttula |
version 9
|
Mon, 19 Feb 2018 09:24:51 +0000 |
Drew Perttula |
version
|
Mon, 19 Feb 2018 09:23:30 +0000 |
Drew Perttula |
version
|
Mon, 19 Feb 2018 09:22:49 +0000 |
Drew Perttula |
version
|
Sun, 18 Feb 2018 09:17:36 +0000 |
Drew Perttula |
no light9 package; rdfdb is now a toplevel name
|
Sun, 18 Feb 2018 08:06:43 +0000 |
Drew Perttula |
initial split from light9/
|