Skip to content

Commit

Permalink
Fix/fix rapid deamon (#76)
Browse files Browse the repository at this point in the history
* fix: add rapid_deamon to package

* fix: fix mutli deamon run

* v0.4.1

* fix: use semver to compare version
  • Loading branch information
akitaSummer authored Apr 23, 2024
1 parent a16b650 commit 7ed4636
Show file tree
Hide file tree
Showing 22 changed files with 252 additions and 39 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([a1c1f84](https:/cnpm/rapid/commit/a1c1f84d8fcdb485facbf4b89875690e49e8739b))





## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([429b083](https:/cnpm/rapid/commit/429b08393b4fba00f65d47a7e633102fb3751612))





## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([429b083](https:/cnpm/rapid/commit/429b08393b4fba00f65d47a7e633102fb3751612))





# [0.4.0](https:/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01)


Expand Down
13 changes: 13 additions & 0 deletions bindings/binding-darwin-amd64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([a1c1f84](https:/cnpm/rapid/commit/a1c1f84d8fcdb485facbf4b89875690e49e8739b))






# [0.4.0](https:/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01)

**Note:** Version bump only for package @cnpmjs/binding-darwin-x64
Expand Down
5 changes: 3 additions & 2 deletions bindings/binding-darwin-amd64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding-darwin-x64",
"version": "0.4.0",
"version": "0.4.1",
"description": "downloader darwin x64 binding",
"main": "index.node",
"homepage": "https:/cnpm/rapid",
Expand All @@ -16,7 +16,8 @@
"index.node",
"nydusd",
"nydusd-bootstrap",
"unionfs"
"unionfs",
"rapid_deamon"
],
"scripts": {
"pack": "npm pack",
Expand Down
13 changes: 13 additions & 0 deletions bindings/binding-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([a1c1f84](https:/cnpm/rapid/commit/a1c1f84d8fcdb485facbf4b89875690e49e8739b))






# [0.4.0](https:/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01)

**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64
Expand Down
5 changes: 3 additions & 2 deletions bindings/binding-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding-darwin-arm64",
"version": "0.4.0",
"version": "0.4.1",
"description": "downloader darwin arm64 binding",
"main": "index.node",
"homepage": "https:/cnpm/rapid",
Expand All @@ -16,7 +16,8 @@
"index.node",
"nydusd",
"nydusd-bootstrap",
"unionfs"
"unionfs",
"rapid_deamon"
],
"scripts": {
"pack": "npm pack",
Expand Down
13 changes: 13 additions & 0 deletions bindings/binding-linux-amd64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([a1c1f84](https:/cnpm/rapid/commit/a1c1f84d8fcdb485facbf4b89875690e49e8739b))






# [0.4.0](https:/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01)

**Note:** Version bump only for package @cnpmjs/binding-linux-x64
Expand Down
5 changes: 3 additions & 2 deletions bindings/binding-linux-amd64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding-linux-x64",
"version": "0.4.0",
"version": "0.4.1",
"description": "downloader linux x64 binding",
"main": "index.node",
"homepage": "https:/cnpm/rapid",
Expand All @@ -12,7 +12,8 @@
"files": [
"index.node",
"nydusd",
"nydusd-bootstrap"
"nydusd-bootstrap",
"rapid_deamon"
],
"engines": {
"node": ">=12.0.0"
Expand Down
13 changes: 13 additions & 0 deletions bindings/binding-linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([a1c1f84](https:/cnpm/rapid/commit/a1c1f84d8fcdb485facbf4b89875690e49e8739b))






# [0.4.0](https:/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01)

**Note:** Version bump only for package @cnpmjs/binding-linux-arm64
Expand Down
5 changes: 3 additions & 2 deletions bindings/binding-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding-linux-arm64",
"version": "0.4.0",
"version": "0.4.1",
"description": "downloader linux arm64 binding",
"main": "index.node",
"homepage": "https:/cnpm/rapid",
Expand All @@ -15,7 +15,8 @@
"files": [
"index.node",
"nydusd",
"nydusd-bootstrap"
"nydusd-bootstrap",
"rapid_deamon"
],
"scripts": {
"pack": "npm pack",
Expand Down
2 changes: 1 addition & 1 deletion integration/index.2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('test/index.v2.test.js', () => {
await clean({ cwd });
if (process.platform === 'darwin') {
try {
await forceExitDaemon();
await forceExitDaemon(clean);
} catch (err) {
console.warn('force exit daemon error: %s', err.message);
}
Expand Down
2 changes: 1 addition & 1 deletion integration/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('test/index.test.js', () => {
cwd: fixture,
});
if (process.platform === 'darwin') {
await forceExitDaemon();
await forceExitDaemon(clean);
} else {
await exitDaemon();
}
Expand Down
2 changes: 1 addition & 1 deletion integration/workspaces.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('test/workspaces.test.js', () => {
force: true,
});
if (process.platform === 'darwin') {
await forceExitDaemon();
await forceExitDaemon(clean);
} else {
await exitDaemon();
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.4.0",
"version": "0.4.1",
"lerna": "7.1.4"
}
27 changes: 27 additions & 0 deletions packages/binding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* fix mutli deamon run ([a1c1f84](https:/cnpm/rapid/commit/a1c1f84d8fcdb485facbf4b89875690e49e8739b))





## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)

**Note:** Version bump only for package @cnpmjs/binding





## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)

**Note:** Version bump only for package @cnpmjs/binding





# [0.4.0](https:/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01)


Expand Down
10 changes: 5 additions & 5 deletions packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding",
"version": "0.4.0",
"version": "0.4.1",
"description": "downloader binding",
"main": "index.js",
"files": [
Expand All @@ -18,10 +18,10 @@
"pack": "npm pack"
},
"optionalDependencies": {
"@cnpmjs/binding-darwin-arm64": "^0.4.0",
"@cnpmjs/binding-darwin-x64": "^0.4.0",
"@cnpmjs/binding-linux-arm64": "^0.4.0",
"@cnpmjs/binding-linux-x64": "^0.4.0"
"@cnpmjs/binding-darwin-arm64": "^0.4.1",
"@cnpmjs/binding-darwin-x64": "^0.4.1",
"@cnpmjs/binding-linux-arm64": "^0.4.1",
"@cnpmjs/binding-linux-x64": "^0.4.1"
},
"devDependencies": {
"@napi-rs/cli": "^2.4.2"
Expand Down
36 changes: 36 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([a1c1f84](https:/cnpm/rapid/commit/a1c1f84d8fcdb485facbf4b89875690e49e8739b))





## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([429b083](https:/cnpm/rapid/commit/429b08393b4fba00f65d47a7e633102fb3751612))





## [0.4.1](https:/cnpm/rapid/compare/v0.4.0...v0.4.1) (2024-04-22)


### Bug Fixes

* add rapid_deamon to package ([aa05edb](https:/cnpm/rapid/commit/aa05edbe4f9d532db42e1a3e802bba2468126627))
* fix mutli deamon run ([429b083](https:/cnpm/rapid/commit/429b08393b4fba00f65d47a7e633102fb3751612))





# [0.4.0](https:/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01)


Expand Down
Loading

0 comments on commit 7ed4636

Please sign in to comment.