-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #415 from weseek/master
Release v0.2.4
- Loading branch information
Showing
33 changed files
with
1,638 additions
and
1,281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-file-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Collection of CLI executable npm packages which backup data stored in a file system and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/file-backup": "^0.2.3", | ||
"@awesome-database-backup/file-restore": "^0.2.3", | ||
"@awesome-database-backup/list": "^0.2.3", | ||
"@awesome-database-backup/prune": "^0.2.3" | ||
"@awesome-database-backup/file-backup": "^0.2.4", | ||
"@awesome-database-backup/file-restore": "^0.2.4", | ||
"@awesome-database-backup/list": "^0.2.4", | ||
"@awesome-database-backup/prune": "^0.2.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-mariadb-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Collection of scripts which backup MariaDB databases to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/mariadb-backup": "^0.2.3", | ||
"@awesome-database-backup/mariadb-restore": "^0.2.3", | ||
"@awesome-database-backup/list": "^0.2.3", | ||
"@awesome-database-backup/prune": "^0.2.3" | ||
"@awesome-database-backup/mariadb-backup": "^0.2.4", | ||
"@awesome-database-backup/mariadb-restore": "^0.2.4", | ||
"@awesome-database-backup/list": "^0.2.4", | ||
"@awesome-database-backup/prune": "^0.2.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-mongodb-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Collection of scripts which backup MongoDB databases to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/mongodb-backup": "^0.2.3", | ||
"@awesome-database-backup/mongodb-restore": "^0.2.3", | ||
"@awesome-database-backup/list": "^0.2.3", | ||
"@awesome-database-backup/prune": "^0.2.3" | ||
"@awesome-database-backup/mongodb-backup": "^0.2.4", | ||
"@awesome-database-backup/mongodb-restore": "^0.2.4", | ||
"@awesome-database-backup/list": "^0.2.4", | ||
"@awesome-database-backup/prune": "^0.2.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-postgresql-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Collection of scripts which backup PostgreSQL databases to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/postgresql-backup": "^0.2.3", | ||
"@awesome-database-backup/postgresql-restore": "^0.2.3", | ||
"@awesome-database-backup/list": "^0.2.3", | ||
"@awesome-database-backup/prune": "^0.2.3" | ||
"@awesome-database-backup/postgresql-backup": "^0.2.4", | ||
"@awesome-database-backup/postgresql-restore": "^0.2.4", | ||
"@awesome-database-backup/list": "^0.2.4", | ||
"@awesome-database-backup/prune": "^0.2.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/file-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Backup data stored in a file system and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,15 +30,15 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/file-restore", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Restore data stored in a file system from backuped file on Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,15 +30,15 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/file-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"@awesome-database-backup/file-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/list", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "List files from Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,14 +30,14 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mariadb-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Backup MariaDB database and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,16 +30,16 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/mariadb-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"@awesome-database-backup/mariadb-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mariadb-restore", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Restore MariaDB database from backuped file on Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,15 +30,15 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/mariadb-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"@awesome-database-backup/mariadb-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
Oops, something went wrong.