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

Commit graph

  • e5204fe663 update ctrl book main postmannen 2024-12-14 10:31:46 +0100
  • f99af8e0ab moved all the procfunc definitions in the processes startup as separate functions defined after theyr respective request method where they belong postmannen 2024-12-13 16:49:21 +0100
  • df07b926e2 moved all the procfunc definitions in the processes startup as separate functions defined after theyr respective request method where they belong keysacls1 postmannen 2024-12-06 11:03:53 +0100
  • 3a31ced938 Squashed commit of the following: postmannen 2024-12-03 16:17:33 +0100
  • d7e6f2c922 updated todo cleanup1.6.filevar postmannen 2024-12-03 16:11:24 +0100
  • 636ed4855a update doc with CTRL_FILE postmannen 2024-12-03 16:01:22 +0100
  • 4e6e4c515e implemented reading and embedding the content of a local file with {{CTRL_FILE}} postmannen 2024-12-03 15:39:15 +0100
  • dcdbc9308e removed \n in error printing cleanup1.5.removedProcessKind postmannen 2024-12-02 15:45:16 +0100
  • adc8aab809 fixed error with not found filename in copy test, remove debug logs postmannen 2024-12-02 15:44:40 +0100
  • 66c3307dd5 seedfile: removed deletion, and changed file permissions to 600 postmannen 2024-12-02 07:29:29 +0100
  • fc2d1da165 created flags for profiling postmannen 2024-12-02 07:19:33 +0100
  • 693e3e9fe5 renamed startup.subscriber to startup.startProcess postmannen 2024-12-02 05:32:41 +0100
  • b564e3ebef created a separate method for helloPublisher postmannen 2024-12-02 05:07:24 +0100
  • a83029c343 removed processKind, og removed not needed file check in copy request postmannen 2024-12-01 22:17:58 +0100
  • 93ad86a150 added debug postmannen 2024-12-01 08:04:26 +0100
  • 58d47e1a75 added error printing in file copy postmannen 2024-12-01 07:37:50 +0100
  • 49be8947fa removed sams from channels postmannen 2024-12-01 03:08:40 +0100
  • 9fca6d0b7f removed publisher channel on subject, and messages to publish are now directly published from the newMessagesCh postmannen 2024-12-01 02:15:53 +0100
  • 5776baad37 set jetstream=true in nats server for testing cleanup1.2-various postmannen 2024-11-29 13:55:54 +0100
  • 3ff67a5f1f renamed subject.messageCh to subject.publishMessageCh postmannen 2024-11-29 13:32:55 +0100
  • c2031a66e7 renamed channels and publishers functions postmannen 2024-11-29 13:26:25 +0100
  • 32565aad06 removed debug line when not canceling long running publishers postmannen 2024-11-27 13:25:32 +0100
  • 91660f895f removed no longer needed compression and serialization flags postmannen 2024-11-27 13:19:06 +0100
  • e898e3e81e removed old compression code from publisher postmannen 2024-11-27 13:16:59 +0100
  • 97d5da948f renamed process spawnworker() to start() postmannen 2024-11-27 12:58:52 +0100
  • 84a731f18a all messaging are using zstd for compression, and cbor for serializing postmannen 2024-11-27 12:54:06 +0100
  • 10c468f6b7 added functions for handling cbor serializing and zstd compression, and swapped out json marshaling of jetstream message data with cbor and zstd postmannen 2024-11-27 11:30:43 +0100
  • 5fee84c18a added flag for max jetstream messages to keep on broker per subject postmannen 2024-11-27 08:54:17 +0100
  • f80a57e1c2 removed no longer relevant todo's postmannen 2024-11-27 08:43:44 +0100
  • cdf660aa07 add NODES.all as jetstream subject, and updated doc postmannen 2024-11-27 08:34:49 +0100
  • 9ea823293c debug jetstream1.1.1.1.1.1 postmannen 2024-11-25 18:03:12 +0100
  • b821aebc03 debug postmannen 2024-11-24 23:18:18 +0100
  • 23426114b8 debug postmannen 2024-11-24 23:13:49 +0100
  • 08378167d5 debug postmannen 2024-11-24 23:08:56 +0100
  • 188db8cd6f debug postmannen 2024-11-24 23:03:39 +0100
  • 10d5373905 debug postmannen 2024-11-24 22:52:01 +0100
  • 4edd0ba053 debug postmannen 2024-11-24 22:37:12 +0100
  • eca56dcc2f debug, removed sending to errorkernel when checking for method existence postmannen 2024-11-24 22:32:47 +0100
  • ddb8709797 debugging postmannen 2024-11-24 22:27:48 +0100
  • 297ea81d27 more debugging print postmannen 2024-11-24 22:19:29 +0100
  • 425553db57 debugging print, and removed subject filter from consumer postmannen 2024-11-24 22:04:08 +0100
  • 25295c4095 debug jetstream1.1.1.1.1.1-squashed postmannen 2024-11-24 19:19:47 +0100
  • ccac973422 added debug postmannen 2024-11-24 19:12:57 +0100
  • b9934a7503 fixed missing creation of database directory jetstream1.1.1.1.1 postmannen 2024-11-22 21:47:48 +0100
  • 693a6b819e removed startup struct postmannen 2024-11-22 21:17:03 +0100
  • 8065eb248b added serializing and compression functions for jetstream postmannen 2024-11-22 20:36:55 +0100
  • 20172a3806 added flag/env for streams to consume postmannen 2024-11-22 15:44:37 +0100
  • ab0b0fbe24 added flags/env for starting up jetstream processes postmannen 2024-11-22 13:42:42 +0100
  • 960a2c3588 initial poc of jetstream seems to be working. Rerouting messages with the jetstream field specified to the jetstream channel postmannen 2024-11-22 11:31:07 +0100
  • 3a6a11ac71 added FilterSubjects postmannen 2024-11-21 22:23:24 +0100
  • 6a0fdaf3ab renamed stream to nodes postmannen 2024-11-21 21:49:23 +0100
  • 172dfd1b8c initial test of jetstream consmumer and publisher postmannen 2024-11-21 21:29:06 +0100
  • fc1bdc9d44 added jetstrams flag postmannen 2024-11-21 10:24:35 +0100
  • 815f00141d added streamInfo to process type, and also added it as input to new process. postmannen 2024-11-21 10:09:49 +0100
  • 6b1c259373 added Nats to the naming of the processKind constants, and added added 2 new for Jetstream postmannen 2024-11-21 05:28:56 +0100
  • 7b2d5fc96f added initial jetstream field to process struct, and renamed process.spawnWorker to process.start. postmannen 2024-11-21 04:54:55 +0100
  • d5d1658cb4 initial suberscriberhandler for jetstream postmannen 2024-11-20 19:51:46 +0100
  • 44daa83306 removed enableDebug flag jetstream1 postmannen 2024-11-20 17:51:32 +0100
  • 233a727ac4 only using zstd compression, and cbor serialization postmannen 2024-11-20 17:43:26 +0100
  • 6c615591a6 Squashed commit of the following: postmannen 2024-11-19 20:28:26 +0100
  • b1a5406598 Squashed commit of the following: postmannen 2024-11-19 03:48:42 +0100
  • e657ecb37f renamed methods constant values and removed REQ bt4 postmannen 2024-11-18 22:32:13 +0100
  • debed0f791 Squashed commit of the following: postmannen 2024-11-18 19:25:47 +0100
  • cde5c14c74 updated doc bt3 postmannen 2024-11-18 19:24:17 +0100
  • 26441819a2 added book content and moved build files postmannen 2024-11-18 16:57:11 +0100
  • 8ec3e8c21e more about messaging added to the book postmannen 2024-11-18 11:27:32 +0100
  • fc15c4dd63 Added book postmannen 2024-11-17 21:22:35 +0100
  • 3d7064b6d8 shortened down README.md postmannen 2024-11-16 18:09:36 +0100
  • 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 postmannen 2024-03-27 12:48:17 +0100
  • 0f1f78fac4 updated script bt1 postmannen 2024-03-27 12:46:01 +0100
  • 3b1a82039a updated readme postmannen 2024-03-27 12:08:52 +0100
  • af24bb46c0 removed example for no longer existing relay messages postmannen 2024-03-21 05:54:25 +0100
  • 6f5aa78678 cleaned up comments postmannen 2024-03-10 21:55:37 +0100
  • 4a413baf9f Removed some remaings after REQToFileNACK postmannen 2024-03-10 21:36:37 +0100
  • 5c921f0eb4 Implemented env variables for all flags, and removed config flag. Also added use of .env file. postmannen 2024-03-10 20:32:41 +0100
  • 19fc8665a8 comments postmannen 2024-03-10 08:24:49 +0100
  • 118f6bab98 removed configuration as input argument from all the loggers postmannen 2024-03-10 08:10:40 +0100
  • 8c68b87fbe replaced logging of new messages in read folder with a logDebug so we don't send those messages to the error kernel postmannen 2024-03-10 07:40:26 +0100
  • cef1170233 fixed removal of tmp nkey file, added docker compose example, and added debug logging for when messages are read from the readfolder postmannen 2024-03-10 07:24:09 +0100
  • 34e0c5d1c6 Merge branch 'dev' into main postmannen 2024-03-08 22:57:11 +0100
  • c098c623f1 cleaned up no longer used code postmannen 2024-03-08 22:55:21 +0100
  • fc6e80b1bf fixed linter errors, and added the direct use of nkey as flag postmannen 2024-03-07 23:17:24 +0100
  • 197d6550ab updated readme postmannen 2024-02-07 23:27:36 +0100
  • 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 postmannen 2023-10-04 22:58:42 +0200
  • c3b41d2954 update readme postmannen 2023-10-04 22:53:03 +0200
  • 5c23fa409f comment postmannen 2023-06-30 05:28:42 +0200
  • 11f434edde add comments for using ssh key for nkey postmannen 2023-06-27 11:58:10 +0200
  • 59b0d7d5d9 Use ed25519 ssh private key as nkey seed postmannen 2023-06-27 11:49:46 +0200
  • 1f95151da0 removed debug printing from ringbuffer postmannen 2023-06-21 12:08:17 +0200
  • 1c7f47ffff added rpm to goreleaser postmannen 2023-06-20 07:55:01 +0200
  • e090c4d0c8 updated readme for request methods writing to sockets postmannen 2023-06-14 06:53:42 +0200
  • 4c7ec43da2 removed not needed error check postmannen 2023-06-14 06:47:13 +0200
  • f23fa053f6 added check for correctness for path for copy messages postmannen 2023-06-09 09:09:37 +0200
  • b2215181e7 added source patch to copydstdone postmannen 2023-06-09 05:18:24 +0200
  • ea9738950d initial implementation where toFile also writes to sockets postmannen 2023-06-06 12:23:26 +0200
  • ce1eba687a added file info content to copyDstDone messages postmannen 2023-06-02 12:27:18 +0200
  • 6da53c8ed6 fixed incorrectly error handling when checking socket, set ticket to 1 when 0, send errorLogs to the correct node after rewrite of startups earlier postmannen 2023-06-01 06:15:39 +0200
  • 6922775107 fixed mutex passed wrongly by value postmannen 2023-05-31 09:30:39 +0200
  • dcefbff670 added initial write to socket postmannen 2023-05-31 09:29:00 +0200
  • 16ec026453 restructured req to file methods to use the same file write function postmannen 2023-05-31 05:06:00 +0200