Commit Graph

69 Commits (a23dfd2b8187e554a0e41c7302acd5cffb65a73f)

Author SHA1 Message Date
noah metz 9485ef9772 Added self subscription 2023-07-03 18:58:15 -06:00
noah metz 34f8a9f009 Fixed typo in thread loading that resulted in the parent being loaded as an owner instead 2023-07-03 13:14:48 -06:00
noah metz c9d9b9ac03 Update a bunch of stuff 2023-07-02 12:14:04 -06:00
noah metz 1c6983ff4a Exposed load function maps in graph context constructor 2023-07-02 09:34:36 -06:00
noah metz 97c1405e3c Fixed paramter order of GQLContext init 2023-07-01 13:47:12 -06:00
noah metz b7a7d509e6 Exposed gql context initialization 2023-07-01 13:41:38 -06:00
noah metz d2b32bac5e Moved GQL context information out of node runtime state and into context 2023-07-01 13:03:28 -06:00
noah metz 04771b7816 Added BaseLockable and BaseThread nested saving/loading 2023-06-30 13:25:35 -06:00
noah metz 84a700909d Updated intances of state updating to use new API 2023-06-28 23:51:44 -06:00
noah metz e862f9e49c Add UseMoreStates and UpdateMoreStates that should only be called from eachother 2023-06-28 21:49:23 -06:00
noah metz a696213e38 Rework locking to hold all locks before changing any state 2023-06-28 00:48:49 -06:00
noah metz 94ef8ca3d0 Add ReadDBStateCopy 2023-06-26 23:03:11 -06:00
noah metz b145148471 Added Logj 2023-06-26 22:39:24 -06:00
noah metz 583e1957c1 Export BaseSignal fields 2023-06-26 22:30:02 -06:00
noah metz 10bd1ee823 Change BaseSignal.String() to use json.Marshal 2023-06-26 22:06:09 -06:00
noah metz dc7f742f32 Updated to make it easier to create modules 2023-06-26 01:16:44 -06:00
noah metz a185cc3dfc Added base GQLThread 2023-06-25 20:20:59 -06:00
noah metz 1598e2939a Cleaned up initializers 2023-06-25 13:39:00 -06:00
noah metz b66fad2c8e Fixed update path and added more tests 2023-06-24 19:48:59 -06:00
noah metz b31de3418b Added thread_test.go 2023-06-23 21:21:14 -06:00
noah metz 30971f00bd Renamed resource to lockable and event to thread 2023-06-23 20:56:09 -06:00
noah metz 2de5276ecc Rework of graph.go and resource.go for state 2023-06-23 10:10:25 -06:00
noah metz 5cd741b42e intermediary 2023-06-22 15:50:42 -06:00
noah metz adcd079156 Added first pass of hierarchical locking 2023-06-20 22:36:18 -06:00
noah metz 41f28a2017 Made logging configurable 2023-06-20 16:35:16 -06:00
noah metz ff0f54ee88 Enable event logging 2023-06-20 16:17:28 -06:00
noah metz 32434e7dfe Less logging 2023-06-19 16:47:32 -06:00
noah metz 9fd8117169 update logging 2023-06-19 16:39:36 -06:00
noah metz 765bc15846 Updated logging 2023-06-19 16:32:44 -06:00
noah metz dcb3184e4e Change logging 2023-06-19 15:50:48 -06:00
noah metz de93d05289 Reduced logging 2023-06-19 15:47:40 -06:00
noah metz db4cec8f13 Added NewBaseSignal 2023-06-19 15:03:17 -06:00
noah metz 1f19bdd9c1 Enable all log components 2023-06-18 21:59:18 -06:00
noah metz 3e983cfece Changed to SignalChannel 2023-06-18 19:18:11 -06:00
noah metz d8318a0a85 Added GetUpdate method to GraphNode 2023-06-18 19:16:11 -06:00
noah metz 30b539ad74 Renamed update to PropagateUpdate 2023-06-18 19:14:07 -06:00
noah metz 4f7d172731 Added Update method to GraphNode 2023-06-18 19:11:10 -06:00
noah metz 01cd32e70d Exported logger fields 2023-06-18 18:54:06 -06:00
noah metz 8b4b9b9ba0 removed test log facility 2023-06-18 18:52:29 -06:00
noah metz 52f77cc186 Pass log types to logger on creation 2023-06-18 18:50:34 -06:00
noah metz d2e3163806 Fixed package name 2023-06-18 18:33:17 -06:00
noah metz 8b7eb57673 Removed vex files and changed package name 2023-06-18 18:26:13 -06:00
noah metz 66e6c4263c Refactored GraphSignal to remove pointers and updated update path 2023-06-18 18:11:59 -06:00
noah metz 23fbdc74a0 fix 2023-06-16 19:19:05 -06:00
noah metz 76cea43d9b Made subscription a bit more robust 2023-06-16 17:20:16 -06:00
noah metz bfcf06b190 Added basic ws subscription 2023-06-16 16:53:29 -06:00
noah metz 9eb4d7f699 Added basic subscription(never updates data, only pings. Having issue with test-site since it continuously opens websockets without reporting an issue. 2023-06-16 01:46:15 -06:00
noah metz d5954d2860 Updated GQL, fixed manager, and added queries/mutations 2023-06-13 14:10:59 -06:00
noah metz be2e227a1d Added updateEvent to event tree and tested cancelling the event over graphql 2023-06-08 16:41:51 -06:00
noah metz 75d0eb0396 Created GQL resource which will act as a graphql server for the attached node and all nodes under it 2023-06-07 00:36:40 -06:00