.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
|
Started adding back gql tests
|
2023-07-26 11:56:10 -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
|
Added default schema back without crashing
|
2023-07-26 20:26:41 -06:00 |
gql_interfaces.go
|
Added default schema back without crashing
|
2023-07-26 20:26:41 -06:00 |
gql_mutation.go
|
Re-added all files after rework, still need to add more complex tests
|
2023-07-26 15:52:40 -06:00 |
gql_query.go
|
Added default schema back without crashing
|
2023-07-26 20:26:41 -06:00 |
gql_resolvers.go
|
Changed NewNode to return a pointer and add the node to the context
|
2023-07-26 15:08:14 -06:00 |
gql_subscribe.go
|
Added default schema back without crashing
|
2023-07-26 20:26:41 -06:00 |
gql_test.go
|
Re-added all files after rework, still need to add more complex tests
|
2023-07-26 15:52:40 -06:00 |
gql_types.go
|
Added default schema back without crashing
|
2023-07-26 20:26:41 -06:00 |
graph_test.go
|
Changed NewNode to return a pointer and add the node to the context
|
2023-07-26 15:08:14 -06:00 |
lockable.go
|
Added RequirementOfPolicy and thread extension child loading
|
2023-07-26 15:40:33 -06:00 |
log.go
|
We do a little refactoring, hehe
|
2023-07-09 14:30:30 -06:00 |
node.go
|
Added RequirementOfPolicy and thread extension child loading
|
2023-07-26 15:40:33 -06:00 |
node_test.go
|
Changed NewNode to return a pointer and add the node to the context
|
2023-07-26 15:08:14 -06:00 |
policy.go
|
Added RequirementOfPolicy and thread extension child loading
|
2023-07-26 15:40:33 -06:00 |
signal.go
|
Changed NewNode to return a pointer and add the node to the context
|
2023-07-26 15:08:14 -06:00 |
thread.go
|
Added RequirementOfPolicy and thread extension child loading
|
2023-07-26 15:40:33 -06:00 |
user.go
|
Changed NewNode to return a pointer and add the node to the context
|
2023-07-26 15:08:14 -06:00 |