summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-16- Update jobs sourcesValery Piashchynski
- Update Arch diagramm Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-15- Jobs plugin initial commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-15Add Go 1.17beta1 tests to the MakefileValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-14#725 feat(plugin): make `in-memory` plugin general for the KV and WSValery Piashchynski
#725 feat(plugin): make `in-memory` plugin general for the KV and WS
2021-06-14- Update in-memory pluginValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-14#724 fix(boltdb): fix boltdb permissions, interval, config bugsv2.3.1-beta.1Valery Piashchynski
#724 fix(boltdb): fix boltdb permissions, interval, config bugs
2021-06-14- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-14Merge remote-tracking branch 'origin/master' into fix/boltdb_pluginValery Piashchynski
2021-06-14#723 fix(redis, ws): redis driver not availableValery Piashchynski
#723 fix(redis, ws): redis driver not available
2021-06-14- Fix boltdb issuesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-14- Add more testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-14- Rework redis with ws pluginsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-14#722 feat(opt): `inuse_space` and `runtime.newobject` optimizationsValery Piashchynski
#722 feat(opt): `inuse_space` and `runtime.newobject` optimizations
2021-06-13- Use pool for the FetchPID operationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-13- Optimize sync_worker payload execValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-11Update go.modv2.3.0Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-11Remove redundant frame to byte castingValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-11Update testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09#715 feat(protocol): use protobuf for the `kv` and `websockets` RPC callsv2.3.0-beta.3Valery Piashchynski
#715 feat(protocol): use protobuf for the `kv` and `websockets` RPC calls
2021-06-09- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Switch to the new goridge v3.1 which supports PROTOBUFValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09#714 feat(logger): file logger with log rotation supportValery Piashchynski
#714 feat(logger): file logger with log rotation support
2021-06-09- Slightly improve rpc methods errorsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Add support for the file logger with log rotation and compressionValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09#713 feat(server): path scan for a potential file pathValery Piashchynski
#713 feat(server): path scan for a potential file path
2021-06-09- Add mock logger expected stringValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Do not run CI on .md files changesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Update regexValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Add more testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Github CI fixValery 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#712 feat(ws, kv): switch from the `flatbuffers` to the `protobuf`v2.3.0-beta.2Valery Piashchynski
#712 feat(ws, kv): switch from the `flatbuffers` to the `protobuf`
2021-06-08- Add protobuf versioningValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-08- Move ws memory pub-sub plugin into the websockets folderValery Piashchynski
- Update CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-08- Switch from the flatbuffers to the protobufValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-08#710 feat(metrics): make `workers_hanler` listener events asyncValery Piashchynski
#710 feat(metrics): make `workers_hanler` listener events async
2021-06-08Merge branch 'master' into feature/expose_http_metricsValery Piashchynski
2021-06-08- Make listener push async in the worker_handlerValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-08#709 feat(metrics): expose HTTP metricsValery Piashchynski
#709 feat(metrics): expose HTTP metrics
2021-06-07- Remove git checkout HEAD2 from the CodeQL as no longer necessaryValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-07- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-07- Add metrics exporter for the workersValery Piashchynski
- Add metrics for the request duration and request count - Add tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-06Remove tools folderValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-06Update dependenciesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05#706 feat(CI): add `Windows` github actions CIValery Piashchynski
#706 feat(CI): add `Windows` github actions CI
2021-06-05- Remove storage tests (Linux)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Remove storage testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>