poolifier.git
2022-10-13  Jérôme BenoitVersion 2.3.1 v2.3.1
2022-10-13  Jérôme BenoitREADME.md: Fix formatting
2022-10-13  Jérôme BenoitPrepare the 2.3.0 changelog
2022-10-13  Jérôme BenoitUpdate documentation for 2.3.0 release
2022-10-13  Jérôme BenoitBump version in sonar configuration
2022-10-13  Jérôme BenoitImprove tests coverage on worker choice strategies
2022-10-13  Jérôme BenoitFix tests
2022-10-13  Jérôme BenoitAdd tests for WRR worker choice strategy
2022-10-13  Jérôme BenoitImprove strategies internals reset tests
2022-10-13  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-13  Jérôme BenoitFix strategies internals reset
2022-10-13  Jérôme BenoitAdd code sonarlint configuration
2022-10-13  Jérôme BenoitPrepare for 2.3.0 release
2022-10-12  Jérôme BenoitTests: remove unused variables
2022-10-12  Jérôme BenoitTests: improve strategies initialization coverage
2022-10-12  Jérôme BenoitTests: check strategy internal statistics at pool creation
2022-10-12  Jérôme BenoitTests: also test strategy statistics reset on dynamic...
2022-10-12  Jérôme BenoitTests: assess internal strategy statistics resets at...
2022-10-12  Jérôme BenoitApply dependencies update
2022-10-11  Jérôme BenoitDocument fixes to worker choice strategies
2022-10-11  Jérôme BenoitTests: simplify tasks usage reset
2022-10-11  Jérôme BenoitTest: Verify that worker pool tasks usage are reset...
2022-10-11  Jérôme BenoitTests: fix promises handling
2022-10-11  Jérôme BenoitTests: Verify that worker pool tasks usage are reset...
2022-10-11  Jérôme BenoitReset all internal statistics at worker choice strategy...
2022-10-11  Jérôme BenoitStrict boolean check
2022-10-11  Jérôme BenoitRefine lint-staged configuration
2022-10-11  Jérôme BenoitComment spell fixlet
2022-10-11  Jérôme BenoitSpell fixlets in comment
2022-10-11  Jérôme BenoitWRR strategy: round the default weight computation
2022-10-10  Jérôme BenoitCleanup mocha configuration
2022-10-10  Jérôme BenoitFormatting fixlet
2022-10-10  Jérôme BenoitEnchance benchmarking code
2022-10-10  Jérôme Benoitnew Date().getTime() -> Date.now()
2022-10-10  Jérôme BenoitUniformize some comments
2022-10-10  Jérôme BenoitFix WRR worker choice strategy implementation
2022-10-10  Jérôme BenoitApply dependencies update
2022-10-10  Jérôme Benoitsrc/pools/selection-strategies/weighted-round-robin...
2022-10-10  Jérôme BenoitStrict boolean check
2022-10-10  Jérôme BenoitVerify that the configured worker choice is going to...
2022-10-10  Jérôme BenoitAdd WRR worker choice strategy to benchmark
2022-10-10  Jérôme BenoitCleanup tests code
2022-10-10  Jérôme BenoitFix tests with WRR worker choice strategy
2022-10-10  Jérôme BenoitFix task runtime statistics usage calculation logic
2022-10-10  Jérôme BenoitStricter tests expectations
2022-10-10  Jérôme BenoitFix fair share strategy unix timestamp comparison
2022-10-10  Jérôme BenoitAllow worker choice strategy to specify their statistic...
2022-10-10  Jérôme BenoitAdd eslint report to sonar
2022-10-09  Jérôme BenoitFix missed Promise.all usage in tests
2022-10-09  Jérôme BenoitRevert Promise.all usage in tests
2022-10-09  Jérôme BenoitFix pool execute promises fullfilment in tests
2022-10-09  Jérôme Benoit.eslintrc.js: remove uneeded rules for tests
2022-10-09  Jérôme BenoitSilence sonar
2022-10-09  Jérôme BenoitAdd fair sharing worker choice strategy
2022-10-09  Jérôme BenoitAdd WRR worker choice strategy
2022-10-09  Jérôme BenoitFix lint-staged configuration, take 2
2022-10-09  Jérôme BenoitFix lint-staged configuration
2022-10-09  Jérôme BenoitEnhance tasks statistics
2022-10-09  Jérôme BenoitRefine eslint configuration
2022-10-09  Jérôme BenoitAdd lint-staged run at pre-commit git hook
2022-10-09  Jérôme BenoitREADME.md: reference the next project version for sugge...
2022-10-09  Jérôme BenoitFix npm publication v2.2.2
2022-10-09  Jérôme BenoitVersion 2.2.2
2022-10-09  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-09  Jérôme BenoitUpdate documentation
2022-10-09  Jérôme BenoitREADME.md: remove uneeded comments
2022-10-09  Jérôme BenoitREADME.md: fix node versions supported
2022-10-09  Jérôme BenoitReadd UTs run before npm registry auto publication
2022-10-08  Jérôme BenoitREADME.md: fix link to dependabot badge
2022-10-08  Jérôme BenoitComment out UTs run on the production build at npm... v2.2.1
2022-10-08  Jérôme BenoitFix eslint configuration
2022-10-08  Jérôme BenoitFix link in documentation
2022-10-08  Jérôme BenoitVersion 2.2.1
2022-10-08  Jérôme BenoitAdd missed documentation files
2022-10-08  Jérôme BenoitGenerate documentation
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 BenoitApply dependencies update
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 BenoitComment cleanup
2022-10-08  Jérôme BenoitKeep the LRU strategy implementation as optimized as...
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-10-07  Jérôme BenoitRefine .gitignore
2022-10-07  Jérôme BenoitFix eslint configuration
2022-10-07  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-07  Jérôme BenoitFix eslint configuration
2022-10-06  dependabot... Bump @types/node from 18.8.2 to 18.8.3 (#576)
2022-10-04  dependabot... Bump @types/node from 18.8.0 to 18.8.2 (#575)
2022-10-04  dependabot... Bump @typescript-eslint/eslint-plugin from 5.38.1 to...
2022-10-04  dependabot... Bump @typescript-eslint/parser from 5.38.1 to 5.39...
2022-10-03  Jérôme BenoitRemove deprecated code configuration
2022-10-03  Jérôme BenoitSync package-lock.json
2022-10-03  dependabot... Bump expect from 29.1.0 to 29.1.2 (#572)
2022-10-03  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-03  Jérôme BenoitFix source map support in UTs
next