noah metz
|
c34d717b52
|
Cleaned up initialization
|
2023-07-27 11:33:11 -06:00 |
noah metz
|
70baca9e9c
|
Added some policies back, and changed the policy check to pass errors instead of booleans
|
2023-07-27 09:32:33 -06:00 |
noah metz
|
186123ce01
|
Added SimpleListenerNode to test suite
|
2023-07-27 00:30:24 -06:00 |
noah metz
|
d2f3daf5a6
|
Changed NewNode to return a pointer and add the node to the context
|
2023-07-26 15:08:14 -06:00 |
noah metz
|
ff813d6c2b
|
Moved from inheritance to extensions
|
2023-07-25 21:43:15 -06:00 |
noah metz
|
dfa420757b
|
Moved status signals to StatusSignal type with status string as type, so they can be ACLd
|
2023-07-23 21:14:15 -06:00 |
noah metz
|
8fb0cbc982
|
Reworked use/update to require a read/write context be initialized before starting, still need to figure out if brittle locking is the solution to potential deadlock, and implement if so
|
2023-07-23 17:57:47 -06:00 |
noah metz
|
e347a3f232
|
start maniacal rewrite, main goal is to combine node and lockable to remove any sync mutex deadlocks. Another goal is to make read contexts get copies of the state to ensure they don't modify and no lock is required to ensure no value changes, and write contexts use the lockable locks instead of mutex
|
2023-07-22 20:21:17 -06:00 |
noah metz
|
4dc42a813e
|
GQLUser improvement
|
2023-07-20 00:24:22 -06:00 |
noah metz
|
374fd6e487
|
Changed NodeID from string to UUID, filled in more auth
|
2023-07-19 20:03:13 -06:00 |
noah metz
|
e12d02eb3f
|
Cleaned up GQL context
|
2023-07-10 21:15:01 -06:00 |
noah metz
|
5c416a4a3f
|
We do a little refactoring, hehe
|
2023-07-09 14:30:30 -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
|
1c6983ff4a
|
Exposed load function maps in graph context constructor
|
2023-07-02 09:34:36 -06:00 |
noah metz
|
b7a7d509e6
|
Exposed gql context initialization
|
2023-07-01 13:41:38 -06:00 |
noah metz
|
b66fad2c8e
|
Fixed update path and added more tests
|
2023-06-24 19:48:59 -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
|
753a5ed358
|
Changed resources needed by an event from a slice to a map
|
2023-06-21 12:26:22 -06:00 |
noah metz
|
9103b01990
|
Removed fmt.Printf from graph_test.go
|
2023-06-21 10:48:08 -06:00 |
noah metz
|
e0b0cc7712
|
Moved manager_test.go to graph_test.go
|
2023-06-21 10:47:00 -06:00 |
noah metz
|
0c3193162c
|
renamed graph_test.go to manager_test.go
|
2023-05-29 19:20:45 -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
|
272022629b
|
Added TestAddEvent test
|
2023-04-08 16:59:36 -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
|
d4da75d6a1
|
Removed comment
|
2023-04-08 15:52:06 -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
|
e4366c5bf2
|
Added 3rd tier to TestResourceUpdate
|
2023-04-08 15:26:04 -06:00 |
noah metz
|
07c78387d8
|
Added tests for graph.go
|
2023-04-08 15:23:40 -06:00 |