1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
Commit graph

168 commits

Author SHA1 Message Date
postmannen
a44e003ff5 initial ctx for subscribers, and handFuncs implemented 2021-04-07 18:54:08 +02:00
postmannen
12db6fbd6a Initial ctx for publishers implemented 2021-04-07 18:05:07 +02:00
postmannen
d909784094 Start proc via message, moved nats.conn into process 2021-04-07 16:45:51 +02:00
postmannen
92addf50bc changed file extension to need to prefix with dot 2021-04-07 08:16:22 +02:00
postmannen
b08dd4558e Added fileExtension type to message 2021-04-07 07:00:40 +02:00
postmannen
23b6b58439 renamed label field in message to directory 2021-04-07 06:33:29 +02:00
postmannen
3368448cd7 removed label from subject 2021-04-07 06:16:08 +02:00
postmannen
ef8fcee368 Initial http get method implemented 2021-04-06 19:42:03 +02:00
postmannen
685c0c7844 added REQTextToFile method 2021-04-06 14:05:47 +02:00
postmannen
cdc92ceff4 updated readme 2021-04-06 11:02:58 +02:00
postmannen
2c2f53f6f4 errorLog handler writing to file structure 2021-04-06 09:06:26 +02:00
postmannen
27fc56256b Renamed ErrorLog to REQErrorLog 2021-04-06 07:56:49 +02:00
postmannen
b1a7b6cd7e fixed logging for ping messages 2021-04-06 07:31:50 +02:00
postmannen
1f02cb0d50 Renamed EchoX to REQPing and REQPong 2021-04-06 06:08:26 +02:00
postmannen
8f2c4b0db7 fixed spelling ReqHello to REQHello 2021-04-06 05:46:07 +02:00
postmannen
ee749ae714 renamed SayHello to ReqHello 2021-04-05 08:37:24 +02:00
postmannen
5999d65fb6 Renamed TextLogging to REQTextToLogFile 2021-04-05 08:17:04 +02:00
postmannen
af06e47b7b renamed CLICommandReply to REQTextToConsole 2021-04-05 07:27:39 +02:00
postmannen
debd146f28 Renamed CLICommandRequestNOSEQ to REQnCliCommand 2021-04-05 06:54:18 +02:00
postmannen
4a7f1fff43 CLI to Cli 2021-04-04 11:19:17 +02:00
postmannen
3fbc333b81 Renamed CLICommandRequest to StartSubREQCLICommand 2021-04-04 11:09:02 +02:00
postmannen
32c70dbc59 fixed type error when creating error message subject 2021-04-04 10:39:59 +02:00
postmannen
5cb3aab412 renamed OpCommandRequest to REQOpCommand 2021-04-04 07:55:07 +02:00
postmannen
9a5e37687f removed methods with result in ack message 2021-04-04 07:33:18 +02:00
postmannen
e4303bb77f textlogging for clicommand 2021-04-04 06:45:03 +02:00
postmannen
f75aa73703 newSubject now uses the methods available map to figure out what kind of CommandOrEvent type it is 2021-04-03 07:33:03 +02:00
postmannen
dc209d7ad3 Set event types to correct type 2021-04-03 07:14:39 +02:00
postmannen
7dcb9e5709 added timestamp opcommand output lines 2021-04-03 06:51:54 +02:00
postmannen
3a0f3ee3bb fixed using previous message instead of subject 2021-04-03 06:31:48 +02:00
postmannen
26078cffa2 labels are used to create folder structue on subscriber 2021-04-02 22:15:52 +02:00
postmannen
f58c12bf80 add concept of label to message, reorder subject name 2021-04-02 20:36:21 +02:00
postmannen
8aa79d2a76 made the text logger more generic 2021-04-02 09:56:27 +02:00
postmannen
62347e2943 Added logger for request method 2021-04-01 10:05:14 +02:00
postmannen
1b17f8e345 implemented newReplyMessage for all request types 2021-03-31 13:29:55 +02:00
postmannen
66f89cd731 request and reply methods for opcommand 2021-03-31 12:26:28 +02:00
postmannen
6c3ac318dc Added flags and startup for OpCommand 2021-03-31 11:22:25 +02:00
postmannen
fc04ea83bd metrics for processes, fixed up readme 2021-03-31 10:42:33 +02:00
postmannen
833ce66c00 method opcommand, embedded processes to process 2021-03-31 08:56:13 +02:00
postmannen
26b606d3cf moved socket listener to server 2021-03-30 10:37:16 +02:00
postmannen
a6c49e24ca updated doc 2021-03-29 14:00:28 +02:00
postmannen
ed00f247ae unix socket for new mesages, changed naming of channels 2021-03-29 13:36:30 +02:00
postmannen
0d822b0751 moved canceling of context, and comments 2021-03-29 06:53:34 +02:00
postmannen
03da2e18e7 Implemented use of context for all cli commands 2021-03-26 16:47:37 +01:00
postmannen
3fdf7e40b9 working concept for method timeouts 2021-03-26 16:04:01 +01:00
postmannen
7f64048f8a updated readme 2021-03-26 10:52:36 +01:00
postmannen
22acb03d95 updated readme 2021-03-26 10:48:05 +01:00
postmannen
8d245f372e flag for sayhello publisher 2021-03-26 10:25:56 +01:00
postmannen
b4a883bb4e implemented flags for remaining subscribers 2021-03-26 09:08:47 +01:00
postmannen
70b06a185a flag for startSubCLICommand, added error message for failed reply message 2021-03-26 07:55:42 +01:00
postmannen
25386535a8 renamed and cleaned up files 2021-03-26 05:34:53 +01:00