Go to file
noah metz 56f3cce415 Simplified lockable changes 2023-10-08 02:22:02 -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 Added StoppedSignal as stopped status(no db write happens after processing) and added helper functions to stop nodes. 2023-10-06 20:04:53 -06:00
go.mod Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
go.sum Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
gql.go Simplified changes 2023-10-07 23:08:18 -06:00
gql_node.go Moved ReqID out of SignalHeader and into ResponseHeader, added ResponseSignal interface for signals that are responses to others 2023-10-01 16:45:03 -06:00
gql_test.go Added 'changed' field to 'Process' 2023-10-07 23:00:07 -06:00
graph_test.go Ch-ch-ch-ch-changes 2023-08-31 22:31:29 -06:00
group.go Added 'changed' field to 'Process' 2023-10-07 23:00:07 -06:00
listener.go Added 'changed' field to 'Process' 2023-10-07 23:00:07 -06:00
lockable.go Simplified lockable changes 2023-10-08 02:22:02 -06:00
lockable_test.go Added 'changed' field to 'Process' 2023-10-07 23:00:07 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Simplified changes 2023-10-07 23:08:18 -06:00
node_test.go Added 'changed' field to 'Process' 2023-10-07 23:00:07 -06:00
policy.go Added default group policy 2023-10-03 21:18:06 -06:00
serialize.go Made fixes for group 2023-10-03 20:14:26 -06:00
serialize_test.go Added serialization for Tree and SerializedType. Changed policies to an array instead of a map 2023-09-20 19:14:28 -06:00
signal.go Added StoppedSignal as stopped status(no db write happens after processing) and added helper functions to stop nodes. 2023-10-06 20:04:53 -06:00