Go to file
noah metz e5776e0a14 Updated 100 test to 1000 2024-03-03 16:38:40 -07: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
acl.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
acl_test.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
context.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
event.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
event_test.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
extension.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
go.mod Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
go.sum Reworked serialization to split type/value serilization/deserialization 2023-10-29 18:26:14 -06:00
gql.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
gql_node.go Added more signal string representations, and fixed event/gql bugs 2023-11-01 19:32:36 -06:00
gql_signal.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
gql_test.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
graph_test.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
group.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
group_test.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
listener.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
lockable.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
lockable_test.go Updated 100 test to 1000 2024-03-03 16:38:40 -07:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
message.go Changed to linked list for serialization 2023-10-30 01:25:18 -06:00
node.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
node_test.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00
policy.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
serialize.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
serialize_test.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
signal.go More cleanup, moved initialization to interface instead of signals 2024-03-03 16:37:03 -07:00