Ecosyste.ms: OpenCollective

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

node-db-migrate

We're on a mission to realize the ideas of the community and get db-migrate feature complete.
Collective - Host: opensource - https://opencollective.com/node-db-migrate - Code: https://github.com/db-migrate/node-db-migrate

fix(reset): regression introduced in check functionality

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

github.com/db-migrate/node-db-migrate - 61ca5bb3a6067759984de6d5f141d38efe997805 authored almost 7 years ago
chore: return array of files correctly on check

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

github.com/db-migrate/node-db-migrate - 6144472631dda7e79108a648a5eb7be04b106057 authored almost 7 years ago
chore: refactor check to new loader

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

github.com/db-migrate/node-db-migrate - dd0e50783034fd8b356ae254463b1d06285a169d authored almost 7 years ago
refactor: disconnect create from connect

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

github.com/db-migrate/node-db-migrate - 29c703dfe46fa743333937ca753fd49278bc55d4 authored almost 7 years ago
chore: finally remove old loaders

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

github.com/db-migrate/node-db-migrate - 4d3b626b618d13ed05bdb264a60bfa5b2ec985da authored almost 7 years ago
refactor: prepare removal and adjust hooks and deprecate

Deprecate old hook 'migrator:migration:hook:require' and add a
warning.
Prepare to finally remov...

github.com/db-migrate/node-db-migrate - 141d50996e3ba33bfcd9ad07ff7452730da0ac01 authored almost 7 years ago
refactor: restore node v4 support

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

github.com/db-migrate/node-db-migrate - e7099b8a0b9bc1e3a5b73df862d21cfca9b43fd1 authored almost 7 years ago
refactor: adding down and sync to user walker and apply patches

patched to make sync and down working properly.

Signed-off-by: Tobias Gurtzick <magic@wizardtal...

github.com/db-migrate/node-db-migrate - 657ebe2dc2aef4041b042f6a6a4f8ffaed1c2e2a authored almost 7 years ago
fix(utils): resolve when returned null

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

github.com/db-migrate/node-db-migrate - 68361feb57fefdfa7a6ecb84d79a73b4b0e02431 authored almost 7 years ago
refactor: differenciate between modes and add seeds

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

github.com/db-migrate/node-db-migrate - 35b956e2c5d49b49c5ca4021e4dc45e4934a41db authored almost 7 years ago
fix(scope): new scoping errored out when using templates

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

github.com/db-migrate/node-db-migrate - b2421e3f953d0081211bab41326bf488c6007f99 authored almost 7 years ago
refactor(loader): functioning loader

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

github.com/db-migrate/node-db-migrate - 90038fc67a8068ac663219d03dfd3c15cc0b92ba authored almost 7 years ago
fix(walker): rename interface to Interface

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

github.com/db-migrate/node-db-migrate - 6234d4285998d9d9e6779b56335fcdcaf350b853 authored almost 7 years ago
refactor(files): First write down of the walker and separating file API

Refers to #215

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

github.com/db-migrate/node-db-migrate - 24017bbde3333a4c858bbf91472e98ae734603c0 authored almost 7 years ago
refactor(files): some more changes to file, walker as well as the

start of the port of the version 1 schema.

Refers to #215

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

github.com/db-migrate/node-db-migrate - 349fb7b19e9121a3599e406048f17af7736a50c8 authored almost 7 years ago
refactor(executor): use file api

Referst to #215

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

github.com/db-migrate/node-db-migrate - 89c6ec37adef320ffd96bc7a15ca80e2da63da51 authored almost 7 years ago
add changelog

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

github.com/db-migrate/node-db-migrate - f2ea484f422f89e54c3ac28befe928b8b5e086f9 authored almost 7 years ago
Merge pull request #552 from blend/nate/check

Check functionality

fixes #186
fixes #551

github.com/db-migrate/node-db-migrate - 0c19dba7be2413c6d03cc278af7f249906434c81 authored almost 7 years ago
feat(check): add check functionality to determine migrations to run

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

github.com/db-migrate/node-db-migrate - 56acdb985e5bd643e18c6ac4248448e6f70892d5 authored almost 7 years ago
chore: update dependency

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

github.com/db-migrate/node-db-migrate - 03659d9b4de54682d34c0e8f6d5d1522e8bc667d authored almost 7 years ago
chore: update dependency

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

github.com/db-migrate/node-db-migrate - 387219d4e5c425809dec1984a9cb87bf47b7c83e authored almost 7 years ago
add changelog

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

github.com/db-migrate/node-db-migrate - 96b0bf326b6f65a452e2c59529baf0127a25fcae authored almost 7 years ago
Merge branch 'BorntraegerMarc-patch-1'

github.com/db-migrate/node-db-migrate - 0223c23ec54a33a7cde09bca4f65eec7f282d9b4 authored almost 7 years ago
fix(progamableApi): cmdOptions get passed into setDefaultArgv now

Signed-off-by: Marc Bornträger <[email protected]>

github.com/db-migrate/node-db-migrate - cb88b5895a89e37baef4a0fbc6d43806e510b531 authored almost 7 years ago
chore: add test to detect cmdOptions functionality

Refers to #560
Refers to #557

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

github.com/db-migrate/node-db-migrate - 6c7dc6702ba072dc8068181f8a06aa50eb0b07a5 authored almost 7 years ago
add changelog

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

github.com/db-migrate/node-db-migrate - 2a6b0f9137e36bf8569f56f87a9e2b7c7f344391 authored almost 7 years ago
Merge pull request #555 from BorntraegerMarc/master

feat(progamableApi): CMD options can be passed programatically now

github.com/db-migrate/node-db-migrate - cc6ac29b8f05cc3f50985c91c6435128123cc351 authored almost 7 years ago
feat(progamableApi): using const now

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

github.com/db-migrate/node-db-migrate - d761ebf53d0a922ee8e98bb308a7911bf37de08d authored almost 7 years ago
Merge branch 'master' of https://github.com/db-migrate/node-db-migrate

github.com/db-migrate/node-db-migrate - 623da3370c64d20d730162e62d3067722c81f626 authored almost 7 years ago
chore: update dependencies

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

github.com/db-migrate/node-db-migrate - 93afd7d3a8898eba51a66c46fc85039c60629bef authored almost 7 years ago
fix(ci): add ignores for backported features

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

github.com/db-migrate/node-db-migrate - 21c3eb9895853a6175654479a60512faec776907 authored almost 7 years ago
feat(progamableApi): CMD options can be passed programatically now

Signed-off-by: Marc Bornträger <[email protected]>

github.com/db-migrate/node-db-migrate - fd8562e4b1369018f6762cd7e999f132c11e4d18 authored almost 7 years ago
feat(contribution): enrich contribution instructions, issues

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

github.com/db-migrate/node-db-migrate - 5ee386b423e3a91ef25eb294a516552506a441f2 authored almost 7 years ago
feat(contribution): enrich contribution instructions

Refers to #549

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

github.com/db-migrate/node-db-migrate - 2cd0578f20cfee0a1b2b0b311e07f81fb7366e98 authored almost 7 years ago
Update ISSUE_TEMPLATE.md

github.com/db-migrate/node-db-migrate - eb93c75172e685d5113519b40adc97c46031d00e authored almost 7 years ago
update to use real checkboxes

github.com/db-migrate/node-db-migrate - a39606eb6bed520a7b3499d5e9e109ead10312ef authored almost 7 years ago
changelog

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

github.com/db-migrate/node-db-migrate - e3ba2cea3ce170ba100bd90b94784d7d522664d2 authored almost 7 years ago
fix(insert): add missing insert entry to interface

Fixes #542

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

github.com/db-migrate/node-db-migrate - 7ca2f56283adf37e7da84cd03c03a7e8f4ea1c02 authored almost 7 years ago
fix(switchDatabase): no error was thrown on scope switch

switchDatabase error was unhandled, which resulted in an unhandled
scope switch error.

Fixes #4...

github.com/db-migrate/node-db-migrate - 392d88c5e12d3785f669454dc76729a2455ad147 authored almost 7 years ago
fix(exitCode): wrong exit code on db methods

DB Calls always returned an exit code of 0, which leads
to an unexpected behavior on the user si...

github.com/db-migrate/node-db-migrate - 486cb78bd53a0683ac59f3c53fbc5b0c7a5fc8e4 authored almost 7 years ago
refactor(deprecationNotice): remove insert deprecation

This temporarily removes the note being displayed to the user
when an insert call is being made....

github.com/db-migrate/node-db-migrate - b1a3869f0cf1727ee5ec9453ef2063245306892b authored almost 7 years ago
fix(exitCode): wrong check for existence fixed

A wrong check for existence resulted in events not
being loaded on version sized like 4.0.0. Thi...

github.com/db-migrate/node-db-migrate - 3c6fc33683831d7135f60ed6c0e4f7437e29cea1 authored almost 7 years ago
Merge pull request #530 from BorntraegerMarc/master

feat(issuetemplate): added a github issue template

github.com/db-migrate/node-db-migrate - 5450eb4dc2778d2f379b115a7158233d9b55dbf1 authored about 7 years ago
feat(issuetemplate): added a github issue template

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

github.com/db-migrate/node-db-migrate - 3c0fcbf65f89287ef2431a2c2b7802ca8ffa336b authored about 7 years ago
Merge pull request #523 from wtgtybhertgeghgtwtg/remove-moment

Remove `moment`.

github.com/db-migrate/node-db-migrate - ae6cd4bf1e22d2a7b2f1a9ee435d6cf726de3b6c authored about 7 years ago
chore: Remove `moment`.

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

github.com/db-migrate/node-db-migrate - a0d251ef9be73cec98540de6a63f50f06e13ee84 authored about 7 years ago
fix(log): error ended up in unreadable errors

Fixes #524
Fixes #521

github.com/db-migrate/node-db-migrate - 16512f60fda4c12923229e377d58eb5cbb084661 authored about 7 years ago
fix(db): wrong reference to connect causes db:create to fail

Fixes #520

github.com/db-migrate/node-db-migrate - 991ee7633e9d606f89557c4f3e76e0d5d42349db authored about 7 years ago
Create CODE_OF_CONDUCT.md

github.com/db-migrate/node-db-migrate - 5c2201c9e7b861fcd91a8ae88f00ac20f65c7a3b authored about 7 years ago
use more appropiate label

github.com/db-migrate/node-db-migrate - 73904ac162ff72088d5759caeb210719182dc668 authored about 7 years ago
remove parallel: true as it was deprecated

github.com/db-migrate/node-db-migrate - 72fce59be67e9259aa5d5bcf4ac5f5a09ad8c817 authored about 7 years ago
feat(config): Add configFile Option to rc config

Allow rc file to contain location of config file

github.com/db-migrate/node-db-migrate - d39b8217fc9e9876b2125aa805334b6e7d42bf4f authored about 7 years ago
add linting and fix cs on config test

github.com/db-migrate/node-db-migrate - 759c27081a7a7f4c9cd68793bb1b7d4400cedf5f authored about 7 years ago
rewrite latest to node

github.com/db-migrate/node-db-migrate - 85243af1ea4791a04037c9bf9770edc36b985f51 authored about 7 years ago
change tested versions

github.com/db-migrate/node-db-migrate - 486fbe23afcb1cbd513e1cfd096b5398189b0a0f authored about 7 years ago
adjusted tests and updated devDependencies

Refers to #518

github.com/db-migrate/node-db-migrate - 6ad37ca15375ce370bd6f5cf3855c9206b2ce977 authored about 7 years ago
add changelog and release 0.10.0

github.com/db-migrate/node-db-migrate - aa25283e88974ce0b06bb14a8f0c8548dbb1f28a authored about 7 years ago
remove process.exit when no callback passed and remove optimist help when in module mode

Fixes #516

github.com/db-migrate/node-db-migrate - 18a003283231aaa3eb9a8136034d5e98acc845ca authored about 7 years ago
adjust manual changes for cs

github.com/db-migrate/node-db-migrate - 4de822b8d420148f1c661de9f816585831bc5f84 authored about 7 years ago
fix a few bugs and update tests

github.com/db-migrate/node-db-migrate - d5a688e2724f247ea7a24cd46305136ab693e920 authored about 7 years ago
add eslint to dependencies

github.com/db-migrate/node-db-migrate - 388facf896a17251d3688b5275270d342127a0f7 authored about 7 years ago
complete refactor of api js

github.com/db-migrate/node-db-migrate - 489d498bbfc75e0f4f533782f30584e25eba75db authored about 7 years ago
Merge pull request #500 from junchaozhang/master

print the reason in unhandledRejection evnet if reason.stack does not…

github.com/db-migrate/node-db-migrate - 2f86f91f4f497606e2dabf6d48ffc8e98a24f1a5 authored over 7 years ago
print the reason in unhandledRejection evnet if reason.stack does not exist

github.com/db-migrate/node-db-migrate - 876f512f6aca5fedf25afdf5030ffe46da4dff94 authored over 7 years ago
allow rc file to contain location of config file

github.com/db-migrate/node-db-migrate - 93679a5fed342d301d8b0e6b2d8e11884123c5af authored over 7 years ago
Merge pull request #497 from philipyoo/master

fix(typo): small typo in cli help menu

github.com/db-migrate/node-db-migrate - 14ffafdf7260f9aad1be992841bd9aaf6eeddf03 authored over 7 years ago
fix small typo in cli help menu

github.com/db-migrate/node-db-migrate - c4f0eed38fb43ce2c0afa18676bde430f6ccc6b9 authored over 7 years ago
Merge pull request #496 from gmanriqueUy/master

fix(create): Fix create when using db-migrate as module

github.com/db-migrate/node-db-migrate - f2be1165b853bca593e3b90d099991e4aa8fafbb authored over 7 years ago
test(create): Fix testing as module when no database.json on root

github.com/db-migrate/node-db-migrate - 8fb4a1bb8add5e377fa797979a04831b92954ec5 authored over 7 years ago
fix(create): Fix create when using db-migrate as module

Bug introduced on #485

Fixes: #493

github.com/db-migrate/node-db-migrate - 28290589cee61efca6613080d7a6896257cd1a5d authored over 7 years ago
refactor(config): do not just interpret database.json

also check for either a passed config object OR a config file exists

github.com/db-migrate/node-db-migrate - a793f4487cd295ba85e7351a901b99e6cdd62daa authored over 7 years ago
fix(tests): fix breaking tests

github.com/db-migrate/node-db-migrate - 335dea1f10d915fbed8d849bca0f38c0e48e3da3 authored over 7 years ago
feat(config): helper to overwrite and extend configuration

This allows to parse a url from an url property and as well to overwrite and extend
variables as...

github.com/db-migrate/node-db-migrate - 8be9215786e278ba9f29d3b8244545cd890a8cfd authored over 7 years ago
fix deep config replacements

fixes #473

github.com/db-migrate/node-db-migrate - b0837d55151115fbf6697941034abd341fb7c305 authored over 7 years ago
fix(args): dont parse when called as module

fixes #449

github.com/db-migrate/node-db-migrate - ec24db40943c92e40f67ecc3cb0e39446cd85537 authored over 7 years ago
Merge pull request #481 from kreichert/master

fix(template): Double quoting interpolated file name for coffee

github.com/db-migrate/node-db-migrate - 4238ecd41f36802f4233c68f3764e70091698f95 authored over 7 years ago
Merge pull request #485 from gmanriqueUy/master

fix(create): use same timestamp in every created file

github.com/db-migrate/node-db-migrate - 41628f758de62d7bc18e3958ddd84ede833f2fbd authored over 7 years ago
fix(create): use same timestamp in every created file

github.com/db-migrate/node-db-migrate - f7c28c133607a0d5c1ae767a7fd4f01f3c78d4c4 authored over 7 years ago
Double quoting interpolated file name for coffee

github.com/db-migrate/node-db-migrate - 369bf8528c78ec74993dd2780d7bd203d84cad7d authored over 7 years ago
directly use promises in tests

github.com/db-migrate/node-db-migrate - ecae49bab668e4dcf580dbe39660b7b5c58949c1 authored about 8 years ago
add first programable api tests

github.com/db-migrate/node-db-migrate - 85bde6de71a609449ffb8937eba6917b34582fa7 authored about 8 years ago
add test dummies for api

github.com/db-migrate/node-db-migrate - 3f0bd0796f4b481c11f7fd0a7f9e0425c2e06317 authored about 8 years ago
refactor(api): remove last output of postponed seeders

github.com/db-migrate/node-db-migrate - 11fef2912e8bd8f0962f86d63711e2ae465101a2 authored about 8 years ago
fix(api): add missing reference to sync

github.com/db-migrate/node-db-migrate - a2522a2c8a6a9517cd582dce994913f32f59f1b4 authored about 8 years ago