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

Commit graph

  • e50d906be3 renabled ringbuffer done channel triggered by persiststore flag postmannen 2023-05-30 05:46:02 +0200
  • 602138ffa6 renamed in/out channels in ringbuffer postmannen 2023-04-26 08:20:55 +0200
  • 11b6cb6a0e allowing retries=0 postmannen 2023-04-26 07:25:14 +0200
  • 7e9754fcdd examples postmannen 2023-04-19 09:51:09 +0200
  • 4c3b639e65 updated doc example messages postmannen 2023-04-19 08:07:03 +0200
  • 88532f4a6e updated readme with toNode local postmannen 2023-04-19 05:46:38 +0200
  • 7b4335a256 rewrite processes startup postmannen 2023-04-18 15:47:40 +0200
  • 8868a8db64 replaced deprecated os.SEEK_END with op.SeekEnd postmannen 2023-04-18 06:29:59 +0200
  • f39f3d73c7 allow the use of local as nodename for startupfolder messages postmannen 2023-04-15 08:33:35 +0200
  • 6989297a66 add version flag postmannen 2023-04-12 09:56:08 +0200
  • 4664d0d8a3 go.mod required go version 1.20 postmannen 2023-04-11 09:30:23 +0200
  • d6335dd3b2 updating packages postmannen 2023-04-05 06:20:40 +0200
  • 4b74f4b0c4 changed log level for tests postmannen 2023-03-01 06:58:56 +0100
  • c951484ca1 Added RetryWait info to the readme postmannen 2023-01-30 07:21:16 +0100
  • abf82a8e4b added helper script that uses yaml template for sending messages postmannen 2023-01-26 14:26:26 +0100
  • 0f590472fd set the correct filename extension for files created with cliFolder postmannen 2023-01-26 12:00:22 +0100
  • 7d21af55e7 not terminating publisher services that should run at all times based on timer postmannen 2023-01-13 15:09:23 +0100
  • b3a85d0283 setting default console log level to debug postmannen 2023-01-12 13:37:22 +0100
  • 68093b9f43 added description i logging flags postmannen 2023-01-12 12:06:29 +0100
  • 8c8061dc15 renamed logConsoleOnlyIfDebug to logDebug postmannen 2023-01-12 12:03:10 +0100
  • 076abdef71 changed from log package to slog postmannen 2023-01-12 12:01:01 +0100
  • 7fcf4b1077 replaced log lines with slog from errorKernel postmannen 2023-01-12 08:48:01 +0100
  • 1dbff78c81 replaced log print with slog debug postmannen 2023-01-12 07:44:28 +0100
  • aa925329f7 fixed output of error logging postmannen 2023-01-12 07:12:35 +0100
  • 807455119c Added x/slog for stderr logging postmannen 2023-01-11 08:38:15 +0100
  • 215a4c387a split out start pub/sub process in separate func's postmannen 2023-01-11 07:03:01 +0100
  • d0d3ef8b39 initial declaration of slog logger postmannen 2023-01-11 06:09:42 +0100
  • 0ee4f979f3 Do not send a reply for reply messages postmannen 2023-01-10 09:29:24 +0100
  • 6aecc9c22b fixed case for readFolder config postmannen 2023-01-10 08:30:06 +0100
  • e1771e9800 updated scripts postmannen 2023-01-10 06:56:01 +0100
  • 541f243067 added group permissions for files/directories created postmannen 2023-01-10 06:50:28 +0100
  • 1b26ad854a fixed error printing readfolder, created script for writing to readfolder and socket postmannen 2023-01-09 09:10:52 +0100
  • 956a62eec1 Fixed typo in comment of configuration postmannen 2023-01-09 04:25:03 +0100
  • 03f3fe422a updated readme postmannen 2023-01-09 04:21:36 +0100
  • 3f15f04223 fixed typo in readme postmannen 2023-01-09 04:19:52 +0100
  • d149c36fca Updated readme with input methods postmannen 2023-01-09 04:18:14 +0100
  • 57e074d210 fixed read messages from file, added helper scripts for ReqCli postmannen 2023-01-09 03:59:13 +0100
  • d348ab156f added initial readfolder postmannen 2023-01-08 08:32:58 +0100
  • bcc5db7c04 store log are now written to database folder postmannen 2023-01-06 12:19:36 +0100
  • a95c36f0c3 changed logging for authorizing keys postmannen 2023-01-06 08:48:21 +0100
  • f574d768cd added debug logging for received nack/ack messages postmannen 2023-01-06 08:32:42 +0100
  • f33b38e136 Added shell script for sending clicommand messages postmannen 2023-01-06 08:18:20 +0100
  • f2c21c8083 Updated readme with new ack/nack information postmannen 2023-01-05 08:38:48 +0100
  • eced76a85c initially removed dependency to NACK/ACK event type postmannen 2023-01-05 01:55:52 +0100
  • 4fe96b645e renamed v variable to sam in ringbuffer postmannen 2023-01-04 22:07:53 +0100
  • 94135aab67 added sending errors with request back to the originating node postmannen 2023-01-04 12:27:58 +0100
  • 75126ce977 fixed double printing of successful send for NACK messages postmannen 2023-01-04 09:37:33 +0100
  • 6a97d86ca0 removed done channel when publishing, and added make chan when creating sam postmannen 2023-01-04 09:14:04 +0100
  • 2eff3c9cd3 restructured sync when publishing messages postmannen 2023-01-03 11:41:18 +0100
  • d58095764b printing ID working ringbuffer postmannen 2023-01-01 20:31:54 +0100
  • 6f525162ea renamed data to sam in ringbuffer postmannen 2022-12-31 07:51:34 +0100
  • 5865ad3701 using the same message ID locally as in the ringbuffer postmannen 2022-12-31 07:31:18 +0100
  • 84284eeee1 removed debug logging postmannen 2022-12-31 06:14:06 +0100
  • a77d1ad562 cleaned up os.Remove log postmannen 2022-12-31 06:02:26 +0100
  • ae6058d0af put in a timer to end stuck messages in ringbuffer postmannen 2022-12-30 16:52:50 +0100
  • 9e378295df restructured errors and retryWait in messageDeliverNats postmannen 2022-12-30 11:54:10 +0100
  • 5c5f8100d0 made ACK/NACK selection more clear postmannen 2022-12-29 22:49:47 +0100
  • c12cf70620 handling of indivdual messages are now done in it's own goroutine, changed logic for ACK msg retries postmannen 2022-12-29 07:53:25 +0100
  • 709bd219f7 stopping started tickers postmannen 2022-12-26 10:52:43 +0100
  • 98137b1df1 not creating a sub process before we check if it exists postmannen 2022-12-26 10:12:45 +0100
  • a737901c5d block profiling postmannen 2022-12-26 07:22:42 +0100
  • 8015c46cba removed printing of equal keys postmannen 2022-12-22 12:23:02 +0100
  • 3f5b58ffab fixed timeouts for copy messages postmannen 2022-12-21 09:27:52 +0100
  • 29a382838c fixed typo in debug message postmannen 2022-12-21 08:16:45 +0100
  • 27b762e69b added debug logging for sending nats messages postmannen 2022-12-21 08:12:41 +0100
  • e19f306146 always create tmp folder postmannen 2022-12-21 07:17:47 +0100
  • ec612101df only logging equal keys to console, and do not send to errorKernel postmannen 2022-12-21 07:07:21 +0100
  • 8d017c072d discard copy messages when more procs are started for the same copySrc request postmannen 2022-12-19 07:21:53 +0100
  • 2c1ed934dd allways delete tmpFolder when copyDstSubProcFunc is done. postmannen 2022-12-14 05:48:44 +0100
  • 33df0df948 added acktimeout and replies to the copysub messages postmannen 2022-12-02 10:04:20 +0100
  • 7c7f622044 fixed typo in comments postmannen 2022-11-30 08:35:13 +0100
  • 55c5560361 checking if fromNode is specified for startup messages postmannen 2022-11-30 07:58:41 +0100
  • 82303510cf removed gauge vector for sub processes postmannen 2022-11-30 06:18:19 +0100
  • 70408d24e9 write reply messages for copysub procs back to src node postmannen 2022-11-23 09:18:02 +0100
  • 198ba9503e Added message flow diagram postmannen 2022-11-08 08:44:24 +0100
  • d32bd09cd2 removed old debug information postmannen 2022-11-01 09:54:35 +0100
  • 852cd86c61 removed line feeds postmannen 2022-10-14 10:22:51 +0200
  • 757792c787 added creation of dst folder for copySrc postmannen 2022-10-14 10:12:50 +0200
  • 2f0cfa2294 replaced tui json with yaml postmannen 2022-10-05 11:22:41 +0200
  • b125e75094 fixed linter warnings postmannen 2022-10-05 09:24:49 +0200
  • 0249a86040 fixed debug logging postmannen 2022-10-05 09:16:22 +0200
  • 9c15e6dbfd added example kubernetes yaml file postmannen 2022-09-20 11:50:54 +0200
  • 0ad2763ad1 fixed block when reading startup folder postmannen 2022-09-08 07:37:44 +0200
  • 3cf8bd2ce8 removed references to deprecated ioutil postmannen 2022-09-06 10:59:07 +0200
  • f5e5e4337e added feature to copy file from remote to local postmannen 2022-09-06 10:43:27 +0200
  • f82146d72f boltdb todo's postmannen 2022-06-27 12:22:59 +0200
  • 3eb4414cca updated Dockerfile and env.env postmannen 2022-06-24 13:08:22 +0200
  • df8bae662d updated dockerfile postmannen 2022-06-24 10:16:10 +0200
  • 73b2363ea8 fixed docker file postmannen 2022-06-24 10:08:32 +0200
  • 4c97d26035 updated readme postmannen 2022-06-23 13:37:00 +0200
  • 3458e655c0 fixed proper stop and removal of subscriber procs postmannen 2022-06-23 11:40:17 +0200
  • 11b0444929 up toml pkg to v2, added comments to config file postmannen 2022-06-23 09:36:46 +0200
  • fb4cf5de79 updated comments postmannen 2022-06-22 14:50:26 +0200
  • 4b0a156ae1 updated comments postmannen 2022-06-22 14:43:01 +0200
  • b3bb2e44a1 updated comments postmannen 2022-06-22 14:32:58 +0200
  • 433541fcc1 REQToFile<x> now honor the directory path specified postmannen 2022-06-22 11:03:59 +0200
  • fc3d69a94b added printing to stderr for REQToConsole postmannen 2022-06-22 10:02:56 +0200
  • 8c1f870d1e updated bbolt postmannen 2022-06-22 09:09:02 +0200
  • 545c111fb2 updated go-toml postmannen 2022-06-22 09:07:26 +0200
  • bc0b38a3bb updated nats client and cbor postmannen 2022-06-22 09:04:53 +0200