summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-13[#891]: Bump github.com/spiral/goridge/v3 from 3.2.6 to 3.2.7v2.7.1Valery Piashchynski
2022-01-12Bump github.com/spiral/goridge/v3 from 3.2.6 to 3.2.7dependabot[bot]
Bumps [github.com/spiral/goridge/v3](https://github.com/spiral/goridge) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/spiral/goridge/releases) - [Changelog](https://github.com/spiral/goridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/spiral/goridge/compare/v3.2.6...v3.2.7) --- updated-dependencies: - dependency-name: github.com/spiral/goridge/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-01-12[#890]: feat(protocol): add codec type to the protocol structurev2.7.0Valery Piashchynski
2022-01-12update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-12update protocol structure, use encoderValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-12[#888]: bug(logger): the RR logger wasn't passed from the poolv2.7.0-rc.2Valery Piashchynski
2022-01-12Merge remote-tracking branch 'origin/master' into bug/logger-worker-passingValery Piashchynski
# Conflicts: # go.mod # go.sum
2022-01-12update depsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-12pass logger from the factoryValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-05[#884]: Bump go.uber.org/zap from 1.19.1 to 1.20.0v2.7.0-rc.1Valery Piashchynski
2022-01-04Bump go.uber.org/zap from 1.19.1 to 1.20.0dependabot[bot]
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.19.1 to 1.20.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/zap/compare/v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: go.uber.org/zap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2021-12-26[#881]: feat(logger): implement common loggerv2.7.0-beta.1Valery Piashchynski
2021-12-26implement common loggerValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-23[#879]: feat(pool): add `Reset` methodv2.6.3Valery Piashchynski
2021-12-23update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-23add Reset method to the poolValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15chore(supervisor_pool): specify event in the logv2.6.2Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15[#872]: bug(static_pool, debug mode): worker exited immediately after ↵Valery Piashchynski
obtaining the response
2021-12-15update go.modValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15small refactoringValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15Update static_pool and worker to wait response from the workerValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14Merge pull request #870 from spiral/bug/supervisor-pool-timer-leakValery Piashchynski
[#870]: bug(pool,ww): unstopped ticker causes a memory leak
2021-12-14protect destroy operation with mutexValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14protect pool operations and sync with workers checksValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14update Go CI version to 1.17.5Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14proper ww destroyValery Piashchynski
supervised pool ticket stop Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-13update issue templateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-13new issue templatesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-09update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-04update Linux CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-04update bors.toml, Go version in the CI, and dependabot.ymlValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-01[#866]: tests(codecov): improve code coverageValery Piashchynski
2021-12-01improve codecovValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-01[#865]: refactoring(sdk): remove unused codeValery Piashchynski
2021-12-01remove unused codeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-30[#864]: upd(vector): redundant workers killv2.6.0Valery Piashchynski
2021-11-30update vector, add more comments, remove redundand worker killValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25update bors.tomlv2.6.0-rc.1Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25[#863]: feat(worker): print bad header in case of CRC errorValery Piashchynski
2021-11-25update go version in the CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25correct testsValery Piashchynski
update CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25update goridgeValery Piashchynski
print bad header in the error message Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-23[#862]: bug(pool, debug mode): zombie processes when the `pool.debug` mode ↵v2.6.0-beta.1Valery Piashchynski
is used
2021-11-23update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-23Update depsValery Piashchynski
Read process exit status to prevent zombie processes Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-07kill the worker received from the channelv2.6.0-alpha.5Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-07[#855]: fix(vector): non-blocking send in all casesValery Piashchynski
[#855]: fix(vector): non-blocking send in all cases
2021-11-07update vectorValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>