1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-09 05:29:16 +00:00
Commit graph

33 commits

Author SHA1 Message Date
postmannen
2fb43591ce updated readme
removed example for no longer existing relay messages
cleaned up comments
Removed some remaings after REQToFileNACK
Implemented env variables for all flags, and removed config flag. Also added use of .env file.
removed configuration as input argument from all the loggers
replaced logging of new messages in read folder with a logDebug so we don't send those messages to the error kernel
2024-03-27 12:48:17 +01:00
postmannen
69995f76ca updated package info
updated references
removed tui client
removed ringbuffer persist store
removed ringbuffer
enabled audit logging
moved audit logging to message readers
disabled goreleaser
update readme, cbor, zstd
removed request type ping and pong
update readme
testing with cmd.WaitDelay for clicommand
fixed readme
removed ringbuffer flag
default serialization set to cbor, default compression set to zstd, fixed race,
removed event type ack and nack, also removed from subject. Fixed file stat error for copy log file
removed remaining elements of the event type
removed comments
renamed toRingbufferCh to samToSendCh
renamed directSAMSCh ro samSendLocalCh
removed handler interface
agpl3 license
added license-change.md
2024-02-07 22:54:50 +01:00
postmannen
6989297a66 add version flag 2023-04-12 09:56:08 +02:00
postmannen
a737901c5d block profiling 2022-12-26 07:22:42 +01:00
postmannen
988bd04d7f limited allocactions for copyReady 2022-06-18 07:35:59 +02:00
postmannen
af3895431e initially moved stew into steward as tui 2022-01-07 15:54:33 +01:00
postmannen
62a11c14ed corrected block profiling rate 2021-12-31 07:02:50 +01:00
postmannen
0d0cd8c0b6 del console output, add flag for block profiling 2021-12-31 06:59:09 +01:00
postmannen
e33fba19e1 removed debug print statements 2021-09-23 05:46:25 +02:00
postmannen
a20bf4021a added profiling, renamed requests file 2021-09-16 05:31:04 +02:00
postmannen
69f6287ee8 added version and ldflags example to set it 2021-09-10 10:04:25 +02:00
postmannen
c27a3dc188 updated comments 2021-08-16 13:01:12 +02:00
postmannen
898f299e71 created stop function for server 2021-08-09 09:18:30 +02:00
postmannen
661a3e6fd9 removed block in main.go 2021-08-03 13:07:26 +02:00
postmannen
923fd4c611 exported type node to Node 2021-06-29 08:21:42 +02:00
postmannen
28a750fd54 general selection working 2021-06-14 17:07:31 +02:00
postmannen
44fbaf5e7b testing out concept for client 2021-06-14 06:49:47 +02:00
postmannen
6bcb6e95c4 changed cmd structure, and todo list 2021-06-08 04:02:23 +02:00
postmannen
09e7090f83 specify allowed nodes via flag for errorLogger 2021-03-24 10:14:17 +01:00
postmannen
19246db3c8 removed comments 2021-03-12 12:12:08 +01:00
postmannen
18f6f2a6f1 centralNodeName flag 2021-03-12 10:41:03 +01:00
postmannen
65f2776519 updated comments 2021-03-03 12:45:46 +01:00
postmannen
069bf5a639 Creating config file, and storing flag values 2021-03-01 20:49:43 +01:00
postmannen
dc42ce29e9 add service for publishing hello I'm here messages 2021-02-26 09:02:53 +01:00
postmannen
f49b4b3cf6 implemented message timeout and retry options 2021-02-25 13:08:10 +01:00
postmannen
61e2343f18 refactored, and implemented error messages to central 2021-02-24 15:43:31 +01:00
postmannen
e19d76a5fc Changed to upercase const values for command and events, and added choosing of prometheus port 2021-02-22 09:33:37 +01:00
postmannen
41d8091506 rearranget structure, and moved starting of error kernel 2021-02-19 11:07:09 +01:00
postmannen
1a3b19071e changed MessageKind to CommandOrEvent 2021-02-10 07:25:44 +01:00
postmannen
271447d42d first concept of receiving messages from end nodes 2021-02-10 05:11:48 +01:00
postmannen
7d5b2bccb9 testing with message types 2021-02-05 07:25:12 +01:00
postmannen
0aa74de868 rewrote so the processes map is based on the subject name instead of the node name 2021-02-03 12:55:02 +01:00
postmannen
223f472f5b chanced it into it's own package 2021-02-01 11:13:38 +01:00