1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-15 17:51:15 +00:00
Commit graph

46 commits

Author SHA1 Message Date
postmannen
f32dafc806 Added metric for running processes by name 2021-04-12 15:35:20 +02:00
postmannen
75bbbaa4e4 Update readme with new op commands 2021-04-09 19:23:08 +02:00
postmannen
efb49b7193 Implemented arguments structure for op commands 2021-04-09 18:20:04 +02:00
postmannen
ab49f5a4de op startProc initially seems to work 2021-04-08 12:51:54 +02:00
postmannen
e2f56e4427 OpStop deleting map value, not yet nats subscriber 2021-04-08 07:07:13 +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
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
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
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
26078cffa2 labels are used to create folder structue on subscriber 2021-04-02 22:15:52 +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
833ce66c00 method opcommand, embedded processes to process 2021-03-31 08:56:13 +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
593842e070 Implemented the concept of a flagStringSlice 2021-03-24 07:05:41 +01:00
postmannen
6864d7a946 request subscriber and non sequential processing of messages implemented. 2021-03-11 12:07:09 +01:00
postmannen
48399e1958 method ECHO 2021-03-11 06:34:36 +01:00
postmannen
ae0e080f80 fixed procFuncs 2021-03-05 13:10:46 +01:00
postmannen
abf8c0d3c7 added procFunc concept, fixed race and timer issues 2021-03-04 16:27:55 +01:00
postmannen
35e0c12109 removed the need for specifying the kind of event/command within a message. This is now picked from the generated subject 2021-03-01 17:08:40 +01:00
postmannen
52a92af20e renamed the ShellCommand type to CLICommand 2021-03-01 12:16:36 +01:00
postmannen
82c420bc54 ability to choose publishers on subscriber processes 2021-02-26 15:11:20 +01:00
postmannen
f49b4b3cf6 implemented message timeout and retry options 2021-02-25 13:08:10 +01:00
postmannen
f812c4307e cleaning up restructuring 2021-02-24 10:58:02 +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