Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-16 | Add test PHP-GRPC server | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-15 | Fix websocket_plugin_test, remove sleep from the test worker | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-15 | properly initialize configuration | Valery Piashchynski | |
Add Init test Regenerate protofiles Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-15 | Finish GRPC plugin | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-15 | Check the len of the grpc chunks. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-15 | Atoi -> ParseUint(..,10, 32). Int in the string might be bigger, that | Valery Piashchynski | |
uint32, we should parse it properly. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-14 | Add parser, codec, proxy | Valery Piashchynski | |
Refactor old code, update proto libs Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-14 | Merge remote-tracking branch 'origin' into plugin/grpc | Valery Piashchynski | |
2021-09-13 | [#793]: fix(plugins): incorrect parsing local and global drivers sections | Valery Piashchynski | |
[#793]: fix(plugins): incorrect parsing local and global drivers sections | |||
2021-09-13 | update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-13 | Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-12 | Merge remote-tracking branch 'origin' into ↵ | Valery Piashchynski | |
bug/local-and-global-sections-incorrect-parsing | |||
2021-09-12 | [#795]: fix(jobs, memory): start `jobs` `in-memory` driver automatically if ↵ | Valery Piashchynski | |
the user consumes it [#795]: fix(jobs, memory): start `jobs` `in-memory` driver automatically if the user consumes it | |||
2021-09-12 | Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-12 | change jobs-memory run behavior | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-12 | Run pipe tests in parallel | Valery Piashchynski | |
Update codecoverage Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-11 | Fix binary_heap_test max_len | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-11 | Update bst_test | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-11 | Update codecov | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-11 | Update .vscode settings | Valery Piashchynski | |
Update codecov Update configs Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | Merge branch 'master' into bug/local-and-global-sections-incorrect-parsing | Valery Piashchynski | |
2021-09-10 | Configs update | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | fix issue with incorrectly parsing local and global configuration | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | Update CHANGELOG.md | Valery Piashchynski | |
2021-09-10 | Remove docs | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | Add docs folder | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | Update bors.toml | Valery Piashchynski | |
2021-09-10 | [#792]: bug(attributes): make `attributes.Init` idempotent | Valery Piashchynski | |
[#792]: bug(attributes): make `attributes.Init` idempotent | |||
2021-09-10 | update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | do not overwrite psr http attributes on attributes.Init | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | Update .vscode | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | Fix issue with attributes.Init resets existing attributes | Valery Piashchynski | |
Experiment with protoregistry Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-08 | Update protoc plugin, | Valery Piashchynski | |
Update serverOptions, Update codec. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-08 | gofmt-ed | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-08 | Merge remote-tracking branch 'origin' into plugin/grpc | Valery Piashchynski | |
2021-09-08 | Implement Endure interfaces | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-08 | [#782]: feat(logger): Zap fields can be used as arguments to the logger | Valery Piashchynski | |
[#782]: feat(logger): Zap fields can be used as arguments to the logger | |||
2021-09-08 | Fix variable assignment | Peter Fox | |
2021-09-07 | Adds a test for marshalling | Peter Fox | |
2021-09-07 | Fixes performance issues | Peter Fox | |
2021-09-07 | Add protoc installation to the GA | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-07 | Initial commit for the GRPC plugin | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-06 | Lets Zap fields to be used as arguments to logger | Peter Fox | |
2021-09-02 | #778: feat(refactor): jobs code adjustingv2.4.0 | Valery Piashchynski | |
#778: feat(refactor): jobs code adjusting | |||
2021-09-02 | Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-02 | Do not use copied driver from the map. | Valery Piashchynski | |
Store driver and pipeline only after run w/o error. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-02 | Destroy localPrefetch channel on stop | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-02 | Profiling session fixes: | Valery Piashchynski | |
- Drain local pipeline channel - sync.Map instead of map - Add start-elapsed timings Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-02 | Update endure. | Valery Piashchynski | |
Replace map with sync.Map because various RPC methods can be called simultaneously. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-01 | Remove redundand debug log | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> |