Commit Graph

41 Commits (765bc15846745fc275c7a75f2dc82a200d0f0dd2)

Author SHA1 Message Date
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
noah metz 2d31daa916 Made cancel and abort handlers instead of abort being a special signal type 2023-06-06 23:04:49 -06:00
noah metz 3605e3ee37 Added graphql library 2023-06-06 20:01:44 -06:00
noah metz bfd295b3db Memory and CPU profiling 2023-06-04 17:23:49 -06:00
noah metz 00abdc8b1c Moved logging to a global object that's initialized on first log call 2023-06-04 13:18:10 -06:00
noah metz debeed7091 Updated fake client so that it runs the fake event in main.go 2023-06-03 21:27:20 -06:00
noah metz 08eb543af0 Fixed tests 2023-06-03 18:56:14 -06:00
noah metz 301dbb6b94 Added Trace to signal so that nodes can discard based on direction 2023-06-03 02:45:16 -06:00
noah metz f838f53dda Basic vex Match 2023-06-03 01:38:35 -06:00
noah metz 100a5f8f2e Moved class methods to package methods. Updated graph once again 2023-06-02 17:31:29 -06:00
noah metz 55d977e9b8 Updated listener to have explicit unregister. Cleanup of initializers. More stuff I don't remember. 2023-06-01 22:42:47 -06:00
noah metz 990b93757f Added virtual arena that responds to signals on a channel, cleaned up log messages, and fixed update() hierarchy 2023-06-01 13:11:32 -06:00
noah metz 26a2a63d83 Removed graphql dependency 2023-05-31 00:37:51 -06:00
noah metz 11bf1e5344 Split to seperate files and removed FSM libary to prepare for embedded callback mechanism 2023-05-29 19:17:52 -06:00
noah metz c06ff16fc9 Added EventQueue and added child_event_type that defines the required type of child_info. Look at how to make this not take up memory in each struct. 2023-05-08 21:42:33 -06:00
noah metz 81b3ab65bf Added constructor for EventManger that requires a single event with no children and a list of Resources ordered by dependency. Updated main and tests to match. 2023-04-08 16:51:34 -06:00
noah metz 3e5b52884f Added update to lock/unlock for resource 2023-04-08 15:51:42 -06:00
noah metz 2b562abe01 Added naive locking/unlocking. Want to verify if it's possible to get into a deadlock with current implementation. 2023-04-08 15:47:51 -06:00
noah metz 07c78387d8 Added tests for graph.go 2023-04-08 15:23:40 -06:00
noah metz ca71fd3061 Initial commit of event manager datastructures with some fake vex data. 2023-04-08 13:58:47 -06:00