summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-16Move plugins to a separate repositoryValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-13[#793]: fix(plugins): incorrect parsing local and global drivers sectionsValery Piashchynski
[#793]: fix(plugins): incorrect parsing local and global drivers sections
2021-09-13update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-13Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-12Merge 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-12Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-12change jobs-memory run behaviorValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-12Run pipe tests in parallelValery Piashchynski
Update codecoverage Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-11Fix binary_heap_test max_lenValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-11Update bst_testValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-11Update codecovValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-11Update .vscode settingsValery Piashchynski
Update codecov Update configs Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-10Merge branch 'master' into bug/local-and-global-sections-incorrect-parsingValery Piashchynski
2021-09-10Configs updateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-10fix issue with incorrectly parsing local and global configurationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-10Update CHANGELOG.mdValery Piashchynski
2021-09-10Remove docsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-10Add docs folderValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-10Update bors.tomlValery Piashchynski
2021-09-10[#792]: bug(attributes): make `attributes.Init` idempotentValery Piashchynski
[#792]: bug(attributes): make `attributes.Init` idempotent
2021-09-10update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-10do not overwrite psr http attributes on attributes.InitValery 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-08Fix variable assignmentPeter Fox
2021-09-07Adds a test for marshallingPeter Fox
2021-09-07Fixes performance issuesPeter Fox
2021-09-06Lets Zap fields to be used as arguments to loggerPeter Fox
2021-09-02#778: feat(refactor): jobs code adjustingv2.4.0Valery Piashchynski
#778: feat(refactor): jobs code adjusting
2021-09-02Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-02Do 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-02Destroy localPrefetch channel on stopValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-02Profiling 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-02Update 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-01Remove redundand debug logValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Close connection in the amqp driver.Valery Piashchynski
bytes.Buffer update in the beanstalk driver Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Update MakefileValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Update deps and CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Code polishing before releaseValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31#776: fix(amqp): type casting for the amqp headersv2.4.0-rc.1Valery Piashchynski
#776: fix(amqp): type casting for the amqp headers
2021-08-31Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31Type casting for the amqp headersValery 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-31Naming: service -> pluginValery Piashchynski
Fix bug with survived workers in the debug mode Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31Tune listener timersValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31Update arch diagrammValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31Finish boltdb testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-30Add error to the EventJobError eventValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-30Tests 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-29Update boltdb config filesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>