775853cef8
Started worker instruction handling via Execute() method
Phillip Michelsen2025-09-23 02:08:03 +08:00
740d9e3af6
Moved Manager API interfaces to consumers; Changed session logic to allow a for a 0 idle timeout session
Phillip Michelsen2025-09-23 01:48:07 +08:00
6ad3deb5fc
Refactor stream management: rename stream methods to use 'Client' prefix for clarity and update related logic in gRPC and manager files
Phillip Michelsen2025-08-21 12:53:20 +00:00
2484a33945
Refactor identifier handling: replace Provider and Subject fields with a single Key field in Identifier struct, update related message structures, and adjust parsing logic
Phillip Michelsen2025-08-17 06:16:49 +00:00
ef4a28fb29
Update Dockerfile and main.go: upgrade Go version, optimize build stages, and adjust binary output path
Phillip Michelsen2025-08-09 15:17:51 +00:00
dec67f2565
Refactor socket streaming server: improve connection handling, switch to protobuf for message encoding, and optimize write operations
Phillip Michelsen2025-08-09 14:45:05 +00:00
d1369643d2
Update Message structure: change Payload type to bytes and add Encoding field
Phillip Michelsen2025-08-09 13:45:45 +00:00
f4333fc30a
Update dependencies in go.mod and go.sum; refactor gRPC server initialization in main.go
Phillip Michelsen
2025-08-04 19:43:46 +07:00
5be0d4db06
Add Dockerfile and Makefile for building and generating Protobuf code
Phillip Michelsen2025-06-27 18:36:51 +08:00
b9cd25e9b4
Major update to the data service. Added gRPC and socket servers. Switched to using only a single go.mod at the root.
Phillip Michelsen2025-06-27 18:24:10 +08:00
b017291a5a
Add Manager and Provider structures with streaming capabilities
Phillip Michelsen
2025-06-13 16:09:35 +07:00
c6986c2828
Project scaffold and general layout. Monorepo.
Phillip Michelsen
2025-04-28 05:05:30 +08:00
a982a02104
Configure SAST in .gitlab-ci.yml, creating this file if it does not already exist
Phillip Michelsen
2025-04-25 18:43:35 +00:00