Refine eslint configuration
[poolifier.git] / tests /
2022-10-08  Jérôme BenoitAdd UTs for WorkerChoiceStrategyContext
2022-10-08  Jérôme BenoitAdd UTs for SelectionStrategiesUtils
2022-10-08  Jérôme BenoitCheck in UTs the error message thrown in worker-thread...
2022-10-08  Jérôme BenoitConvert function to arrow function in UT
2022-10-08  Jérôme BenoitFactor out some UTs code in test-utils.js
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime
2022-10-07  Jérôme BenoitRemove redundant await
2022-10-07  Jérôme BenoitReport more cleanups from work in progress PRs
2022-10-07  Jérôme BenoitReport some code cleanups from work in progress PR
2022-06-26  Jérôme BenoitUpgrade expect to latest
2022-06-26  Jérôme BenoitApply dependencies update
2022-05-20  Jérôme BenoitUse JsDoc default regexp
2022-03-06  Jérôme BenoitAlign UTs worker implementation
2022-03-06  Jérôme BenoitSimplify eslint configuration
2021-08-29  Jérôme BenoitAdd a pool option to register a message listener on...
2021-05-16  Jérôme BenoitDedupe worker attributes (#364)
2021-05-03  Jérôme BenoitFix busy event emission on fixed pool: (#332)
2021-03-22  Jérôme BenoitAvoid to on-by-one in worker function. (#285)
2021-03-09  Jérôme BenoitAdd two tests to assess worker options. (#260)
2021-03-07  Jérôme BenoitFix strategy handling in pool options (#259)
2021-03-07  Jérôme BenoitBenchmarks and tests code cleanups. (#257)
2021-03-06  Jérôme BenoitPool busy event emitting on all pool types (#241)
2021-02-27  aardizioRename FullPool event to busy, update benchmarks
2021-02-23  Alessandro Pio ArdizioCoverage increased (#226)
2021-02-23  Jérôme BenoitCleanups on bechmarking and strategies code: (#227)
2021-02-23  Alessandro Pio ArdizioRemoved max tasks (#225)
2021-02-22  Jérôme BenoitImprove worker selection strategies coverage. (#220)
2021-02-22  Jérôme BenoitCheck that a pool have a minimum number of workers...
2021-02-22  Alessandro Pio ArdizioCoverage increased (#217)
2021-02-21  Jérôme BenoitEnsure we always clean up resources in ut. (#214)
2021-02-21  ShinigamiExtract selection strategies to classes (#176)
2021-02-18  Alessandro Pio ArdizioFix EPIPE when run unit tests (#187)
2021-02-18  Alessandro Pio ArdizioFix sonar code smells (#184)
2021-02-17  Alessandro Pio ArdizioTests enhancement (#172)
2021-02-16  Alessandro Pio ArdizioMerge pull request #153 from pioardi/add-worker-test
2021-02-16  ShinigamiMerge branch 'master' into add-worker-test
2021-02-16  Shinigami92Merge branch 'master' into add-worker-test
2021-02-16  Alessandro Pio ArdizioMerge pull request #161 from pioardi/issue-70
2021-02-16  ShinigamiImprovements for #161 (#169)
2021-02-16  aardizioAdd test cases and fixed some sonar code smells
2021-02-16  aardizioChange killBehaviorEnumeration to killBehaviorTypes
2021-02-16  aardizioIncreased test timeouts, we need to look into that...
2021-02-16  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-16  aardizioImplementation for killBehavior based on the last feedbacks
2021-02-15  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  aardizioAdd a blank line
2021-02-15  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  aardizioCluster pool is now working
2021-02-15  aardizioBetter handling for maxInactiveTime on dynamic pools
2021-02-14  ShinigamiMerge branch 'master' into add-worker-test
2021-02-14  ShinigamiMerge branch 'master' into add-worker-test
2021-02-14  Shinigami92Add test for workers
2021-02-14  Shinigami92Rename folder
2021-02-13  ShinigamiClean worker from pool after it was destroyed (#146)
2021-02-13  ShinigamiAdd eslint-plugin-spellcheck (#139)
2021-02-13  Jérôme BenoitCleanups (#144)
2021-02-13  Alessandro Pio ArdizioCoverage ci (#132)
2021-02-11  ShinigamiProvide a cluster worker pool (#92)
2021-02-09  ShinigamiRename functions and methods to not use prefix undersco...
2021-02-08  ShinigamiRemove usage of module.exports (#84)
2021-01-16  Alessandro Pio ArdizioMerge pull request #69 from pioardi/feature/prettier
2021-01-14  aardizio Added prettier standard to support prettier and use...
2020-11-11  aardizio Fix the issue https://github.com/pioardi/poolifier...
2020-05-21  Alessandro Pio ArdizioMerge pull request #31 from NeoyeElf/feat/support-async...
2020-05-21  liuwenzhe[test] fix tests
2020-05-21  liuwenzhe[style] standard fix
2020-05-21  liuwenzhe[feat] support exec async func in worker threads
2020-01-24  aardizioImprovements based on https://github.com/pioardi/poolif...
2020-01-23  Alessandro Pio ArdizioMerge pull request #1 from pioardi/dependabot/npm_and_y...
2020-01-22  pioardiError handling and unit tests
2020-01-21  aardizioNew benchmarking without any library to better understa...
2020-01-20  pioardiDocumenation and improvements
2020-01-19  aardizioLigth number of threads
2020-01-19  aardizioFix tests run on node 10.x and add test assertion
2020-01-19  aardizioMerge branch 'master' of https://github.com/pioardi...
2020-01-19  aardizioImprovements and unit tests
2020-01-19  aardizioMerge branch 'master' of https://github.com/pioardi...
2020-01-19  aardizioLinting
2020-01-19  aardizioSetting up github actions