noah pushed to master at MetzNet/graphvent
-
11e7df2bde Changed from a static channel queue to a dynamic queue for nodes
noah pushed to master at MetzNet/graphvent
-
3eee736f97 Moved SendMsg and RecvMsg to one object
noah pushed to master at MetzNet/graphvent
-
7e157068d7 Removed database update every signal process(need to find a replacement still), updated graphiql cmd, and made lockable more efficient at high numbers of requirements
noah pushed to master at MetzNet/graphvent
-
b2d84b2453 Moved db from badger to an interface
noah pushed to master at MetzNet/graphvent
-
66d5e3f260 Changed serialization to not allocate any memory, expects to be passed enough memory to serialize the type
noah pushed to master at MetzNet/graphvent
-
1eff534e1a Fixes and optimizations
noah pushed to master at MetzNet/graphvent
-
a4115a4f99 Updated gql subscriptions to be send less messages
noah pushed to master at MetzNet/graphvent
-
ab76f09923 Got GQL subscriptions working for lockable_state
noah pushed to master at MetzNet/graphvent
-
6850031e80 Removed log lines, and fixed lock fail logic
noah pushed to master at MetzNet/graphvent
-
0b93c90aa9 Removed uneeded lockable field
noah pushed to master at MetzNet/graphvent
-
2db4655670 Rewrote lockable.go
noah pushed to master at MetzNet/graphvent
-
d7b07df798 Reorganized to cleanup
noah pushed to master at MetzNet/graphvent
-
0bced58fd1 Fixed GQL issues, started docs
noah pushed to master at MetzNet/graphvent
-
c0407b094c Enabled GQL tests and got them working to a bare minimum
noah pushed to master at MetzNet/graphvent
-
c591fa5ace Got node resolution working(I think), and save/load from DB
-
f8dad12fdb Got some basic node resolving working
-
eef8451566 Basic gql functionality, need to work on resolving nodeIDs by sending/waiting for read signals
-
7e143c9d93 Added graphiql command, fixed map GQL naming, and made serialization interface use generics
-
7314c74087 Rewrote serialization
- Compare 8 commits »
noah pushed to gql_cataclysm at MetzNet/graphvent
-
c591fa5ace Got node resolution working(I think), and save/load from DB
noah pushed to gql_cataclysm at MetzNet/graphvent
-
f8dad12fdb Got some basic node resolving working