Commit Graph

  • 5f5916010d Remove contents of h1 tag, and print random active game id to console noah metz 2023-06-16 02:20:54 -0600
  • ed5403b8ec Added empty else to GQLHandler websocket loop noah metz 2023-06-16 02:20:07 -0600
  • 7a1e11c1f2 Better logging for gqlws, and added test-site noah metz 2023-06-16 01:59:01 -0600
  • 9eb4d7f699 Added basic subscription(never updates data, only pings. Having issue with test-site since it continuously opens websockets without reporting an issue. noah metz 2023-06-16 01:46:15 -0600
  • 4d26ed73dd Updated GQL to have node interface and type, and resource to have owner property that returns this noah metz 2023-06-13 15:29:23 -0600
  • 4a6edade74 Fixed GQLVexQueryArenas noah metz 2023-06-13 14:23:33 -0600
  • d5954d2860 Updated GQL, fixed manager, and added queries/mutations noah metz 2023-06-13 14:10:59 -0600
  • 230f4a88eb Added control state and game state to Match graphql noah metz 2023-06-08 16:48:28 -0600
  • be2e227a1d Added updateEvent to event tree and tested cancelling the event over graphql noah metz 2023-06-08 16:41:51 -0600
  • fd144eea02 Added arena to gql noah metz 2023-06-08 00:36:16 -0600
  • 9e2ca6907a Added team and alliances to gql_vex.go noah metz 2023-06-08 00:19:55 -0600
  • 77eb76bc9c Added vex match as module for gql node noah metz 2023-06-07 23:01:06 -0600
  • a403ea82cb Moved gql node to own file noah metz 2023-06-07 22:46:42 -0600
  • 531676c5c3 Fixed bug and typo noah metz 2023-06-07 22:38:02 -0600
  • 592bf387f4 Moved gql types to functions noah metz 2023-06-07 22:30:06 -0600
  • a42104883c Moved from relay to custom handler with context for gql noah metz 2023-06-07 21:59:56 -0600
  • 34cc51d4c8 Added basic gql handler noah metz 2023-06-07 20:51:53 -0600
  • 8284c77cfe Added abort on syscall signals noah metz 2023-06-07 16:27:45 -0600
  • 75d0eb0396 Created GQL resource which will act as a graphql server for the attached node and all nodes under it noah metz 2023-06-07 00:36:40 -0600
  • 2d31daa916 Made cancel and abort handlers instead of abort being a special signal type noah metz 2023-06-06 23:04:49 -0600
  • 3605e3ee37 Added graphql library noah metz 2023-06-06 20:01:15 -0600
  • 7e8045ce39 Renamd Resource.Connect to Resource.Init noah metz 2023-06-06 16:53:33 -0600
  • bfd295b3db Memory and CPU profiling noah metz 2023-06-04 17:23:49 -0600
  • cdc682f844 mend noah metz 2023-06-04 14:15:26 -0600
  • a34df43d35 Updated main.go to have 2 divisions in an event, and fixed event.go to check child.Parent() instead of event.Parent() noah metz 2023-06-04 14:15:01 -0600
  • 00abdc8b1c Moved logging to a global object that's initialized on first log call noah metz 2023-06-04 13:18:10 -0600
  • 0f92de1619 Moved wait action to a closure generator instead of using a non-pointer closure that didn't pickup any event changes noah metz 2023-06-03 23:49:25 -0600
  • debeed7091 Updated fake client so that it runs the fake event in main.go noah metz 2023-06-03 21:27:20 -0600
  • 08eb543af0 Fixed tests noah metz 2023-06-03 18:56:14 -0600
  • 9342169281 Removed extra handlers from event.go and renamed arena_connected to resource_connected noah metz 2023-06-03 10:59:42 -0600
  • 301dbb6b94 Added Trace to signal so that nodes can discard based on direction noah metz 2023-06-03 02:45:16 -0600
  • a43310daad Updated go.mod noah metz 2023-06-03 02:08:40 -0600
  • 3f7d452954 Added WaitForValue test function noah metz 2023-06-03 02:07:16 -0600
  • f6a36f9028 Added call to resource update in arena update noah metz 2023-06-03 01:54:14 -0600
  • f838f53dda Basic vex Match noah metz 2023-06-03 01:38:35 -0600
  • 0085a71142 Updated manager_test.go to run faster noah metz 2023-06-02 17:39:28 -0600
  • 02aa464af2 Removed extra update send in unlock noah metz 2023-06-02 17:34:35 -0600
  • b5db5f53b5 fix noah metz 2023-06-02 17:33:10 -0600
  • c467e267ed Removed trace log statements for locking. Need to add configurable log levels and categories to make debugging/developing better. noah metz 2023-06-02 17:32:40 -0600
  • 100a5f8f2e Moved class methods to package methods. Updated graph once again noah metz 2023-06-02 17:31:29 -0600
  • 55d977e9b8 Updated listener to have explicit unregister. Cleanup of initializers. More stuff I don't remember. noah metz 2023-06-01 22:42:47 -0600
  • d7b13de82f Updated tests and fixed updates before/after locking/unlocking noah metz 2023-06-01 13:48:38 -0600
  • 990b93757f Added virtual arena that responds to signals on a channel, cleaned up log messages, and fixed update() hierarchy noah metz 2023-06-01 13:11:32 -0600
  • 26a2a63d83 Removed graphql dependency noah metz 2023-05-31 00:37:51 -0600
  • b7365f7dfb Made event part of the closure and created first step of match noah metz 2023-05-30 21:50:59 -0600
  • 62dbe54e81 Cleaned up Event to make new structures easier, added vex Match and tests noah metz 2023-05-30 20:45:16 -0600
  • 07097bfd9d Unlock required resources on event unlock noah metz 2023-05-30 00:00:14 -0600
  • f6834c9201 Added basic event queue machine noah metz 2023-05-29 23:54:52 -0600
  • 0c3193162c renamed graph_test.go to manager_test.go noah metz 2023-05-29 19:20:45 -0600
  • 11bf1e5344 Split to seperate files and removed FSM libary to prepare for embedded callback mechanism noah metz 2023-05-29 19:17:52 -0600
  • 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. noah metz 2023-05-08 21:42:33 -0600
  • 272022629b Added TestAddEvent test noah metz 2023-04-08 16:59:36 -0600
  • 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. noah metz 2023-04-08 16:51:34 -0600
  • d4da75d6a1 Removed comment noah metz 2023-04-08 15:52:06 -0600
  • 3e5b52884f Added update to lock/unlock for resource noah metz 2023-04-08 15:51:42 -0600
  • 2b562abe01 Added naive locking/unlocking. Want to verify if it's possible to get into a deadlock with current implementation. noah metz 2023-04-08 15:47:51 -0600
  • e4366c5bf2 Added 3rd tier to TestResourceUpdate noah metz 2023-04-08 15:26:04 -0600
  • 07c78387d8 Added tests for graph.go noah metz 2023-04-08 15:23:40 -0600
  • 18cb18f6a7 Added .gitignore and Makefile noah metz 2023-04-08 14:09:25 -0600
  • ca71fd3061 Initial commit of event manager datastructures with some fake vex data. noah metz 2023-04-08 13:58:47 -0600