Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V5.0.0 beta #2

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
3f7d0ae
Migrate to cosmiconfig
perrin4869 Nov 18, 2021
ee63bf5
Test --no-config option
perrin4869 Nov 19, 2021
6c0cbea
Update README.md
perrin4869 Nov 19, 2021
e2a4ac0
5.0.0-beta.0
perrin4869 Nov 19, 2021
1036004
Upgrade eslint and eslint-config-airbnb
perrin4869 Nov 21, 2021
e9635cb
Remove redundant postgrator.json
perrin4869 Nov 21, 2021
e216c39
Make type module
perrin4869 Nov 21, 2021
691ceee
Merge branch 'chore/general-maintenance' into v5.0.0-beta
perrin4869 Nov 21, 2021
db9bee2
Update command-line dependencies
perrin4869 Nov 21, 2021
eca374f
Small improvements
perrin4869 Nov 21, 2021
b8cdce9
Add docker-compose.yml
perrin4869 Nov 21, 2021
c177bab
Upgrade to postgrator 5
perrin4869 Nov 22, 2021
92ad57a
Add mysql and mssql support
perrin4869 Nov 22, 2021
c6eb48c
Attempt fix
perrin4869 Nov 22, 2021
2286951
secure option -> ssl
perrin4869 Nov 24, 2021
55f1340
v5 requires node >= 12
perrin4869 Nov 24, 2021
9dac856
mssql encrypt is false by default
perrin4869 Nov 24, 2021
630358e
Merge pull request #1 from perrin4869/chore/general-maintenance
perrin4869 Nov 24, 2021
b6da75d
5.0.0-beta.1
perrin4869 Nov 24, 2021
e90d8e8
Merge branch 'master' into v5.0.0-beta
perrin4869 Nov 24, 2021
750f33e
5.0.0-beta.2
perrin4869 Nov 24, 2021
45c1a28
Merge branch 'master' into v5.0.0-beta
perrin4869 Nov 29, 2021
d37054a
v5.0.0-beta.3
perrin4869 Nov 29, 2021
64691cf
Merge branch 'master' into v5.0.0-beta
perrin4869 Nov 29, 2021
62b5ff2
Update badges
perrin4869 Nov 29, 2021
c11efba
5.0.0-beta.4
perrin4869 Nov 29, 2021
dc12160
Merge branch 'master' into v5.0.0-beta
perrin4869 Nov 30, 2021
f1c2171
Update repository
perrin4869 Nov 30, 2021
dd9361d
5.0.0-beta.5
perrin4869 Nov 30, 2021
d72dbc4
Merge branch 'master' into v5.0.0-beta
perrin4869 Nov 30, 2021
8bdbc83
5.0.0-beta.6
perrin4869 Nov 30, 2021
c643e7c
Merge branch 'master' into v5.0.0-beta
perrin4869 Nov 30, 2021
b3f1c65
5.0.0-beta.7
perrin4869 Nov 30, 2021
087298d
Merge branch 'master' into v5.0.0-beta
perrin4869 Nov 30, 2021
fee62a0
5.0.0-beta.8
perrin4869 Nov 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,17 @@ Examples
## Tests
To run postgrator tests locally, run `docker-compose up` and then `npm test`.

[build-badge]: https://img.shields.io/github/workflow/status/MattiLehtinen/postgrator-cli/test/master?style=flat-square
[build]: https://github.com/MattiLehtinen/postgrator-cli/actions
[build-badge]: https://img.shields.io/github/workflow/status/perrin4869/postgrator-cli/test/master?style=flat-square
[build]: https://github.com/perrin4869/postgrator-cli/actions

[npm-badge]: https://img.shields.io/npm/v/postgrator-cli.svg?style=flat-square
[npm]: https://www.npmjs.org/package/postgrator-cli
[npm-badge]: https://img.shields.io/npm/v/@perrin4869/postgrator-cli.svg?style=flat-square
[npm]: https://www.npmjs.org/package/@perrin4869/postgrator-cli

[coveralls-badge]: https://img.shields.io/coveralls/MattiLehtinen/postgrator-cli/master.svg?style=flat-square
[coveralls]: https://coveralls.io/r/MattiLehtinen/postgrator-cli
[coveralls-badge]: https://img.shields.io/coveralls/perrin4869/postgrator-cli/master.svg?style=flat-square
[coveralls]: https://coveralls.io/r/perrin4869/postgrator-cli

[dependency-status-badge]: https://david-dm.org/MattiLehtinen/postgrator-cli.svg?style=flat-square
[dependency-status]: https://david-dm.org/MattiLehtinen/postgrator-cli
[dependency-status-badge]: https://david-dm.org/perrin4869/postgrator-cli.svg?style=flat-square
[dependency-status]: https://david-dm.org/perrin4869/postgrator-cli

[dev-dependency-status-badge]: https://david-dm.org/MattiLehtinen/postgrator-cli/dev-status.svg?style=flat-square
[dev-dependency-status]: https://david-dm.org/MattiLehtinen/postgrator-cli#info=devDependencies
[dev-dependency-status-badge]: https://david-dm.org/perrin4869/postgrator-cli/dev-status.svg?style=flat-square
[dev-dependency-status]: https://david-dm.org/perrin4869/postgrator-cli#info=devDependencies
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgrator-cli",
"version": "4.0.0",
"name": "@perrin4869/postgrator-cli",
"version": "5.0.0-beta.8",
"description": "Command line interface for Postgrator",
"author": "Matti Lehtinen <matlehti@gmail.com> (https://twitter.com/MattiLehtinen)",
"type": "module",
Expand All @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/MattiLehtinen/postgrator-cli"
"url": "https://github.com/perrin4869/postgrator-cli"
},
"files": [
"LICENSE.md",
Expand Down