Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-20 | Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-17 | Update README.md | Valery Piashchynski | |
2021-09-16 | [#803]: feat(plugins): move plugins to a separate repositoryv2.5.0-alpha.2 | Valery Piashchynski | |
[#803]: feat(plugins): move plugins to a separate repository | |||
2021-09-16 | Update deps | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-16 | Merge remote-tracking branch 'origin' into feat/plugins-refactor | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-16 | [#783]: feat(grpc): update GRPC plugin to RR `v2` | Valery Piashchynski | |
[#783]: feat(grpc): update GRPC plugin to RR `v2` | |||
2021-09-16 | Update php worker | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-16 | Fix testsv2.5.0-alpha.1 | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-16 | Update Makefile | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-16 | Move plugins to a separate repository | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
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 | |