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

Updated documentation for mongo env

github.com/db-migrate/node-db-migrate - 80daab3c70a580a99f58e99fdf33725dd0adfcef authored almost 10 years ago
Added mongodb to travis ci

github.com/db-migrate/node-db-migrate - 4e2794925ddcb66f3b03868cf7fdb855812f3d3b authored almost 10 years ago
Fixed formatting issues

github.com/db-migrate/node-db-migrate - 7dcc162cb703e66e63a095f8e9fc4d8e8b9fbd6a authored almost 10 years ago
Fixed missing migration table name

github.com/db-migrate/node-db-migrate - 75f9ffaab3e7ef43aebba2d2e3c1761aa0cde1d4 authored almost 10 years ago
Updated default templates to contain callback

github.com/db-migrate/node-db-migrate - 0e04ab898bdfe1d28bfc03043b82780f3e3f6179 authored almost 10 years ago
Merge branch 'master' of github.com:toymachiner62/node-db-migrate

github.com/db-migrate/node-db-migrate - 8e40f09badfcedceec5fe274b4c8574ce463f215 authored almost 10 years ago
Fixed mongodb test issue. Updated documenation

github.com/db-migrate/node-db-migrate - 0a16e295fa8536f558b574646cf5b3491578413a authored almost 10 years ago
Refactored _run method and mongodb connection

github.com/db-migrate/node-db-migrate - 4e7d3868431329347a3c9d3f7cbe14cee40d1dd8 authored almost 10 years ago
[bugfix] generalize using of quotes

There were several issues with missing quotes, leading to lower cased names on tables, columns, ...

github.com/db-migrate/node-db-migrate - 944ee869bee55d0a110ab9afc83448f1ee2546fd authored almost 10 years ago
[bugfix] delete unique key if defined as false

Mysql was not deleting the unique constraint when changing the column and setting unique:false

R...

github.com/db-migrate/node-db-migrate - 7fcbde2202e04c2a94482be02b903642adb91e6f authored almost 10 years ago
Got the mongodb support added

github.com/db-migrate/node-db-migrate - 9f6d7871990155e7c2518c8b0861279b169a06e1 authored almost 10 years ago
Updated to reflect what is actually generated

github.com/db-migrate/node-db-migrate - 64e85b9aca66f3050eb16a6beb8170549d1ece3c authored almost 10 years ago
Fixed error when trying to run db-migrate up

github.com/db-migrate/node-db-migrate - 70a98ded6ca1e78f9aa8ba1c540117624253260d authored about 10 years ago
build on travis with mysql and mariadb

github.com/db-migrate/node-db-migrate - d0ba2c3e117cfe0305a0183f4708f25425f1da26 authored about 10 years ago
configurable migrations table

This lets you specify a different migrations table.

Resolves #192

github.com/db-migrate/node-db-migrate - 28090140092d9ef894e8e70f8e940c6cb7c48ea5 authored about 10 years ago
indenting and scoping did not match for column spec example

github.com/db-migrate/node-db-migrate - 1aa01f066b16023d3ab20d56d636c605da13a1ef authored about 10 years ago
fix typo in readme

github.com/db-migrate/node-db-migrate - 11eac5843e8e764d88426f89b326b2d23d5135e0 authored about 10 years ago
add test for column spec foreigign key definition

github.com/db-migrate/node-db-migrate - 9620994d77a17efe6ea705a643d01187cdd3da64 authored about 10 years ago
add foreign key definition to column specs

Adds the ability to add a foreign key directly within the column definition.

Resolves #35

github.com/db-migrate/node-db-migrate - e1bf24e159a38067ef805b97f78e3696c40a6d30 authored about 10 years ago
add foreign key to documentation

Adding usage instructions and parameter description.

Resolves #199

github.com/db-migrate/node-db-migrate - 1f5bedc297ef3e3da2fd7aa6832f23330596ead1 authored about 10 years ago
Finished mongodb methods and cleaned up code

github.com/db-migrate/node-db-migrate - a97e86139939fc3a100e9c6037bc978a220ed22b authored about 10 years ago
Added add migration table and got all tests passing

github.com/db-migrate/node-db-migrate - a6c83a722e36ece170ca2ed26668c44f944c4854 authored about 10 years ago
Added insert and removeIndex

github.com/db-migrate/node-db-migrate - 15cecd09d38d42d3b243da6db807f471c9ef82cd authored about 10 years ago
Got adding indexes and renaming collections working

github.com/db-migrate/node-db-migrate - db600eb87da05c397e3e51563fe884cde3177e06 authored about 10 years ago
Got createCollection and dropCollection working

github.com/db-migrate/node-db-migrate - 7b175b60d6a8b1345cc294ac8f84f50783c1f3f1 authored about 10 years ago
Merge pull request #208 from richardfickling/master

Add coffeescript template, usable via the --coffee-file parameter

github.com/db-migrate/node-db-migrate - 57d5a2b1a59acd2a88e9b27ee16b1320710b1eb3 authored about 10 years ago
Add support for coffeescript templates

github.com/db-migrate/node-db-migrate - eaf48bf1d65b8afe76d4ec026e42f966d7ae783a authored about 10 years ago
Working on mongodb support

github.com/db-migrate/node-db-migrate - 73120c9c0d39d0e0a0e10311794ac5e7872dafde authored about 10 years ago
lower case all table names in mysql driver

Resolves issue with case sensitivity together with mysql.

Resolves #207

github.com/db-migrate/node-db-migrate - 98e0c8619027335e01ee94fab349c015567d5830 authored about 10 years ago
lower case all table names in mysql driver

Resolves issue with case sensitivity together with mysql.

Resolves #207

github.com/db-migrate/node-db-migrate - a93922867f7e760dde66d8bbc5650a633fbd4f28 authored about 10 years ago
Fixed failing test

github.com/db-migrate/node-db-migrate - 63e0f66970c3eb06125a9eae105fc5b09ee08829 authored about 10 years ago
Merge pull request #203 from NOtherDev/master

Basic support for Postgres foreign keys

github.com/db-migrate/node-db-migrate - 0c80c21e241e2f1aa31674242f91dd17cec59c1a authored about 10 years ago
Merge pull request #198 from selfcontained/config-null-check

[Convenience] Check if property is set before assuring environment is not null

github.com/db-migrate/node-db-migrate - ed291963b04661914ce02ded4b62835a1828bec1 authored about 10 years ago
Merge pull request #201 from wzrdtales/bugfix/foreignkeyBehavior

[Bugfix] Deleting the index together with the foreign key is now optional

It's an unexpected ...

github.com/db-migrate/node-db-migrate - 926358093d9b74de0de74b90dd23143532284b3c authored about 10 years ago
update and tested up-to-date dependencies

github.com/db-migrate/node-db-migrate - ad11016982d6c1310506adce2d98e0791b6265bb authored about 10 years ago
downgrade buggy version of vows

github.com/db-migrate/node-db-migrate - 871abc4e7d76a39d0ab01cb6b1416267858ba5fc authored about 10 years ago
reserved direct drop

github.com/db-migrate/node-db-migrate - 3c4c75fadbdedb282561baf0bb65746f793be67d authored about 10 years ago
updated ignore files and dependencies

github.com/db-migrate/node-db-migrate - c24cd40f14fda65ef545412bf0521106e518afcd authored about 10 years ago
update some dependencies

github.com/db-migrate/node-db-migrate - 36d133e89ffd59a1e2749ad419a07da73f6bfe05 authored about 10 years ago
add working travis config

github.com/db-migrate/node-db-migrate - 9ffb23a9ec2874944e6032ab72ccff947c6db754 authored about 10 years ago
never delete index together with foreigh key

the operation of deleting a foreign key should be granular and not deleting any indexes automatic...

github.com/db-migrate/node-db-migrate - 08a9162393b5e3baba96d4344fab292fb740e9ad authored about 10 years ago
Merge pull request #197 from crwhite21/patch-1

Fix typo

github.com/db-migrate/node-db-migrate - 60506a2e8300fc6a7a746721fe88b1f98e3afb06 authored about 10 years ago
Fix typo

Changed "specifing" to "specifying" in missing config driver parameter error message.

github.com/db-migrate/node-db-migrate - bc9cb82739b66ff9bfa6c5c418d9785f3410b045 authored about 10 years ago
Update documentation for version 0.8.0

github.com/db-migrate/node-db-migrate - 76c45f867c4959c50759782e1d049c39d3a7d6e0 authored about 10 years ago
Merge branch 'zoips-pg_schema'

github.com/db-migrate/node-db-migrate - c2e7c09b81afe63e226327ee8bedf14bcc67d127 authored about 10 years ago
Merge branch 'pg_schema' of github.com:zoips/node-db-migrate into zoips-pg_schema

github.com/db-migrate/node-db-migrate - d0e29f7f893e3cd602100cc088e1a89a99193ad6 authored about 10 years ago
Merge branch 'kkurahar-enable-autoIncrement'

github.com/db-migrate/node-db-migrate - c093aec17f606046849a24bafeebaffa186f7181 authored about 10 years ago
Fix merge conflict

github.com/db-migrate/node-db-migrate - ca01e1231ebf215e861975a55c427336dec9e8a0 authored about 10 years ago
Merge branch 'agendor-master'

github.com/db-migrate/node-db-migrate - b281eae3c4b53d8361ed269856d4dede3518fffb authored about 10 years ago
Merge branch 'master' of github.com:agendor/node-db-migrate into agendor-master

github.com/db-migrate/node-db-migrate - a97a41804e26c2cc3bcebe7d171a7b82d708f660 authored about 10 years ago
Merge branch 'jjshoe-master'

github.com/db-migrate/node-db-migrate - 87bdd760f471909b86c8025089083e95718a72f2 authored about 10 years ago
Merge branch 'master' of github.com:jjshoe/node-db-migrate into jjshoe-master

github.com/db-migrate/node-db-migrate - 9b34df8ada7c541289b5ffc5f1d16e4068c59b7d authored about 10 years ago
Merge branch 'saxicek-master'

github.com/db-migrate/node-db-migrate - 61b15f9344bd4d8b2083583744cb2648957b0315 authored about 10 years ago
Merge branch 'master' of github.com:saxicek/node-db-migrate into saxicek-master

github.com/db-migrate/node-db-migrate - 0feb435b1a6ada46a9f8378e235dcb347297a26e authored about 10 years ago
Merge branch 'G3z-master'

github.com/db-migrate/node-db-migrate - d0443fdd185c9a615364004130313d6fe1fc8622 authored about 10 years ago
Merge branch 'master' of github.com:G3z/node-db-migrate into G3z-master

github.com/db-migrate/node-db-migrate - ce8d767678b05a33239475a5948bc4d8a557d8f5 authored about 10 years ago
Merge pull request #189 from sitnin/mysql_quotes

Added back quotes around foreighn foreign key name

github.com/db-migrate/node-db-migrate - baeb68c799adf5ef9ae00c3e4c297575d8751ffe authored about 10 years ago
Merge pull request #195 from Crotery/forpull2

masked passwords in verbose log

github.com/db-migrate/node-db-migrate - 2e820f6e3bc2150dc5e3b5f6d25056e567073330 authored about 10 years ago
masked password in verbose log

github.com/db-migrate/node-db-migrate - 5eb65bad246eedbb9227746c1409d3b4ec00044f authored about 10 years ago
finished support for foreign keys for postgres: added missing removeForeignKey function; fixed and completed tests

github.com/db-migrate/node-db-migrate - 3984ba01ae43f8f9d59494e113910de18548a8b7 authored over 10 years ago
Added back quotes around foreighn foreign key name

github.com/db-migrate/node-db-migrate - d525f2e4c802afc8f96feb7c59c1ec75c6618e51 authored over 10 years ago
Added support for 'postgresql' driver in DATABASE_URL

github.com/db-migrate/node-db-migrate - 51203a1fe0606942203a8ea87613056786885337 authored over 10 years ago
Merge remote-tracking branch 'upstream/master'

Conflicts:
bin/db-migrate

github.com/db-migrate/node-db-migrate - 420f6418489a3a5d4e53b2508ab46bfee877da4a authored over 10 years ago
Don't throw an error on dry run if the migrations table doesn't exist

github.com/db-migrate/node-db-migrate - 8014e30594f7f11245c485be85d9f6f5d62aa109 authored over 10 years ago
JSON.strigify on non string objects

github.com/db-migrate/node-db-migrate - 680adad8b7c37fb862eec636c233932f476a40b9 authored over 10 years ago
update for release 0.7.1

github.com/db-migrate/node-db-migrate - ed935e7adb07e2ba583991a3b854e98150dc7be8 authored over 10 years ago
Merge branch 'lourenzo-master'

github.com/db-migrate/node-db-migrate - 938ae8a3bd7d7c70e7bed19dee4921dcf6290871 authored over 10 years ago
Allow addColumn to create primary keys

Based on issue: https://github.com/kunklejr/node-db-migrate/issues/91

github.com/db-migrate/node-db-migrate - e764994d7a8406cf346cb7085142a3e1ef904330 authored over 10 years ago
Update documentation for 0.7.0 release

github.com/db-migrate/node-db-migrate - e671927fa2a07f1c2f033cc7ec2212fe9e50ce23 authored over 10 years ago
Merge branch 'bvalosek-master'

github.com/db-migrate/node-db-migrate - 3ec0958ede308b87aa265b06dab0eedf92578108 authored over 10 years ago
tightened up the possible dependent versions

github.com/db-migrate/node-db-migrate - 5a8beec10458f205b7e86679326c37139aa09c6a authored over 10 years ago
Merge branch 'master' of github.com:bvalosek/node-db-migrate into bvalosek-master

github.com/db-migrate/node-db-migrate - 2f304e2b122e73276f41f899be1257c6d53b0b3b authored over 10 years ago
Merge branch 'dlaxar-externalize_test_config'

github.com/db-migrate/node-db-migrate - 9e222171f301a846bda7040858d2eceffd2cff4f authored over 10 years ago
Merge branch 'externalize_test_config' of github.com:dlaxar/node-db-migrate into dlaxar-externalize_test_config

github.com/db-migrate/node-db-migrate - 8477a23aacd085034c18671cbf11e5a435d0bd17 authored over 10 years ago
Merge branch 'paulomcnally-master'

github.com/db-migrate/node-db-migrate - f82c70f5115f935ff8b989299d637028d3196619 authored over 10 years ago
Merge branch 'master' of github.com:paulomcnally/node-db-migrate into paulomcnally-master

github.com/db-migrate/node-db-migrate - 20aba519fdee2567dc3b61f89854f8850df44317 authored over 10 years ago
Merge branch 'ajkerr-down-using-run-order'

github.com/db-migrate/node-db-migrate - c54a75823ca9d166945f3bcf7e7c2539eb4492b7 authored over 10 years ago
Making running down migrations in reverse run order the default (and only) option.

github.com/db-migrate/node-db-migrate - 4a9d343940ba15f6b267da5cfef2274cd6c40087 authored over 10 years ago
Adds support for postgres foreign keys

github.com/db-migrate/node-db-migrate - eac02888ac45bb5b49786afe1a8dd3cd1776f05a authored over 10 years ago
Externalize db config for tests

github.com/db-migrate/node-db-migrate - eeee0f18c3eca19de00f5c56c4e1f0d87d04567b authored over 10 years ago
better written in dot notation

github.com/db-migrate/node-db-migrate - 1ba8482fccacad4440d7aa836024584720bc41e2 authored over 10 years ago
Mixed double and single quotes

github.com/db-migrate/node-db-migrate - 43e4cf4d5a3798fb31576f69184fcfa75a1f8ab6 authored over 10 years ago
Mixed double and single quotes

github.com/db-migrate/node-db-migrate - 9b2d3193fe4f6bbbfb11c4f4f70c3768d74419be authored over 10 years ago
Use ‘===‘ to compare with ‘0‘

github.com/db-migrate/node-db-migrate - 275a9f79c91d8668f8f7a1d4df91eb1018404ea0 authored over 10 years ago
Mixed double and single quotes

github.com/db-migrate/node-db-migrate - f53241a138a2c1267485c402a5d2949f2fcb9fd2 authored over 10 years ago
Mixed double and single quotes

github.com/db-migrate/node-db-migrate - 3b997f7c7bb25b39f1764fbc6a2ac6fc72714741 authored over 10 years ago
Use ‘===‘ to compare with ‘0'

github.com/db-migrate/node-db-migrate - ddaf4c12bf17d8bc1a4236bd76017124a101617a authored over 10 years ago
Mixed double and single quotes

github.com/db-migrate/node-db-migrate - 428e4462c1f63f16409e3ce5c3b41433af0e88ec authored over 10 years ago
Add --down-using-run-order option to run down migrations based on run order rather than creation order.

github.com/db-migrate/node-db-migrate - c632fa98c7fb0ce0755b0955a205062ad7ad1142 authored over 10 years ago
add support for foreign keys

github.com/db-migrate/node-db-migrate - c9092589e16ab072c8c969a04cc0dc978971af7a authored over 10 years ago
addForeignKey and removeForeignKey added to mysql

github.com/db-migrate/node-db-migrate - 94ca0cde53ac6159d7c0d75baed475218419519c authored over 10 years ago