summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-30#741 feat(release): `v2.3.1` releasev2.3.1Valery Piashchynski
#741 feat(release): `v2.3.1` release
2021-06-30- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-28Fix typos in the CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-26#738 fix(allocator): workers were not reallocating when `exec_ttl` was hitv2.3.1-rc.1Valery Piashchynski
#738 fix(allocator): workers were not reallocating when `exec_ttl` was hit
2021-06-26- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-26- Add more testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-26- Better channel handlingValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-25- Fix bug with an exec_ttl reallocation issueValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-24#736 feat(kv): `clear` RPC method which completely cleans storagev2.3.1-beta.6Valery Piashchynski
#736 feat(kv): `clear` RPC method which completely cleans storage
2021-06-24- Linters fixValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-24- Fix deadlocks in the websockets testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-24- Update GA testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-24- Clear BOLTDB TTL memory region on Clear RPC callValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-24- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-24- Add Clear method to the storagesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-22Update bug_report.mdValery Piashchynski
2021-06-21Correct Websockets test namev2.3.1-beta.4Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-21#732 feat(plugin): rework `broadcast` pluginValery Piashchynski
#732 feat(plugin): rework `broadcast` plugin
2021-06-21- Minor tests improvenmentsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-20- Improve error messagesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-20- Update redis/memory pubsubsValery 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- TyposValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-18- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-18- Add broadcast testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-18- Rework finishedValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-18- Rework main partsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-17- Initial broadcast commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-16#730 bug(websockets): not properly checked request originv2.3.1-beta.3Valery Piashchynski
#730 bug(websockets): not properly checked request origin
2021-06-16- Update ws plugin responses (text instead of binary)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-16- Type in the GHAValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-16- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-16- Add origin check for the websocketsValery 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]>