.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
|
Think I got the interface registering figured out, need to test it out with self-referrential fields(list and single) from LockableExt
|
2023-07-29 19:16:33 -06:00 |
ecdh.go
|
Renamed signals and added ErrorSignal
|
2023-07-30 23:42:47 -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 logging to gql process
|
2023-07-31 16:32:57 -06:00 |
gql_interfaces.go
|
Did most of the work to move node interface creation to GQLExtContext
|
2023-07-29 18:27:52 -06:00 |
gql_mutation.go
|
Renamed GQL functions to remove GQL
|
2023-07-29 11:03:41 -06:00 |
gql_query.go
|
Think I got the interface registering figured out, need to test it out with self-referrential fields(list and single) from LockableExt
|
2023-07-29 19:16:33 -06:00 |
gql_resolvers.go
|
Think I got the interface registering figured out, need to test it out with self-referrential fields(list and single) from LockableExt
|
2023-07-29 19:16:33 -06:00 |
gql_subscribe.go
|
Did most of the work to move node interface creation to GQLExtContext
|
2023-07-29 18:27:52 -06:00 |
gql_test.go
|
Added start signal, and used it to restore gql server if was previously running
|
2023-07-31 16:25:18 -06:00 |
gql_types.go
|
Did most of the work to move node interface creation to GQLExtContext
|
2023-07-29 18:27:52 -06:00 |
graph_test.go
|
Moved test 'WaitForX' functions to a generic function in signal.go that can be used to wait for arbitrary signals
|
2023-07-28 19:32:27 -06:00 |
lockable.go
|
Changed lockable responses to errors
|
2023-07-30 23:52:33 -06:00 |
lockable_test.go
|
Renamed signals and added ErrorSignal
|
2023-07-30 23:42:47 -06:00 |
log.go
|
We do a little refactoring, hehe
|
2023-07-09 14:30:30 -06:00 |
node.go
|
Write node to DB every signal
|
2023-07-31 16:37:32 -06:00 |
node_test.go
|
Renamed signals and added ErrorSignal
|
2023-07-30 23:42:47 -06:00 |
policy.go
|
Added basic test for read result with ACL
|
2023-07-28 11:59:01 -06:00 |
signal.go
|
Added start signal, and used it to restore gql server if was previously running
|
2023-07-31 16:25:18 -06:00 |
user.go
|
Moved ecdh to it's own extension
|
2023-07-29 00:28:44 -06:00 |