poolifier.git
4 weeks agobuild(deps-dev): bump @types/node
dependabot[bot] [Wed, 29 May 2024 20:20:45 +0000 (20:20 +0000)] 
build(deps-dev): bump @types/node

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 20.12.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 weeks agodocs: generate documentation
Documentation Bot [Wed, 29 May 2024 16:45:47 +0000 (16:45 +0000)] 
docs: generate documentation

4 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 29 May 2024 16:21:34 +0000 (18:21 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agochore: v4.0.13 v4.0.13
Jérôme Benoit [Wed, 29 May 2024 16:13:07 +0000 (18:13 +0200)] 
chore: v4.0.13

4 weeks agoperf: enable prioritized tasks queue only when necessary
Jérôme Benoit [Wed, 29 May 2024 16:00:47 +0000 (18:00 +0200)] 
perf: enable prioritized tasks queue only when necessary

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agotest: add fixed priority queue get() test
Jérôme Benoit [Tue, 28 May 2024 22:18:39 +0000 (00:18 +0200)] 
test: add fixed priority queue get() test

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agodocs: refine queueing code comment
Jérôme Benoit [Tue, 28 May 2024 20:58:18 +0000 (22:58 +0200)] 
docs: refine queueing code comment

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agoperf: remove unneeded counter on fixed priority queue
Jérôme Benoit [Tue, 28 May 2024 19:14:59 +0000 (21:14 +0200)] 
perf: remove unneeded counter on fixed priority queue

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agofix: fix priority queue iterator
Jérôme Benoit [Tue, 28 May 2024 19:01:19 +0000 (21:01 +0200)] 
fix: fix priority queue iterator

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agorefactor: refine priority queue bucket size validation
Jérôme Benoit [Tue, 28 May 2024 18:14:09 +0000 (20:14 +0200)] 
refactor: refine priority queue bucket size validation

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agofix: add missing exports
Jérôme Benoit [Tue, 28 May 2024 17:57:56 +0000 (19:57 +0200)] 
fix: add missing exports

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 28 May 2024 17:48:06 +0000 (19:48 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agofix: fix task dequeuing from the last bucket
Jérôme Benoit [Tue, 28 May 2024 17:42:19 +0000 (19:42 +0200)] 
fix: fix task dequeuing from the last bucket

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agoperf: optimize tasks queue implementation
Jérôme Benoit [Tue, 28 May 2024 16:32:06 +0000 (18:32 +0200)] 
perf: optimize tasks queue implementation

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Mon, 27 May 2024 11:03:33 +0000 (13:03 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agorefactor: trivial code cleanups
Jérôme Benoit [Sun, 26 May 2024 14:52:08 +0000 (16:52 +0200)] 
refactor: trivial code cleanups

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agofix: fix iteration in fixed queue if start > size
Jérôme Benoit [Sun, 26 May 2024 14:46:04 +0000 (16:46 +0200)] 
fix: fix iteration in fixed queue if start > size

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Sat, 25 May 2024 22:53:22 +0000 (00:53 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agorefactor: refine circular buffer error message
Jérôme Benoit [Sat, 25 May 2024 19:39:15 +0000 (21:39 +0200)] 
refactor: refine circular buffer error message

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agofix: fix fixed priority queue array length change
Jérôme Benoit [Sat, 25 May 2024 18:49:34 +0000 (20:49 +0200)] 
fix: fix fixed priority queue array length change

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agotest: comment out fixed priority queue tests
Jérôme Benoit [Sat, 25 May 2024 15:36:39 +0000 (17:36 +0200)] 
test: comment out fixed priority queue tests

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 weeks agofeat: add fixed priority queue implementation
Jérôme Benoit [Sat, 25 May 2024 15:33:44 +0000 (17:33 +0200)] 
feat: add fixed priority queue implementation

Expected usage is priority queue optimization

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agodocs: generate documentation
Documentation Bot [Sat, 25 May 2024 10:36:16 +0000 (10:36 +0000)] 
docs: generate documentation

5 weeks agochore: v4.0.12 v4.0.12
Jérôme Benoit [Sat, 25 May 2024 10:26:26 +0000 (12:26 +0200)] 
chore: v4.0.12

5 weeks agodocs: add changelog entry
Jérôme Benoit [Sat, 25 May 2024 10:25:02 +0000 (12:25 +0200)] 
docs: add changelog entry

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agotest: remove commented out code
Jérôme Benoit [Fri, 24 May 2024 20:07:56 +0000 (22:07 +0200)] 
test: remove commented out code

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agoperf: optimize circular buffer for numbers
Jérôme Benoit [Fri, 24 May 2024 19:39:51 +0000 (21:39 +0200)] 
perf: optimize circular buffer for numbers

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Fri, 24 May 2024 12:33:15 +0000 (14:33 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Fri, 24 May 2024 12:28:41 +0000 (14:28 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

5 weeks agodocs: refine code comment
Jérôme Benoit [Fri, 24 May 2024 12:28:03 +0000 (14:28 +0200)] 
docs: refine code comment

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agoMerge pull request #2313 from poolifier/dependabot/npm_and_yarn/eslint-plugin-jsdoc...
Jérôme Benoit [Fri, 24 May 2024 10:14:26 +0000 (10:14 +0000)] 
Merge pull request #2313 from poolifier/dependabot/npm_and_yarn/eslint-plugin-jsdoc-48.2.6

build(deps-dev): bump eslint-plugin-jsdoc from 48.2.5 to 48.2.6

5 weeks agofeat: fully implement circular buffer semantic
Jérôme Benoit [Fri, 24 May 2024 04:27:04 +0000 (06:27 +0200)] 
feat: fully implement circular buffer semantic

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps-dev): bump eslint-plugin-jsdoc from 48.2.5 to 48.2.6
dependabot[bot] [Thu, 23 May 2024 20:42:22 +0000 (20:42 +0000)] 
build(deps-dev): bump eslint-plugin-jsdoc from 48.2.5 to 48.2.6

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.2.5 to 48.2.6.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.2.5...v48.2.6)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks agoMerge pull request #2312 from poolifier/dependabot/github_actions/sonarsource/sonarcl...
Jérôme Benoit [Thu, 23 May 2024 20:29:05 +0000 (20:29 +0000)] 
Merge pull request #2312 from poolifier/dependabot/github_actions/sonarsource/sonarcloud-github-action-2.2.0

build(deps): bump sonarsource/sonarcloud-github-action from 2.1.1 to 2.2.0

5 weeks agobuild(deps): bump sonarsource/sonarcloud-github-action
dependabot[bot] [Thu, 23 May 2024 20:19:22 +0000 (20:19 +0000)] 
build(deps): bump sonarsource/sonarcloud-github-action

Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
- [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: sonarsource/sonarcloud-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks agodocs: refine code comment
Jérôme Benoit [Thu, 23 May 2024 15:24:41 +0000 (17:24 +0200)] 
docs: refine code comment

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 22 May 2024 14:59:55 +0000 (16:59 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agodocs: refine circular buffer code comments
Jérôme Benoit [Tue, 21 May 2024 21:19:38 +0000 (23:19 +0200)] 
docs: refine circular buffer code comments

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agodocs: refine code comment
Jérôme Benoit [Tue, 21 May 2024 21:07:51 +0000 (23:07 +0200)] 
docs: refine code comment

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agotest: add circular buffer toArray() test
Jérôme Benoit [Tue, 21 May 2024 20:50:12 +0000 (22:50 +0200)] 
test: add circular buffer toArray() test

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agodocs: generate documentation
Documentation Bot [Tue, 21 May 2024 20:29:49 +0000 (20:29 +0000)] 
docs: generate documentation

5 weeks agochore: v4.0.11 v4.0.11
Jérôme Benoit [Tue, 21 May 2024 20:25:22 +0000 (22:25 +0200)] 
chore: v4.0.11

5 weeks agodocs: refine changelog entry
Jérôme Benoit [Tue, 21 May 2024 20:23:33 +0000 (22:23 +0200)] 
docs: refine changelog entry

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agodocs: add changelog entry
Jérôme Benoit [Tue, 21 May 2024 20:18:37 +0000 (22:18 +0200)] 
docs: add changelog entry

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agoperf: use optimized circular buffer implementation to store measurements history
Jérôme Benoit [Tue, 21 May 2024 19:38:17 +0000 (21:38 +0200)] 
perf: use optimized circular buffer implementation to store measurements history

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agorefactor: code cleanups
Jérôme Benoit [Tue, 21 May 2024 18:20:43 +0000 (20:20 +0200)] 
refactor: code cleanups

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 21 May 2024 09:15:01 +0000 (11:15 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agoMerge pull request #2301 from poolifier/combined-prs-branch
Jérôme Benoit [Tue, 21 May 2024 09:03:13 +0000 (11:03 +0200)] 
Merge pull request #2301 from poolifier/combined-prs-branch

Combined PRs

5 weeks agoMerge branch 'master' into combined-prs-branch
Jérôme Benoit [Tue, 21 May 2024 02:26:42 +0000 (04:26 +0200)] 
Merge branch 'master' into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/typescript-eslint/parser-7.10.0 into combined-prs-branch
Jérôme Benoit [Tue, 21 May 2024 02:26:40 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/typescript-eslint/parser-7.10.0 into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/release-it-17.3.0 into combined-prs-branch
Jérôme Benoit [Tue, 21 May 2024 02:26:39 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/release-it-17.3.0 into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster...
Jérôme Benoit [Tue, 21 May 2024 02:26:39 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster/poolifier-4.0.10 into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_thr...
Jérôme Benoit [Tue, 21 May 2024 02:26:38 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_threads/poolifier-4.0.10 into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid...
Jérôme Benoit [Tue, 21 May 2024 02:26:38 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid/poolifier-4.0.10 into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_thr...
Jérôme Benoit [Tue, 21 May 2024 02:26:37 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_threads/poolifier-4.0.10 into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
Jérôme Benoit [Tue, 21 May 2024 02:26:37 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/poolifier-4.0.10 into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
Jérôme Benoit [Tue, 21 May 2024 02:26:36 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster/poolifier-4.0.10 into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-4.0...
Jérôme Benoit [Tue, 21 May 2024 02:26:36 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-4.0.10 into combined-prs-branch

5 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster...
Jérôme Benoit [Tue, 21 May 2024 02:26:35 +0000 (04:26 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster/poolifier-4.0.10 into combined-prs-branch

5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 21:05:03 +0000 (21:05 +0000)] 
---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 21:02:22 +0000 (21:02 +0000)] 
---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 20:44:52 +0000 (20:44 +0000)] 
---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 20:43:39 +0000 (20:43 +0000)] 
---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 20:35:40 +0000 (20:35 +0000)] 
---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 20:35:18 +0000 (20:35 +0000)] 
---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 20:28:45 +0000 (20:28 +0000)] 
---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 20:20:13 +0000 (20:20 +0000)] 
---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 20:13:05 +0000 (20:13 +0000)] 
---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks ago---
dependabot[bot] [Mon, 20 May 2024 20:12:43 +0000 (20:12 +0000)] 
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 weeks agotest: improve coverage
Jérôme Benoit [Mon, 20 May 2024 19:30:21 +0000 (21:30 +0200)] 
test: improve coverage

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agotest: improve coverage
Jérôme Benoit [Mon, 20 May 2024 19:24:07 +0000 (21:24 +0200)] 
test: improve coverage

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agodocs: generate documentation
Documentation Bot [Mon, 20 May 2024 16:29:21 +0000 (16:29 +0000)] 
docs: generate documentation

5 weeks agochore: v4.0.10 v4.0.10
Jérôme Benoit [Mon, 20 May 2024 16:25:11 +0000 (18:25 +0200)] 
chore: v4.0.10

5 weeks agofix: fix tasks stealing dynamic worker node handling
Jérôme Benoit [Mon, 20 May 2024 16:06:20 +0000 (18:06 +0200)] 
fix: fix tasks stealing dynamic worker node handling

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Mon, 20 May 2024 09:24:06 +0000 (11:24 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agorefactor: cleanup priority queue code
Jérôme Benoit [Sun, 19 May 2024 21:57:57 +0000 (23:57 +0200)] 
refactor: cleanup priority queue code

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agodocs: generate documentation
Documentation Bot [Sun, 19 May 2024 21:35:42 +0000 (21:35 +0000)] 
docs: generate documentation

5 weeks agochore: v4.0.9 v4.0.9
Jérôme Benoit [Sun, 19 May 2024 21:31:38 +0000 (23:31 +0200)] 
chore: v4.0.9

5 weeks agodocs: add changelog entry
Jérôme Benoit [Sun, 19 May 2024 21:30:48 +0000 (23:30 +0200)] 
docs: add changelog entry

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Sun, 19 May 2024 21:25:04 +0000 (23:25 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agorefactor: add ELU utilization to pool info
Jérôme Benoit [Sun, 19 May 2024 21:16:43 +0000 (23:16 +0200)] 
refactor: add ELU utilization to pool info

Trends on a ratio is not really meaningful but can help debugging

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Sat, 18 May 2024 20:03:34 +0000 (22:03 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Sat, 18 May 2024 09:37:29 +0000 (11:37 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Sat, 18 May 2024 09:30:24 +0000 (11:30 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agoMerge pull request #2282 from poolifier/dependabot/npm_and_yarn/tatami-ng-0.4.11
Jérôme Benoit [Sat, 18 May 2024 09:15:24 +0000 (11:15 +0200)] 
Merge pull request #2282 from poolifier/dependabot/npm_and_yarn/tatami-ng-0.4.11

build(deps-dev): bump tatami-ng from 0.4.10 to 0.4.11

6 weeks agobuild(deps-dev): bump tatami-ng from 0.4.10 to 0.4.11
dependabot[bot] [Fri, 17 May 2024 20:28:49 +0000 (20:28 +0000)] 
build(deps-dev): bump tatami-ng from 0.4.10 to 0.4.11

Bumps [tatami-ng](https://github.com/poolifier/tatami-ng) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/poolifier/tatami-ng/releases)
- [Changelog](https://github.com/poolifier/tatami-ng/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/tatami-ng/compare/0.4.10...0.4.11)

---
updated-dependencies:
- dependency-name: tatami-ng
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
6 weeks agofix: validate worker node event to wait
Jérôme Benoit [Fri, 17 May 2024 13:13:20 +0000 (15:13 +0200)] 
fix: validate worker node event to wait

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agotest: refine cluster settings test
Jérôme Benoit [Fri, 17 May 2024 12:41:58 +0000 (14:41 +0200)] 
test: refine cluster settings test

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agotest: improve cluster settings coverage
Jérôme Benoit [Fri, 17 May 2024 12:33:48 +0000 (14:33 +0200)] 
test: improve cluster settings coverage

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Thu, 16 May 2024 19:51:49 +0000 (21:51 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agobuild: bump volta node version
Jérôme Benoit [Thu, 16 May 2024 18:13:25 +0000 (20:13 +0200)] 
build: bump volta node version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Thu, 16 May 2024 09:17:20 +0000 (11:17 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agoMerge pull request #2281 from poolifier/combined-prs-branch
Jérôme Benoit [Thu, 16 May 2024 08:52:03 +0000 (10:52 +0200)] 
Merge pull request #2281 from poolifier/combined-prs-branch

Combined PRs

6 weeks agoMerge branch 'master' into combined-prs-branch
Jérôme Benoit [Thu, 16 May 2024 02:25:55 +0000 (04:25 +0200)] 
Merge branch 'master' into combined-prs-branch

6 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-4.0...
Jérôme Benoit [Thu, 16 May 2024 02:25:53 +0000 (04:25 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-4.0.8 into combined-prs-branch

6 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_thr...
Jérôme Benoit [Thu, 16 May 2024 02:25:53 +0000 (04:25 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_threads/poolifier-4.0.8 into combined-prs-branch

6 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster...
Jérôme Benoit [Thu, 16 May 2024 02:25:53 +0000 (04:25 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster/poolifier-4.0.8 into combined-prs-branch

6 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
Jérôme Benoit [Thu, 16 May 2024 02:25:52 +0000 (04:25 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/poolifier-4.0.8 into combined-prs-branch

6 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_thr...
Jérôme Benoit [Thu, 16 May 2024 02:25:51 +0000 (04:25 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_threads/poolifier-4.0.8 into combined-prs-branch

6 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
Jérôme Benoit [Thu, 16 May 2024 02:25:51 +0000 (04:25 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster/poolifier-4.0.8 into combined-prs-branch