Joseph Doherty
35e4442c7b
Build fake worker test harness
2026-04-26 18:20:45 -04:00
dohertj2
ed1018c3bb
Merge pull request #76 from agent-1/issue-17-implement-dashboard-authentication
...
Issue #17 : implement dashboard authentication
2026-04-26 18:18:43 -04:00
Joseph Doherty
2e4ba11a9f
Merge remote-tracking branch 'origin/main' into agent-1/issue-17-implement-dashboard-authentication
2026-04-26 18:15:38 -04:00
Joseph Doherty
ff86b3f0b0
Implement dashboard authentication
2026-04-26 18:15:22 -04:00
dohertj2
653f17c669
Merge pull request #75 from agent-2/issue-26-implement-register-and-unregister
...
Issue #26 : implement Register and Unregister
2026-04-26 18:13:41 -04:00
Joseph Doherty
556c3bfa83
Implement worker register and unregister
2026-04-26 18:08:45 -04:00
dohertj2
9b3637257c
Merge pull request #74 from agent-3/issue-14-implement-event-streaming-and-backpressure
...
Issue #14 : implement event streaming and backpressure
2026-04-26 18:03:32 -04:00
Joseph Doherty
77eac95f33
Issue #14 : implement event streaming and backpressure
2026-04-26 17:59:37 -04:00
dohertj2
015fa1f50d
Merge pull request #73 from agent-1/issue-15-implement-dashboard-snapshot-service
...
Issue #15 : implement dashboard snapshot service
2026-04-26 17:56:01 -04:00
dohertj2
dede407304
Merge pull request #72 from agent-2/issue-25-implement-sta-command-dispatcher
...
Issue #25 : implement STA command dispatcher
2026-04-26 17:53:32 -04:00
Joseph Doherty
0d96963c99
Merge remote-tracking branch 'origin/main' into agent-1/issue-15-implement-dashboard-snapshot-service
2026-04-26 17:52:58 -04:00
Joseph Doherty
3661420f0a
Issue #15 : implement dashboard snapshot service
2026-04-26 17:49:59 -04:00
Joseph Doherty
14419853c7
Issue #25 : implement sta command dispatcher
2026-04-26 17:49:01 -04:00
dohertj2
a20517f5ad
Merge pull request #71 from agent-3/issue-13-implement-public-grpc-service
...
Issue #13 : implement public grpc service
2026-04-26 17:48:35 -04:00
dohertj2
626e7762d9
Merge PR #70 : Issue #31 implement MXSTATUS_PROXY and HRESULT conversion
...
Verified after merging current main with dotnet build src\\MxGateway.sln, dotnet test src\\MxGateway.Worker.Tests\\MxGateway.Worker.Tests.csproj -p:Platform=x86, and dotnet test src\\MxGateway.sln --no-build.
2026-04-26 17:43:08 -04:00
Joseph Doherty
8d6d3f6188
Issue #13 : implement public grpc service
2026-04-26 17:42:46 -04:00
Joseph Doherty
276288ad87
Merge remote-tracking branch 'origin/main' into agent-2/issue-31-implement-mxstatus-proxy-and-hresult-conversion
2026-04-26 17:39:48 -04:00
dohertj2
76bd3de5a2
Merge PR #69 : Issue #24 create MXAccess COM object on STA
...
Verified with dotnet build src\\MxGateway.sln, dotnet test src\\MxGateway.Worker.Tests\\MxGateway.Worker.Tests.csproj -p:Platform=x86, and dotnet test src\\MxGateway.sln --no-build.
2026-04-26 17:39:04 -04:00
Joseph Doherty
29455fc1f6
Issue #31 : implement mxstatus proxy and hresult conversion
2026-04-26 17:35:30 -04:00
dohertj2
5511609880
Merge PR #68 : Issue #12 implement session manager and registry
...
Verified with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln.
2026-04-26 17:34:19 -04:00
Joseph Doherty
451dccf7e3
Issue #24 : create mxaccess com object on sta
2026-04-26 17:34:12 -04:00
dohertj2
cde9c89386
Merge PR #67 : Issue #30 implement value conversion
...
Verified with dotnet build src\\MxGateway.sln, dotnet test src\\MxGateway.Worker.Tests\\MxGateway.Worker.Tests.csproj -p:Platform=x86, and dotnet test src\\MxGateway.sln --no-build.
2026-04-26 17:30:19 -04:00
Joseph Doherty
d496f1fd75
Issue #12 : implement session manager and registry
2026-04-26 17:29:47 -04:00
Joseph Doherty
6559672fc1
Issue #30 : implement value conversion
2026-04-26 17:26:36 -04:00
dohertj2
97c30b9d00
Merge PR #66 : Issue #23 implement STA runtime and message pump
...
Verified with dotnet build src\\MxGateway.sln, dotnet test src\\MxGateway.Worker.Tests\\MxGateway.Worker.Tests.csproj -p:Platform=x86, and dotnet test src\\MxGateway.sln --no-build.
2026-04-26 17:23:02 -04:00
dohertj2
603aff7004
Merge PR #65 : Issue #22 implement pipe client and frame protocol
...
Verified with dotnet build src\\MxGateway.sln, dotnet test src\\MxGateway.Worker.Tests\\MxGateway.Worker.Tests.csproj -p:Platform=x86, and dotnet test src\\MxGateway.sln --no-build.
2026-04-26 17:20:28 -04:00
Joseph Doherty
e81682e367
Issue #23 : implement sta runtime and message pump
2026-04-26 17:19:00 -04:00
Joseph Doherty
d5a982152b
Issue #22 : implement pipe client and frame protocol
2026-04-26 17:16:49 -04:00
dohertj2
0b0be7098e
Merge PR #64 : Issue #11 implement gateway WorkerClient
...
Verified with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln.
2026-04-26 17:14:03 -04:00
Joseph Doherty
fce9e99553
Issue #11 : implement gateway workerclient
2026-04-26 17:09:51 -04:00
dohertj2
c8fb3e91a3
Merge PR #63 : Issue #8 add gRPC authentication and scope authorization
...
Verified with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln.
2026-04-26 17:06:23 -04:00
dohertj2
8ce327e6f4
Merge PR #62 : Issue #7 implement local api key admin cli
...
Verified with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln.
2026-04-26 17:02:09 -04:00
Joseph Doherty
fad0ac9948
Issue #8 : add grpc authentication and scope authorization
2026-04-26 17:01:59 -04:00
dohertj2
9cb2f1c5cd
Merge PR #61 : Issue #21 implement worker bootstrap and options
...
Verified with dotnet build src\\MxGateway.sln, dotnet test src\\MxGateway.Worker.Tests\\MxGateway.Worker.Tests.csproj -p:Platform=x86, and dotnet test src\\MxGateway.sln --no-build.
2026-04-26 16:56:52 -04:00
Joseph Doherty
da9ffe0e11
Issue #7 : implement local api key admin cli
2026-04-26 16:56:12 -04:00
Joseph Doherty
0af1427859
Issue #21 : implement worker bootstrap and options
2026-04-26 16:53:06 -04:00
dohertj2
e2b4dfcb32
Merge PR #60 : Issue #10 implement worker process launcher
...
Verified with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln --no-build.
2026-04-26 16:50:00 -04:00
dohertj2
3b3e41acf4
Merge PR #59 : Issue #6 implement API key hashing and verification
...
Verified with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln.
2026-04-26 16:46:06 -04:00
Joseph Doherty
c1188c6957
Issue #10 : implement worker process launcher
2026-04-26 16:45:42 -04:00
dohertj2
4094e64ee0
Merge PR #58 : Issue #20 scaffold worker project
...
Verified with dotnet build src\\MxGateway.sln, dotnet test src\\MxGateway.Worker.Tests\\MxGateway.Worker.Tests.csproj -p:Platform=x86, and dotnet test src\\MxGateway.sln --no-build.
2026-04-26 16:41:34 -04:00
Joseph Doherty
696be17139
Issue #6 : implement api key hashing and verification
2026-04-26 16:40:46 -04:00
Joseph Doherty
b42c3c8b3b
Issue #20 : scaffold worker project
2026-04-26 16:37:23 -04:00
dohertj2
420a813967
Merge PR #56 : Issue #5 implement SQLite auth store and migrations
...
Verified with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln.
2026-04-26 16:34:28 -04:00
Joseph Doherty
ec1155de6d
Issue #5 : implement sqlite auth store and migrations
2026-04-26 16:29:38 -04:00
dohertj2
0c539834dc
Merge PR #55 : Issue #9 implement worker frame protocol
...
Verified with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln.
2026-04-26 16:24:38 -04:00
Joseph Doherty
a5098e6815
Issue #9 : implement worker frame protocol
2026-04-26 16:20:59 -04:00
dohertj2
41ddd122a6
Merge PR #53 : Issue #4 add structured logging and metrics foundation
...
Verified after merging origin/main and resolving startup/test conflicts with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln.
2026-04-26 16:19:24 -04:00
Joseph Doherty
a25f09e795
Merge remote-tracking branch 'origin/main' into agent-3/issue-4-add-structured-logging-and-metrics-foundation
...
# Conflicts:
# src/MxGateway.Server/GatewayApplication.cs
# src/MxGateway.Tests/Gateway/GatewayApplicationTests.cs
2026-04-26 16:17:22 -04:00
dohertj2
37da9d8f44
Merge PR #54 : Issue #3 add gateway configuration and validation
...
Verified after merging origin/main with dotnet build src\\MxGateway.sln and dotnet test src\\MxGateway.sln.
2026-04-26 16:17:20 -04:00
Joseph Doherty
a19af5f7cb
Merge remote-tracking branch 'origin/main' into agent-2/issue-3-add-gateway-configuration-and-validation
2026-04-26 16:14:23 -04:00