2024-01-04 | Jérôme Benoit | refactor: cleanup some eslint rules disablement Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-04 | Jérôme Benoit | fix: avoid possible nullish exception Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | fix: ensure worker node is defined before emitting Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | fix: ensure worker info is defined before accessing it Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | refactor: cleanup unneeded no null assertion Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | fix: readd nullish checks on worker usage Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | build: make eslint configuration use strict type checking Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | fix: add missing module package.json field Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | build: bump volta pnpm version Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | chore: v3.1.16 |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | docs: add changelog entry Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | Merge branch 'master' of github.com:poolifier/poolifier |
commit | commitdiff | tree |
2024-01-03 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-02 | Jérôme Benoit | docs: add missing type export Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-02 | Jérôme Benoit | build(deps-dev): apply updates in examples Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-02 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-02 | Jérôme Benoit | chore: v3.1.15 |
commit | commitdiff | tree |
2024-01-02 | Jérôme Benoit | refactor: cleanup package.json Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-02 | Jérôme Benoit | docs: refine changelog entries Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-02 | Jérôme Benoit | chore: v3.1.15-0 |
commit | commitdiff | tree |
2024-01-02 | Jérôme Benoit | docs: add changelog entry Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-02 | Jérôme Benoit | build: add types field to package.json Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | refactor: add type alias for worker event handler Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | refactor: code cleanup Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | refactor: cleanup dead code Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | refactor: remove home made random integer generator Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | build: cleanup recommended code extensions Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | docs: refine code comment Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | chore: v3.1.14 |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2024-01-01 | Jérôme Benoit | test: improve worker choice strategies options tests Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-31 | Jérôme Benoit | build(deps-dev): remove ts-standard Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-31 | Jérôme Benoit | refactor: code cleanups Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-31 | Jérôme Benoit | fix: properly handle dynamic pool with zero minimum... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-31 | Jérôme Benoit | refactor: dedupe worker choice strategy options handling... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-31 | Jérôme Benoit | test: align task timeout expectation Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-31 | Jérôme Benoit | test: refine expectation Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-31 | Jérôme Benoit | docs: refine code comment Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-31 | Jérôme Benoit | refactor: remove unneeded worker choice strategy storage... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-30 | Jérôme Benoit | chore: v3.1.13 |
commit | commitdiff | tree |
2023-12-30 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-30 | Jérôme Benoit | docs: add changelog entries Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-30 | Jérôme Benoit | build: silence linter Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-30 | Jérôme Benoit | perf: use structuredClone() for cloning Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-30 | Jérôme Benoit | build(ci): refine code coverage thresholds Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-30 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-30 | Jérôme Benoit | build: refine linter rules Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-30 | Jérôme Benoit | refactor: renable standard JS linter rules Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-27 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-27 | Jérôme Benoit | chore: v3.1.12 |
commit | commitdiff | tree |
2023-12-27 | Jérôme Benoit | build: refine eslint configuration after ESM defaulting Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-27 | Jérôme Benoit | chore: v3.1.12-0 |
commit | commitdiff | tree |
2023-12-27 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-27 | Jérôme Benoit | build: switch default to ESM Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-27 | Jérôme Benoit | Merge branch 'master' of github.com:poolifier/poolifier |
commit | commitdiff | tree |
2023-12-27 | Jérôme Benoit | build: switch TS module resolution to node 16 Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-26 | Jérôme Benoit | refactor: cleanup conditions Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-26 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-26 | Jérôme Benoit | build(ci): exclude ESM files in sonar Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-25 | Jérôme Benoit | build(ci): fix coverage Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-25 | Jérôme Benoit | build(ci): fix coverage report Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-25 | Jérôme Benoit | build(ci): add step to fix coverage report paths Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-24 | Jérôme Benoit | build: cleanup sonar configuration Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-24 | Jérôme Benoit | fix: refine pool statuses handling Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-24 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-24 | Jérôme Benoit | chore: v3.1.11 |
commit | commitdiff | tree |
2023-12-24 | Jérôme Benoit | build(ci): refine coverage thresholds for node 18.x Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-24 | Jérôme Benoit | fix: fix worker node cross tasks stealing Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-23 | Jérôme Benoit | refactor: silence sonar Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-23 | Jérôme Benoit | refactor: convert if...then...else to switch...case Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-23 | Jérôme Benoit | docs: remove node-worker-threads-pool from benchmarks... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | chore: v3.1.10 |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | docs: add changelog entry Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | perf: avoid branching on pool type Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | perf: avoid branching on pool type Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | docs: refine API documentation Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | chore: v3.1.9 |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | fix: readd ThreadPoolOptions and ClusterPoolOptions... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-22 | Jérôme Benoit | test: refine expectations Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | test: fix test flakiness Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | test: fix test flakiness Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | test: improve worker choice strategies coverage Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | test: fix pool destroy() test flakiness, take 3 Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | Merge branch 'master' of github.com:poolifier/poolifier |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | test: fix pool destroy() test flakiness, take 2 Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | test: fix pool destroy() test flakiness Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | chore: v3.1.8 |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | fix: fix possible null exception at pool destroying Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | fix: make worker weight default computation more robust Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-21 | Jérôme Benoit | test: improve IWRR coverage Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-20 | Jérôme Benoit | refactor: cleanup default arguments handling Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-20 | Jérôme Benoit | refactor: refine worker node existence test Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-20 | Jérôme Benoit | build(deps-dev): apply updates Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2023-12-20 | Jérôme Benoit | chore: v3.1.7 |
commit | commitdiff | tree |
2023-12-20 | Jérôme Benoit | test: refine expectation Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
next |