Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-06 | Rework ephemeral and binary heaps | Valery Piashchynski | |
Implemented a sync.Cond for binary heap algo to save processor from spinning in the for loop and receiving nil Items until the Queue will be filled. Add num_pollers option to the configuration to specify number of pollers from the queue. Add Resume, ResumeAll, Stop, StopAll, PushBatch methods to the ephemeral. Remove map and use sync.Map in the ephemeral broker. Add protobuf schema. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-05 | - Update PQ | Valery Piashchynski | |
- Update ephemeral plugin, complete Push - Add Jobs full configuration Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-05 | - Finish binary_heap | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-03 | - Initial binary_heap | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-02 | - joinTopics/Server as constants, do not allocate strings on every | Valery Piashchynski | |
request Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-01 | - Remove Dispatcher | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-30 | - Update arch diagrams | Valery Piashchynski | |
- Update ephemeral plugin Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-25 | - Update jobs interface | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-25 | Merge remote-tracking branch 'origin/master' into feature/jobs_plugin | Valery Piashchynski | |
2021-06-24 | - Clear BOLTDB TTL memory region on Clear RPC call | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-24 | - Add Clear method to the storages | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-23 | - Add PQ (priority_queue) mock | Valery Piashchynski | |
- Add binary heap mock - Connect first sub-plugin (ephemeral) with root jobs plugin Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-23 | - Swithc from value to pointer to the pool configuration. Interface | Valery Piashchynski | |
value changed. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-23 | - Update arch, pluign | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-22 | - Folders struct | Valery Piashchynski | |
- Initial ephemeral broker commit - Initial RPC Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-22 | - Move common interfaces and structures to the 'common' folder | Valery Piashchynski | |
- Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-22 | - Remove all old code, reformat, fix linters, return GA | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-22 | - Temporary turn off CI | Valery Piashchynski | |
- Remove old PHP tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-21 | - Rework dispatcher, pipeline, job (not completely) | Valery Piashchynski | |
Create a config sample with RR2 support. Progress on root JOBS plugin. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-21 | Merge remote-tracking branch 'origin/master' into feature/jobs_plugin | Valery Piashchynski | |
# Conflicts: # plugins/websockets/plugin.go | |||
2021-06-21 | - Minor tests improvenments | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-20 | - Improve error messages | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-20 | - Update redis/memory pubsubs | Valery Piashchynski | |
- Rework internal message bus - Add new tests for the broadcast plugin and include them into the GA Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-18 | - Typos | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-18 | - Add broadcast tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-18 | - Rework finished | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-18 | - Rework main parts | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-17 | - Initial broadcast commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-16 | - Update ws plugin responses (text instead of binary) | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-16 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-16 | - Add origin check for the websockets | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-16 | - Update jobs sources | Valery Piashchynski | |
- Update Arch diagramm Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-15 | - Jobs plugin initial commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-14 | - Update in-memory plugin | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-14 | - Fix boltdb issues | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-14 | - Add more tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-14 | - Rework redis with ws plugins | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-11 | Update tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-09 | - Switch to the new goridge v3.1 which supports PROTOBUF | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-09 | - Slightly improve rpc methods errors | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-09 | - Add support for the file logger with log rotation and compression | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-09 | - Update regex | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-09 | - Add more tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-09 | - Update CI (add new tests) | Valery Piashchynski | |
- Add path scan with regex (find .php/.ph/.sh scripts). When found, try to stat path for potential fix for the [file not exists problem] Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-08 | - Add protobuf versioning | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-08 | - Move ws memory pub-sub plugin into the websockets folder | Valery Piashchynski | |
- Update CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-08 | - Switch from the flatbuffers to the protobuf | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-07 | - Add metrics exporter for the workers | Valery Piashchynski | |
- Add metrics for the request duration and request count - Add tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-05 | - Remove storage as unused | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-05 | - Switch to better gzip middleware (performance) | Valery Piashchynski | |
- Use EXISTS to check of the particular topic exists in the redis cluster instead of SMEMBERS Signed-off-by: Valery Piashchynski <[email protected]> |