Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/db-migrate/node-db-migrate

Database migration framework for node
https://github.com/db-migrate/node-db-migrate

chore(test): add test for template hook

Signed-off-by: Tobias Gurtzick <[email protected]>

74756c10a18ef8a2d7131f23a6287793b889866f authored over 4 years ago by Tobias Gurtzick <[email protected]>
feat(plugin): add template plugin hook

Signed-off-by: Tobias Gurtzick <[email protected]>

0de35ee9364efbe75c6d1e1673da9fb6f708e9fc authored over 4 years ago by Tobias Gurtzick <[email protected]>
chore(doc): add some notes to temputil function

Signed-off-by: Tobias Gurtzick <[email protected]>

29fb173ceca68f90f7b2ff7c212a31bb074914ff authored over 4 years ago by Tobias Gurtzick <[email protected]>
chore(cs): fix codestyle

Signed-off-by: Tobias Gurtzick <[email protected]>

a25df6537ab9f9eeac43c239f2b4ed8f41b42e2a authored over 4 years ago by Tobias Gurtzick <[email protected]>
fix(lint): adjust linter config and specify ecmascript version explicitly

Signed-off-by: Tobias Gurtzick <[email protected]>

d9ccfbeb46db4ec6f82d10a98ed8d4b1c83c0676 authored over 4 years ago by Tobias Gurtzick <[email protected]>
chore(cs): fix codestyle

Signed-off-by: Tobias Gurtzick <[email protected]>

2c544b1a93618f3dbc27cc2a63a93c6af15f9f26 authored over 4 years ago by Tobias Gurtzick <[email protected]>
chore(dep): update non breaking dev dependencies

Signed-off-by: Tobias Gurtzick <[email protected]>

02c6cd654c8f53a4e90ac8f00f6bee94a4deee25 authored over 4 years ago by Tobias Gurtzick <[email protected]>
remove git-start support

Unfortunately went out of business and didnt flourish although a good idea.

Signed-off-by: Tobi...

28f454c41c87430ba0d13483cbbe4da43d544fab authored almost 5 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #679 from rfrm/replace-optimist-with-yargs

Update dependencies to fix security warnings

94222a8afe879907a35c3457695db1f6cdbcbe85 authored almost 5 years ago by Tobias Gurtzick <[email protected]>
chore: use Bluebird promises in test

Signed-off-by: Robinson Rodriguez <[email protected]>

bebfb2ba28c96cc511928673d9abf70fa47ac61f authored almost 5 years ago by Robinson Rodriguez <[email protected]>
chore: ignore coverage.html

Signed-off-by: Robinson Rodriguez <[email protected]>

7ac28a489cbc1efa9905fb85bc2f4248f24333ec authored almost 5 years ago by Robinson Rodriguez <[email protected]>
chore: update lab to v18

Signed-off-by: Robinson Rodriguez <[email protected]>

4a01ee762bc4ba05a2f16b8f07202e26ce7065ea authored almost 5 years ago by Robinson Rodriguez <[email protected]>
chore: update lab to v16

Signed-off-by: Robinson Rodriguez <[email protected]>

31b4373b3919f33df01a099aae808a1171b23f15 authored almost 5 years ago by Robinson Rodriguez <[email protected]>
refactor: replace optimist with yargs

Signed-off-by: Robinson Rodriguez <[email protected]>

881b62ad8f9f512a03474d5d1086180307e9eac1 authored almost 5 years ago by Robinson Rodriguez <[email protected]>
chore: upgrade lab to v15

Signed-off-by: Robinson Rodriguez <[email protected]>

a7b6accf7e23edc0bf615d64da7b52ecb0799634 authored almost 5 years ago by Robinson Rodriguez <[email protected]>
fix(api): pass migrationName to create correctly

fixes #652

Signed-off-by: James Mortemore <[email protected]>

388b7791b49c21b591cf3faaa21f5b3b73df325f authored almost 5 years ago by James Mortemore <[email protected]>
Merge pull request #623 from anshul07/remove-pkgInfo-dependency

Remove pkgInfo dependency

4caaf3989e6fddec9423e1e6ca3f6176ff28c6dd authored almost 5 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #637 from nicholasyih520/master

Fix the down without specification destination.

8f88a73edddae4d176a68e0eaf42175e77a6c46b authored almost 5 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #630 from gmahe/split-bug

Convert to string before splitting name

2bab8cba82da5e5eb9216a24c1f312aa46013c42 authored almost 5 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #644 from RenWenshan/master

Fix #468: avoid connecting to database before creation.

2d6878cdc86b2501ed2a6b690ef2c9ecc49add2b authored almost 5 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #655 from AnsonT/fix-create-migration-scope-path

Fix(#656) Ensure scoped migration created in subdirectory

57e736c0a3c08dd2c963af57d56343e29ec8fac4 authored almost 5 years ago by Tobias Gurtzick <[email protected]>
fix(test): added create scoped migration tests

Signed-off-by: Anson Tsao <[email protected]>

2c9e2c4f572d4c5156c04d92b24bcaa940add863 authored about 5 years ago by Anson Tsao <[email protected]>
Fix: Ensure scoped migration created in subdirectory

db-migrate create someScope/aMigration --sql-file, the following is created:

./migrations/someS...

cd128e2e04847d7c0b6aec542da5802ed8575514 authored about 5 years ago by Anson Tsao <[email protected]>
Merge pull request #639 from golopot/patch-2

fix: require node >= 8

bd165a55ced394de508b14f73d6426786e8db6c6 authored over 5 years ago by Tobias Gurtzick <[email protected]>
fix: #468

* avoid connecting to database before creation.

Signed-off-by: Wenshan Ren <[email protected]>

87dc9502c7065264145237703533a9b5928af0a7 authored over 5 years ago by Wenshan Ren <[email protected]>
fix: require node >= 8

Signed-off-by: Chiawen Chen <[email protected]>

b366a8e72bf51524078d177ec95da3d64733e336 authored over 5 years ago by Chiawen Chen <[email protected]>
fix(down api): support using down api can specify the destination and housekeep the former pull request

Signed-off-by: YI Nicholas <[email protected]>

42db883e9d8e1747593652d3955d7c02aaaa8390 authored over 5 years ago by Nicholas Yih <[email protected]>
Merge pull request #613 from jaredh159/custom-dotenv-path

support custom dotenv path

805d95e315c6f8ac9567bd37be50ff5f5b8c8edd authored over 5 years ago by Tobias Gurtzick <[email protected]>
fix(create migration): Convert to string before splitting name

Signed-off-by: Gwenvael <[email protected]>

f4aacda2b44f313ed07496e8ede4241bc06d727c authored over 5 years ago by Gwenvael <[email protected]>
feat(defaultColumn): allow disabling default columns

Signed-off-by: Tobias Gurtzick <[email protected]>

2d4e92c36bc954f358ca8faa9b4ec5e147937c7e authored over 5 years ago by Tobias Gurtzick <[email protected]>
feat(defaultColumn): add conventions of default columns

Signed-off-by: Tobias Gurtzick <[email protected]>

c3a1583e784560bfcd38443c41b19c133043b1b4 authored over 5 years ago by Tobias Gurtzick <[email protected]>
add changelog

Signed-off-by: Tobias Gurtzick <[email protected]>

edc8d08ebb581d317edb08880f8057b2fb408afd authored over 5 years ago by Tobias Gurtzick <[email protected]>
fix(learn): non notNull columns can be safely deleted

Signed-off-by: Tobias Gurtzick <[email protected]>

b75403d51cc44dec37a8e91382b59ba9424a458a authored over 5 years ago by Tobias Gurtzick <[email protected]>
1.0.0-beta.2

6c7df8331e5d82f9c50965fda59f9da1ae46448d authored over 5 years ago by Tobias Gurtzick <[email protected]>
1.0.0-beta.1

58173e595916929737c5da03832908b84b67d931 authored over 5 years ago by Tobias Gurtzick <[email protected]>
fix(learn): respect column arrays for indizies

also add error logging back again

Signed-off-by: Tobias Gurtzick <[email protected]>

3649d69335b62847a6fc24fd6bb11cd37d5d857b authored over 5 years ago by Tobias Gurtzick <[email protected]>
add changelog

Signed-off-by: Tobias Gurtzick <[email protected]>

61b763e117af622a44d8c8b0212b3f970266807c authored over 5 years ago by Tobias Gurtzick <[email protected]>
1.0.0-beta.0

2f276dd149ef1da0e58cb5823f91c21e79bd9ba9 authored over 5 years ago by Tobias Gurtzick <[email protected]>
patch vulnerable dev dependencies

Signed-off-by: Tobias Gurtzick <[email protected]>

76612dc5505d7f7ab752e331570168fbb7c8be18 authored over 5 years ago by Tobias Gurtzick <[email protected]>
add changelog

Signed-off-by: Tobias Gurtzick <[email protected]>

dabb6517f2e296472fd2b804d9b4ca12437f0302 authored over 5 years ago by Tobias Gurtzick <[email protected]>
fix(plugin): handle non existent dependencies and improve UX

fixes #628

Signed-off-by: Tobias Gurtzick <[email protected]>

91b9da90829ce9f51cfff2b614314ae5a9fefd3b authored over 5 years ago by Tobias Gurtzick <[email protected]>
chore(v2): remove now unnecessary code parts

Signed-off-by: Tobias Gurtzick <[email protected]>

9334ee2ef90185a9f2a2512643f9a7e787ca21b2 authored over 5 years ago by Tobias Gurtzick <[email protected]>
feat(config): support custom dotenv path

Signed-off-by: Jared Henderson <[email protected]>

aef82c3300dec288d6fdfbdde4672e521eda6479 authored over 5 years ago by Jared Henderson <[email protected]>
create own methods dynamically on chain steps

Signed-off-by: Tobias Gurtzick <[email protected]>

aa3ff895ae7444d7f6b869dd217c4d95b6407419 authored over 5 years ago by Tobias Gurtzick <[email protected]>
feat(error handling): added advanced error handling and rollback

Signed-off-by: Tobias Gurtzick <[email protected]>

aa13a35193d747adc7eed20de80a8cb929a5a973 authored over 5 years ago by Tobias Gurtzick <[email protected]>
deprecate node <8

Signed-off-by: Tobias Gurtzick <[email protected]>

7d7f823d7010c87a2246aa423e7f0541c78e30cc authored over 5 years ago by Tobias Gurtzick <[email protected]>
clean up

Signed-off-by: Tobias Gurtzick <[email protected]>

57cf97c8f65dc7dba8a09d9ef6e8550a54651cad authored over 5 years ago by Tobias Gurtzick <[email protected]>
feat(schemav2): add foreignKey support on tables

Signed-off-by: Tobias Gurtzick <[email protected]>

3dd715816645430947dd6f3795da71aa00e8dea2 authored over 5 years ago by Tobias Gurtzick <[email protected]>
feat(migration): add support for first basic options on new schema

Signed-off-by: Tobias Gurtzick <[email protected]>

d891628f7c866bfb4babbe8e542e14d9325d1fd2 authored over 5 years ago by Tobias Gurtzick <[email protected]>
feat(statemanager): add first edition of state manager

refers to #538

Signed-off-by: Tobias Gurtzick <[email protected]>

6dc4d3bfee73ff825e1a3616a724ec8628b6d719 authored over 5 years ago by Tobias Gurtzick <[email protected]>
refactor(test): fix bugs after rewrite and make tests running

Signed-off-by: Tobias Gurtzick <[email protected]>

1013c84bf679fb44e13676a8c86cc1b18eff297f authored over 5 years ago by Tobias Gurtzick <[email protected]>
refactor(modernizing): port old callback style of several root elements

Signed-off-by: Tobias Gurtzick <[email protected]>

265de5a1e1905fc24889b931ddcd10adbbacee01 authored over 5 years ago by Tobias Gurtzick <[email protected]>
feat(state): add state manager and adjust driver functions

Signed-off-by: Tobias Gurtzick <[email protected]>

10c3f1af911501da9c70cb377ef4ee2c7110f075 authored over 5 years ago by Tobias Gurtzick <[email protected]>
fix(cwd): addition of cwd missed function definition

modernized to modern js as well

Signed-off-by: Tobias Gurtzick <[email protected]>

7c238a4630442b054d4a4e0cfce8921a1ab14bd6 authored over 5 years ago by Tobias Gurtzick <[email protected]>
adjust gitignore

Signed-off-by: Tobias Gurtzick <[email protected]>

9754c5b31537e54287362059ba0c423905fc2a0b authored over 5 years ago by Tobias Gurtzick <[email protected]>
fix(plugin): respect options cwd (#618)

When loading plugins, ```options.cwd``` is ignored in favour of ```process.cwd()```. This result...

3a8a09fb57db91ee9c82e98a478646f11338ead1 authored over 5 years ago by Prince Odame <[email protected]>
feat(chain): add step chaining

Enhance learning a bit and add first bits of state management

Signed-off-by: Tobias Gurtzick <m...

8203c5540d90871b617175157b0b69d7b714cf79 authored over 5 years ago by Tobias Gurtzick <[email protected]>
refactor: Remove pkgInfo dependency

Signed-off-by: Anshul Agarwal <[email protected]>

e7c3997a29e9041584d775cadfe1439d440712cf authored over 5 years ago by Anshul Agarwal <[email protected]>
remove unnecessary log

Signed-off-by: Tobias Gurtzick <[email protected]>

7b9a3957c9d38ea3a6b8eb6c3ff0f5ff179635fe authored over 5 years ago by Tobias Gurtzick <[email protected]>
feat(learning): add db learning

This will provide with the base functionality of deterministic migrations in v2 migrations

Signe...

d5c9aa15bb0a0d5944268ca0406f2947034c9cb8 authored over 5 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #622 from 360disrupt/patch-1

Update: Integrated Git-Start Badge

3f22c400490f5714cc1aa7a1890406a0ea1b900e authored over 5 years ago by Tobias Gurtzick <[email protected]>
Update: Integrated Git-Start Badge

Signed-off-by: Andreas Geißinger <[email protected]>

2cb7b8b30996c9a19e75aa5090825f1726118b56 authored over 5 years ago by 360Disrupt <[email protected]>
fix alert on class

Signed-off-by: Tobias Gurtzick <[email protected]>

b03c3f02e955a232681b7b99f23913ddb39ee459 authored about 6 years ago by Tobias Gurtzick <[email protected]>
update sinon

Signed-off-by: Tobias Gurtzick <[email protected]>

ba5ccf166ce1c586c245372f4bc7fe817951ec09 authored about 6 years ago by Tobias Gurtzick <[email protected]>
resize big image

Signed-off-by: Tobias Gurtzick <[email protected]>

12620939471f3559a6d58cd60dc10d5d32de952d authored about 6 years ago by Tobias Gurtzick <[email protected]>
resize big image

Signed-off-by: Tobias Gurtzick <[email protected]>

ea4cc09d7b315b1da3b28a26ba1580d9b7af871e authored about 6 years ago by Tobias Gurtzick <[email protected]>
add sponsor

Signed-off-by: Tobias Gurtzick <[email protected]>

a83a9df8f9cbcbfbf0cec5a41ba9302cefa2b88a authored about 6 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #537 from db-migrate/rewriteLoader

Rewrite loader

d53369d5606d23e1fe3fac5eb0f612c336a477f4 authored about 6 years ago by Tobias Gurtzick <[email protected]>
add changelog

Signed-off-by: Tobias Gurtzick <[email protected]>

72efddc5779b7302eb9722c9b0aeebaafbdd3cff authored about 6 years ago by Tobias Gurtzick <[email protected]>
0.11.5

108087d84ecb08bbb03dec19f30cba90d1cfc9ce authored about 6 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #600 from artemjackson/master

Added warning on plugin loading failure

910f0bc70bfeacba449ed9ff5c9915845b573e56 authored about 6 years ago by Tobias Gurtzick <[email protected]>
fix(lgtm): fix errors

Signed-off-by: Tobias Gurtzick <[email protected]>

4cd55588b40ae39f0c1ead080e6ecabb64afa89e authored about 6 years ago by Tobias Gurtzick <[email protected]>
chore(ci): update dependencies

Signed-off-by: Tobias Gurtzick <[email protected]>

c851b4a464df36ae444c292ba9de896ad7c5371a authored about 6 years ago by Tobias Gurtzick <[email protected]>
chore(ci): adjusting makefile for new testing resources

Signed-off-by: Tobias Gurtzick <[email protected]>

9e6bafd64e9825e96d691147cd4e3c894064502c authored about 6 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #599 from xcorail/master

Add LGTM code quality badges

2b57d66387cc33f870f00a7f27f43736a4782264 authored about 6 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #576 from pc-jedi/exitcode

Set exit code to 1 only on error

17a738684339c9e0b0a84c696000177da8ed73d2 authored about 6 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #596 from DanielRuf/ci/test-nodejs-6-8-10-11

ci: test Node.js 6, 8, 10 and 11

10f84f8d73fa48a0088b234dcc1373c0e78f05bf authored about 6 years ago by Tobias Gurtzick <[email protected]>
chore(ci): adjusting makefile for new testing resources

Signed-off-by: Tobias Gurtzick <[email protected]>

3c9a1757fae184af004705254ad7df00f7c49048 authored about 6 years ago by Tobias Gurtzick <[email protected]>
fix: Added warning on plugin loading failure

To get better DX

Signed-off-by: Artyom Stepanishchev <[email protected]>

fcffd62bad8373ecd09692cf55d79ab588d552be authored about 6 years ago by Artyom Stepanishchev <[email protected]>
doc: Add LGTM.com code quality badges

Add LGTM.com code quality badges as an incentive for contrinbutors to care about code quality

S...

85450c73b2c6147ebe11e436d94bcce7f017d755 authored about 6 years ago by Xavier RENE-CORAIL <[email protected]>
ci: test Node.js 6, 8, 10 and 11

Signed-off-by: Daniel Ruf <[email protected]>

801165dbf0fa14f9a6406b15f16dbac26b854b90 authored about 6 years ago by Daniel Ruf <[email protected]>
0.11.4

120ee2085b3e28f07cc6876b15e895777bf9a549 authored about 6 years ago by Tobias Gurtzick <[email protected]>
adjust dev dependency for build

Signed-off-by: Tobias Gurtzick <[email protected]>

9f136e152fd1bf244d1ecbba327d2d1f4d0811a1 authored over 6 years ago by Tobias Gurtzick <[email protected]>
add changelog

Signed-off-by: Tobias Gurtzick <[email protected]>

3c4bd779dead6075509fbc155566b36dc08e94a5 authored over 6 years ago by Tobias Gurtzick <[email protected]>
0.11.3

3ccd87a31a527557af749d15e218b2730a592f41 authored over 6 years ago by Tobias Gurtzick <[email protected]>
fix(db): create and drop always result in exit code 1

fixes #550

Signed-off-by: Tobias Gurtzick <[email protected]>

d32644cb145378fdb57c16aafccc7da2a9a4ebe4 authored over 6 years ago by Tobias Gurtzick <[email protected]>
add changelog

Signed-off-by: Tobias Gurtzick <[email protected]>

3f662cac6852765351ee9b83d47a592fba4e1350 authored over 6 years ago by Tobias Gurtzick <[email protected]>
0.11.2

8ee7ec1f0dd1c807a1cd97f7f8a02dddbbc318d6 authored over 6 years ago by Tobias Gurtzick <[email protected]>
update package-lock.json

Signed-off-by: Tobias Gurtzick <[email protected]>

35d6ffbd6b0db61a4e6325fae312bd9fd4299a84 authored over 6 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #570 from drGrove/master

Update vulnerable pack 'deep-extend' and OOD deps

146b3f40eed77e30728cf680ea11840299db8a40 authored over 6 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #582 from MichaelRBond/update-rc-dependency

Update dependency `rc` to latest version

5c7850df23e6d1e2d0c748a27634b1bd348cc688 authored over 6 years ago by Tobias Gurtzick <[email protected]>
add sponsorshop details

Signed-off-by: Tobias Gurtzick <[email protected]>

11296e0195e7e81dd432344eb2cafa520c112811 authored over 6 years ago by Tobias Gurtzick <[email protected]>
fix: Update dependency `rc` to latest version

Updating `rc` to the latest version (1.2.8) addresses the issue where `rc` version 1.1.6 depende...

b343add87838fe6a94343f5df9ff7b2e9f6a3f4c authored over 6 years ago by Michael Bond <[email protected]>
fix(db): set exit code as 1 only on error

Signed-off-by: Christian <[email protected]>

3148cc9663231d6c75204ef735640c9e26cf0923 authored over 6 years ago by Christian <[email protected]>
fix: update vulnerable pack 'deep-extend' and OOD deps

* Update deep-extend to latest version as vulnerability has been patched
* Update balance-match ...

8e13c7f770765c92f0f7f17027de78f40126f0fb authored over 6 years ago by Danny Grove <[email protected]>
Merge pull request #563 from blend/nate/fixOnComplete

fix(check): fix check via API not passing results to the callback

fb753300644ed587017da116593aee3f39a81e70 authored over 6 years ago by Tobias Gurtzick <[email protected]>
fix(check): fix check via API not passing results to the callback

Signed-off-by: RandomSeeded <[email protected]>

b74369687a126062fcef68b57a7098f1cb78434f authored over 6 years ago by RandomSeeded <[email protected]>
0.11.1

86669d5bb8f7613f5f04d21c77fd407d0960824a authored almost 7 years ago by Tobias Gurtzick <[email protected]>
add changelog

Signed-off-by: Tobias Gurtzick <[email protected]>

aeca980e34cb02881296228f7d9715db255d17aa authored almost 7 years ago by Tobias Gurtzick <[email protected]>
fix(reset): regression introduced in check functionality

#552 introduced a regression and effectively disfunctioned the reset function, since it
did appe...

b94db96ba7366241e65230a4f14227c2fd6edf55 authored almost 7 years ago by Tobias Gurtzick <[email protected]>