Go to file
noah metz 201ee7234b Remove policies read requirement to signal 2023-07-24 01:48:03 -06:00
.gitignore Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
context.go Added DependencyPolicy 2023-07-24 01:12:30 -06:00
go.mod Add UseMoreStates and UpdateMoreStates that should only be called from eachother 2023-06-28 21:49:23 -06:00
go.sum intermediary 2023-06-22 15:50:42 -06:00
gql.go Attempt to fix DependencyPolicy 2023-07-24 01:41:47 -06:00
gql_interfaces.go Removed types from context 2023-07-21 18:18:26 -06:00
gql_mutation.go Attempt to fix DependencyPolicy 2023-07-24 01:41:47 -06:00
gql_query.go Moved status signals to StatusSignal type with status string as type, so they can be ACLd 2023-07-23 21:14:15 -06:00
gql_resolvers.go Added ExtractList to extract list of type from ResolveParams 2023-07-23 20:27:37 -06:00
gql_subscribe.go First pass of gql read permission 2023-07-21 19:16:30 -06:00
gql_test.go Attempt to fix DependencyPolicy 2023-07-24 01:41:47 -06:00
gql_types.go start maniacal rewrite, main goal is to combine node and lockable to remove any sync mutex deadlocks. Another goal is to make read contexts get copies of the state to ensure they don't modify and no lock is required to ensure no value changes, and write contexts use the lockable locks instead of mutex 2023-07-22 20:21:17 -06:00
graph_test.go Moved status signals to StatusSignal type with status string as type, so they can be ACLd 2023-07-23 21:14:15 -06:00
lockable.go Attempt to fix DependencyPolicy 2023-07-24 01:41:47 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Remove policies read requirement to signal 2023-07-24 01:48:03 -06:00
policy.go Attempt to fix DependencyPolicy 2023-07-24 01:41:47 -06:00
signal.go Moved status signals to StatusSignal type with status string as type, so they can be ACLd 2023-07-23 21:14:15 -06:00
thread.go Attempt to fix DependencyPolicy 2023-07-24 01:41:47 -06:00
user.go Added SimplePolicy 2023-07-21 13:33:04 -06:00