noah metz
|
753a5ed358
|
Changed resources needed by an event from a slice to a map
|
2023-06-21 12:26:22 -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
|
b630c015df
|
update
|
2023-06-20 16:22:22 -06:00 |
noah metz
|
2122362891
|
Resources initialize on creation instead of explicitly
|
2023-06-20 16:09:17 -06:00 |
noah metz
|
9980be7c86
|
Removed EventMangar
|
2023-06-20 15:48:17 -06:00 |
noah metz
|
30b539ad74
|
Renamed update to PropagateUpdate
|
2023-06-18 19:14:07 -06:00 |
noah metz
|
c70e4a4f32
|
Un-exported event and resource fields
|
2023-06-18 19:08:33 -06:00 |
noah metz
|
ca038062a7
|
Exported event and resource fields
|
2023-06-18 19:04:21 -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
|
a403ea82cb
|
Moved gql node to own file
|
2023-06-07 22:46:42 -06:00 |
noah metz
|
531676c5c3
|
Fixed bug and typo
|
2023-06-07 22:38:02 -06:00 |
noah metz
|
592bf387f4
|
Moved gql types to functions
|
2023-06-07 22:30:06 -06:00 |
noah metz
|
a42104883c
|
Moved from relay to custom handler with context for gql
|
2023-06-07 21:59:56 -06:00 |
noah metz
|
34cc51d4c8
|
Added basic gql handler
|
2023-06-07 20:51:53 -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
|
7e8045ce39
|
Renamd Resource.Connect to Resource.Init
|
2023-06-06 16:53:33 -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
|
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
|
02aa464af2
|
Removed extra update send in unlock
|
2023-06-02 17:34:35 -06:00 |
noah metz
|
b5db5f53b5
|
fix
|
2023-06-02 17:33:10 -06:00 |
noah metz
|
c467e267ed
|
Removed trace log statements for locking. Need to add configurable log levels and categories to make debugging/developing better.
|
2023-06-02 17:32:40 -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
|
d7b13de82f
|
Updated tests and fixed updates before/after locking/unlocking
|
2023-06-01 13:48:38 -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 |