Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Jan 27, 2023
2 parents 47f0e7c + e1cbd82 commit 1604704
Show file tree
Hide file tree
Showing 14 changed files with 1,907 additions and 1,364 deletions.
13 changes: 0 additions & 13 deletions .github/CODEOWNERS

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Dependabot auto-merge

on: pull_request

permissions:
contents: write

jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3

- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected]

- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
GH_TOKEN: ${{ secrets.DEPENDABOT_NODE_TOKEN }}
PR_URL: ${{github.event.pull_request.html_url}}
64 changes: 0 additions & 64 deletions .github/workflows/benchmark.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/deps-review.yml

This file was deleted.

16 changes: 2 additions & 14 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,5 @@ on: [pull_request]

jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm it
name: Run tests
uses: ./.github/workflows/test.yml
28 changes: 0 additions & 28 deletions .github/workflows/release-dry.yml

This file was deleted.

23 changes: 5 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,17 @@ on: [workflow_dispatch]

jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm it
name: Run tests
uses: ./.github/workflows/test.yml

release:
needs: [test]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 18

- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_OWNER_TOKEN }}
Expand All @@ -40,7 +27,7 @@ jobs:
run: npm run build

- name: Semantic release
uses: codfish/semantic-release-action@v1
uses: codfish/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_OWNER_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down
30 changes: 30 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: tests

on: [workflow_call]

jobs:
conventional-commit-checker:
name: Conventional Commit Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: webiny/[email protected]

test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm it
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@saithodev/semantic-release-backmerge",
{
"branches": [{ "from": "main", "to": "next" }],
"backmergeStrategy": "rebase"
"clearWorkspace": true
}
]
]
Expand Down
66 changes: 31 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,68 @@
# [3.0.0](https://github.com/immobiliare/dats/compare/v2.1.0...v3.0.0) (2022-05-12)

## [3.0.1](https://github.com/immobiliare/dats/compare/v3.0.0...v3.0.1) (2022-06-06)

### Bug Fixes

* upgrade autocannon from 7.6.0 to 7.7.0 ([9cbce14](https://github.com/immobiliare/dats/commit/9cbce14dc611eb7cc6c8066975a6f71a4de92471))
* upgrade autocannon from 7.7.0 to 7.7.2 ([0392586](https://github.com/immobiliare/dats/commit/0392586597bfb18d8348ec727c37c5757d427b52))
* upgrade autocannon from 7.7.2 to 7.8.0 ([d2abc9e](https://github.com/immobiliare/dats/commit/d2abc9e26f2e38d8d39dda39639fff24d750c25b))
* upgrade autocannon from 7.8.0 to 7.8.1 ([f47f1fa](https://github.com/immobiliare/dats/commit/f47f1fac15d1c8398bfa553b04858224e37feec7))
- upgrade autocannon from 7.8.1 to 7.9.0 ([3fd43bf](https://github.com/immobiliare/dats/commit/3fd43bf3c99ed9d5ac4743093d7cbaf086c8ccdc))

# [3.0.0](https://github.com/immobiliare/dats/compare/v2.1.0...v3.0.0) (2022-05-12)

### Features
### Bug Fixes

- upgrade autocannon from 7.6.0 to 7.7.0 ([9cbce14](https://github.com/immobiliare/dats/commit/9cbce14dc611eb7cc6c8066975a6f71a4de92471))
- upgrade autocannon from 7.7.0 to 7.7.2 ([0392586](https://github.com/immobiliare/dats/commit/0392586597bfb18d8348ec727c37c5757d427b52))
- upgrade autocannon from 7.7.2 to 7.8.0 ([d2abc9e](https://github.com/immobiliare/dats/commit/d2abc9e26f2e38d8d39dda39639fff24d750c25b))
- upgrade autocannon from 7.8.0 to 7.8.1 ([f47f1fa](https://github.com/immobiliare/dats/commit/f47f1fac15d1c8398bfa553b04858224e37feec7))

* updates node.js ([4a774d2](https://github.com/immobiliare/dats/commit/4a774d2a5eb6e549876d262680549b0f4f46b050))
### Features

- updates node.js ([4a774d2](https://github.com/immobiliare/dats/commit/4a774d2a5eb6e549876d262680549b0f4f46b050))

### BREAKING CHANGES

* Node.js 12 is deprecated
- Node.js 12 is deprecated

# [2.1.0](https://github.com/immobiliare/dats/compare/v2.0.0...v2.1.0) (2022-03-07)


### Bug Fixes

* upgrade autocannon from 7.5.0 to 7.6.0 ([4ea546c](https://github.com/immobiliare/dats/commit/4ea546cc942285cce6210b9ea48aab1e6021d0f0))
* upgrade concurrently from 6.3.0 to 6.5.1 ([1db1c95](https://github.com/immobiliare/dats/commit/1db1c957456b0ae54022d8b46dc3fe607a54491f))

- upgrade autocannon from 7.5.0 to 7.6.0 ([4ea546c](https://github.com/immobiliare/dats/commit/4ea546cc942285cce6210b9ea48aab1e6021d0f0))
- upgrade concurrently from 6.3.0 to 6.5.1 ([1db1c95](https://github.com/immobiliare/dats/commit/1db1c957456b0ae54022d8b46dc3fe607a54491f))

### Features

* **mock:** added dats mock ([8f78efe](https://github.com/immobiliare/dats/commit/8f78efef8dcb57409048320a949fb22738668a6a))
- **mock:** added dats mock ([8f78efe](https://github.com/immobiliare/dats/commit/8f78efef8dcb57409048320a949fb22738668a6a))

# [2.0.0](https://github.com/immobiliare/dats/compare/v1.0.0...v2.0.0) (2022-02-04)


### Bug Fixes

* remove sampling parameter where is not used ([e3c6012](https://github.com/immobiliare/dats/commit/e3c6012f1db6399e40e3bea6cfa62a927a756127))
* sanitize hostnames with dots ([23e34ec](https://github.com/immobiliare/dats/commit/23e34ec6f7c4ac93ff3f2f9ecd30a45907b156a6))
* updates ts-eslint ([2738735](https://github.com/immobiliare/dats/commit/27387352bf37b430ed402914e59e023fbf314355))

- remove sampling parameter where is not used ([e3c6012](https://github.com/immobiliare/dats/commit/e3c6012f1db6399e40e3bea6cfa62a927a756127))
- sanitize hostnames with dots ([23e34ec](https://github.com/immobiliare/dats/commit/23e34ec6f7c4ac93ff3f2f9ecd30a45907b156a6))
- updates ts-eslint ([2738735](https://github.com/immobiliare/dats/commit/27387352bf37b430ed402914e59e023fbf314355))

### Features

* freezed getSupportedTypes output ([b08c082](https://github.com/immobiliare/dats/commit/b08c0826f655988212456b27264015f7bc35c9f9))
* **debug:** switch to nodejs debug mode ([2b0af11](https://github.com/immobiliare/dats/commit/2b0af117d1526793ea8bc9af8a9e1b8ddcfdbcc8))
* **logo:** adds D logo w/ darkmode support ([225c121](https://github.com/immobiliare/dats/commit/225c12100e3a3c583763f75dcb4602d437f9508a))

- freezed getSupportedTypes output ([b08c082](https://github.com/immobiliare/dats/commit/b08c0826f655988212456b27264015f7bc35c9f9))
- **debug:** switch to nodejs debug mode ([2b0af11](https://github.com/immobiliare/dats/commit/2b0af117d1526793ea8bc9af8a9e1b8ddcfdbcc8))
- **logo:** adds D logo w/ darkmode support ([225c121](https://github.com/immobiliare/dats/commit/225c12100e3a3c583763f75dcb4602d437f9508a))

### BREAKING CHANGES

* **debug:** switch to nodejs debug mode
- **debug:** switch to nodejs debug mode

# 1.0.0 (2021-11-05)


### Bug Fixes

* **publish:** adds access public ([43dc08c](https://github.com/immobiliare/dats/commit/43dc08c74fafbf397cf78445ca84fc1b2067822f))
* **tests:** fix connection failed tcp test ([77087af](https://github.com/immobiliare/dats/commit/77087afc40b817f45c12be0174a2112740905548))
* **tests:** fix timeout error on tcp test ([27bfeea](https://github.com/immobiliare/dats/commit/27bfeeac6dfe205d97515d594094b9534057776e))

- **publish:** adds access public ([43dc08c](https://github.com/immobiliare/dats/commit/43dc08c74fafbf397cf78445ca84fc1b2067822f))
- **tests:** fix connection failed tcp test ([77087af](https://github.com/immobiliare/dats/commit/77087afc40b817f45c12be0174a2112740905548))
- **tests:** fix timeout error on tcp test ([27bfeea](https://github.com/immobiliare/dats/commit/27bfeeac6dfe205d97515d594094b9534057776e))

### Features

* **git:** added package-lock in .gitignore ([fd90b7a](https://github.com/immobiliare/dats/commit/fd90b7a19f9359fa10b79fb1a10132782c74f50b))
* added CI ([9354666](https://github.com/immobiliare/dats/commit/935466670f3cc7ecffd51da9207454357a6a2f46))
* removed package-lock ([896811b](https://github.com/immobiliare/dats/commit/896811ba9aec4d5a9e1695481dad15d3821357d4))
* upgraded npm to v8 ([4455a14](https://github.com/immobiliare/dats/commit/4455a1468037fc9acdd5e7b0352734603d0b983a))
* **node:** upgraded node to v16 ([66de297](https://github.com/immobiliare/dats/commit/66de297e396933405ff85585e575c27383779f41))
* makes onError function optional in the sockets ([533b891](https://github.com/immobiliare/dats/commit/533b891d30ac9d2a8acde3ec8521b0349baa204c))
- **git:** added package-lock in .gitignore ([fd90b7a](https://github.com/immobiliare/dats/commit/fd90b7a19f9359fa10b79fb1a10132782c74f50b))
- added CI ([9354666](https://github.com/immobiliare/dats/commit/935466670f3cc7ecffd51da9207454357a6a2f46))
- removed package-lock ([896811b](https://github.com/immobiliare/dats/commit/896811ba9aec4d5a9e1695481dad15d3821357d4))
- upgraded npm to v8 ([4455a14](https://github.com/immobiliare/dats/commit/4455a1468037fc9acdd5e7b0352734603d0b983a))
- **node:** upgraded node to v16 ([66de297](https://github.com/immobiliare/dats/commit/66de297e396933405ff85585e575c27383779f41))
- makes onError function optional in the sockets ([533b891](https://github.com/immobiliare/dats/commit/533b891d30ac9d2a8acde3ec8521b0349baa204c))
14 changes: 7 additions & 7 deletions benchmark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"autocannon": "^7.8.1",
"autocannon": "^7.10.0",
"benchmark": "^2.1.4",
"concurrently": "^6.5.1",
"hot-shots": "^8.5.2",
Expand Down
Loading

0 comments on commit 1604704

Please sign in to comment.