Go to file
noah metz 3d28c703db Removed event.go 2024-03-25 18:50:53 -06:00
cmd/graphiql Got node resolution working(I think), and save/load from DB 2024-03-10 15:41:13 -06:00
.gitignore Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
.gitmodules Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
Makefile Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
context.go Updated gql subscriptions to be send less messages 2024-03-25 18:49:52 -06:00
db.go Got node resolution working(I think), and save/load from DB 2024-03-10 15:41:13 -06:00
extension.go Fixed GQL issues, started docs 2024-03-21 14:13:54 -06:00
go.mod Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
go.sum Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
gql.go Updated gql subscriptions to be send less messages 2024-03-25 18:49:52 -06:00
gql_node.go Updated gql subscriptions to be send less messages 2024-03-25 18:49:52 -06:00
gql_test.go Updated gql subscriptions to be send less messages 2024-03-25 18:49:52 -06:00
graph_test.go Got node resolution working(I think), and save/load from DB 2024-03-10 15:41:13 -06:00
listener.go Enabled GQL tests and got them working to a bare minimum 2024-03-10 16:31:14 -06:00
lockable.go Got GQL subscriptions working for lockable_state 2024-03-23 03:23:00 -06:00
lockable_test.go Removed log lines, and fixed lock fail logic 2024-03-23 02:51:46 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
message.go Major cleanup 2024-03-04 17:30:42 -07:00
node.go Rewrote lockable.go 2024-03-23 02:21:27 -06:00
node_test.go Rewrote serialization 2024-03-08 00:22:51 -07:00
serialize.go Got node resolution working(I think), and save/load from DB 2024-03-10 15:41:13 -06:00
serialize_test.go Got node resolution working(I think), and save/load from DB 2024-03-10 15:41:13 -06:00
signal.go Updated gql subscriptions to be send less messages 2024-03-25 18:49:52 -06:00