Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-16 | Move plugins to a separate repository | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
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-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-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]> | |||
2021-09-01 | Close connection in the amqp driver. | Valery Piashchynski | |
bytes.Buffer update in the beanstalk driver Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-01 | Update Makefile | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-01 | Update deps and CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-01 | Code polishing before release | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | #776: fix(amqp): type casting for the amqp headersv2.4.0-rc.1 | Valery Piashchynski | |
#776: fix(amqp): type casting for the amqp headers | |||
2021-08-31 | Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | Type casting for the amqp headers | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | #770: feat(`driver,jobs`): local persistent driver based on the `boltdb`, ↵ | Valery Piashchynski | |
#772: fix(`worker_watcher`): bug with failed worker while TTL-ed #770: feat(`driver,jobs`): local persistent driver based on the `boltdb`, #772: fix(`worker_watcher`): bug with failed worker while TTL-ed | |||
2021-08-31 | Naming: service -> plugin | Valery Piashchynski | |
Fix bug with survived workers in the debug mode Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | Tune listener timers | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | Update arch diagramm | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | Finish boltdb tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-30 | Add error to the EventJobError event | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-30 | Tests for the boltdb jobs. | Valery Piashchynski | |
Fix issue with Stop in the jobs plugin which didn't destroy the pool. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-29 | Update boltdb config files | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> |