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

Updated documentation for mongo env

80daab3c70a580a99f58e99fdf33725dd0adfcef authored almost 10 years ago by Tom Caflisch <[email protected]>
Added mongodb to travis ci

4e2794925ddcb66f3b03868cf7fdb855812f3d3b authored almost 10 years ago by Tom Caflisch <[email protected]>
Fixed formatting issues

7dcc162cb703e66e63a095f8e9fc4d8e8b9fbd6a authored almost 10 years ago by Tom Caflisch <[email protected]>
Fixed missing migration table name

75f9ffaab3e7ef43aebba2d2e3c1761aa0cde1d4 authored almost 10 years ago by Tom Caflisch <[email protected]>
Updated default templates to contain callback

0e04ab898bdfe1d28bfc03043b82780f3e3f6179 authored almost 10 years ago by Tom Caflisch <[email protected]>
Merged

57c5cc4e37898c5d1bb62bf63fc37c3aa6d3ffb6 authored almost 10 years ago by Tom Caflisch <[email protected]>
Merge branch 'master' of github.com:toymachiner62/node-db-migrate

8e40f09badfcedceec5fe274b4c8574ce463f215 authored almost 10 years ago by Tom Caflisch <[email protected]>
Fixed mongodb test issue. Updated documenation

0a16e295fa8536f558b574646cf5b3491578413a authored almost 10 years ago by Tom Caflisch <[email protected]>
Refactored _run method and mongodb connection

4e7d3868431329347a3c9d3f7cbe14cee40d1dd8 authored almost 10 years ago by Tom Caflisch <[email protected]>
[bugfix] generalize using of quotes

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

944ee869bee55d0a110ab9afc83448f1ee2546fd authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[bugfix] delete unique key if defined as false

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

R...

7fcbde2202e04c2a94482be02b903642adb91e6f authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Got the mongodb support added

9f6d7871990155e7c2518c8b0861279b169a06e1 authored almost 10 years ago by Tom Caflisch <[email protected]>
Updated to reflect what is actually generated

64e85b9aca66f3050eb16a6beb8170549d1ece3c authored almost 10 years ago by Tom Caflisch <[email protected]>
Fixed error when trying to run db-migrate up

70a98ded6ca1e78f9aa8ba1c540117624253260d authored almost 10 years ago by Tom Caflisch <[email protected]>
add missing fi

82bcf2002e53357eb78a07f7e4b25a1b657aeca9 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
build on travis with mysql and mariadb

d0ba2c3e117cfe0305a0183f4708f25425f1da26 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
configurable migrations table

This lets you specify a different migrations table.

Resolves #192

28090140092d9ef894e8e70f8e940c6cb7c48ea5 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
indenting and scoping did not match for column spec example

1aa01f066b16023d3ab20d56d636c605da13a1ef authored almost 10 years ago by Tobias Gurtzick <[email protected]>
fix typo in readme

11eac5843e8e764d88426f89b326b2d23d5135e0 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add test for column spec foreigign key definition

9620994d77a17efe6ea705a643d01187cdd3da64 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add foreign key definition to column specs

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

Resolves #35

e1bf24e159a38067ef805b97f78e3696c40a6d30 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add foreign key to documentation

Adding usage instructions and parameter description.

Resolves #199

1f5bedc297ef3e3da2fd7aa6832f23330596ead1 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Finished mongodb methods and cleaned up code

a97e86139939fc3a100e9c6037bc978a220ed22b authored almost 10 years ago by Tom Caflisch <[email protected]>
Added add migration table and got all tests passing

a6c83a722e36ece170ca2ed26668c44f944c4854 authored almost 10 years ago by Tom Caflisch <[email protected]>
Added insert and removeIndex

15cecd09d38d42d3b243da6db807f471c9ef82cd authored almost 10 years ago by Tom Caflisch <[email protected]>
Got adding indexes and renaming collections working

db600eb87da05c397e3e51563fe884cde3177e06 authored almost 10 years ago by Tom Caflisch <[email protected]>
Got createCollection and dropCollection working

7b175b60d6a8b1345cc294ac8f84f50783c1f3f1 authored almost 10 years ago by Tom Caflisch <[email protected]>
Merge pull request #208 from richardfickling/master

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

57d5a2b1a59acd2a88e9b27ee16b1320710b1eb3 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Add support for coffeescript templates

eaf48bf1d65b8afe76d4ec026e42f966d7ae783a authored almost 10 years ago by Dick Fickling <[email protected]>
Working on mongodb support

73120c9c0d39d0e0a0e10311794ac5e7872dafde authored almost 10 years ago by Tom Caflisch <[email protected]>
lower case all table names in mysql driver

Resolves issue with case sensitivity together with mysql.

Resolves #207

98e0c8619027335e01ee94fab349c015567d5830 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
lower case all table names in mysql driver

Resolves issue with case sensitivity together with mysql.

Resolves #207

a93922867f7e760dde66d8bbc5650a633fbd4f28 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Fixed failing test

63e0f66970c3eb06125a9eae105fc5b09ee08829 authored almost 10 years ago by Tom Caflisch <[email protected]>
Merge pull request #203 from NOtherDev/master

Basic support for Postgres foreign keys

0c80c21e241e2f1aa31674242f91dd17cec59c1a authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #198 from selfcontained/config-null-check

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

ed291963b04661914ce02ded4b62835a1828bec1 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #201 from wzrdtales/bugfix/foreignkeyBehavior

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

It's an unexpected ...

926358093d9b74de0de74b90dd23143532284b3c authored almost 10 years ago by Tobias Gurtzick <[email protected]>
update and tested up-to-date dependencies

ad11016982d6c1310506adce2d98e0791b6265bb authored almost 10 years ago by Tobias Gurtzick <[email protected]>
vows 0.8.0

34cb7f75d1dcc0249a828835d79e8ab468921759 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
downgrade buggy version of vows

871abc4e7d76a39d0ab01cb6b1416267858ba5fc authored almost 10 years ago by Tobias Gurtzick <[email protected]>
remove last line

69960cd5badae214506ae2bba79e116ea6cbadde authored almost 10 years ago by Tobias Gurtzick <[email protected]>
reserved direct drop

3c4c75fadbdedb282561baf0bb65746f793be67d authored almost 10 years ago by Tobias Gurtzick <[email protected]>
updated ignore files and dependencies

c24cd40f14fda65ef545412bf0521106e518afcd authored almost 10 years ago by Tobias Gurtzick <[email protected]>
update some dependencies

36d133e89ffd59a1e2749ad419a07da73f6bfe05 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
fix mysql test

dd9898724842ab67a28516a555396f62d1301309 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add working travis config

9ffb23a9ec2874944e6032ab72ccff947c6db754 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add badges

17c94ebaa5e071ef29a7f65257975f4a399c6cd6 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
never delete index together with foreigh key

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

08a9162393b5e3baba96d4344fab292fb740e9ad authored almost 10 years ago by Tobias Gurtzick <[email protected]>
adding tests

1c001236dcf5bdf9567cd3b6150d118527f8574a authored about 10 years ago by Brad Harris <[email protected]>
adding prop check

0dfd3c557872f075fe2ba499210e12a0a2b24255 authored about 10 years ago by Brad Harris <[email protected]>
Merge pull request #197 from crwhite21/patch-1

Fix typo

60506a2e8300fc6a7a746721fe88b1f98e3afb06 authored about 10 years ago by Jeff Kunkle <[email protected]>
Fix typo

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

bc9cb82739b66ff9bfa6c5c418d9785f3410b045 authored about 10 years ago by Chris White <[email protected]>
Update documentation for version 0.8.0

76c45f867c4959c50759782e1d049c39d3a7d6e0 authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'zoips-pg_schema'

c2e7c09b81afe63e226327ee8bedf14bcc67d127 authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'pg_schema' of github.com:zoips/node-db-migrate into zoips-pg_schema

d0e29f7f893e3cd602100cc088e1a89a99193ad6 authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'kkurahar-enable-autoIncrement'

c093aec17f606046849a24bafeebaffa186f7181 authored about 10 years ago by Jeff Kunkle <[email protected]>
Fix merge conflict

ca01e1231ebf215e861975a55c427336dec9e8a0 authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'agendor-master'

b281eae3c4b53d8361ed269856d4dede3518fffb authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:agendor/node-db-migrate into agendor-master

a97a41804e26c2cc3bcebe7d171a7b82d708f660 authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'jjshoe-master'

87bdd760f471909b86c8025089083e95718a72f2 authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:jjshoe/node-db-migrate into jjshoe-master

9b34df8ada7c541289b5ffc5f1d16e4068c59b7d authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'saxicek-master'

61b15f9344bd4d8b2083583744cb2648957b0315 authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:saxicek/node-db-migrate into saxicek-master

0feb435b1a6ada46a9f8378e235dcb347297a26e authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'G3z-master'

d0443fdd185c9a615364004130313d6fe1fc8622 authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:G3z/node-db-migrate into G3z-master

ce8d767678b05a33239475a5948bc4d8a557d8f5 authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge pull request #189 from sitnin/mysql_quotes

Added back quotes around foreighn foreign key name

baeb68c799adf5ef9ae00c3e4c297575d8751ffe authored about 10 years ago by Jeff Kunkle <[email protected]>
Merge pull request #195 from Crotery/forpull2

masked passwords in verbose log

2e820f6e3bc2150dc5e3b5f6d25056e567073330 authored about 10 years ago by Jeff Kunkle <[email protected]>
masked password in verbose log

5eb65bad246eedbb9227746c1409d3b4ec00044f authored about 10 years ago by alatar <[email protected]>
finished support for foreign keys for postgres: added missing removeForeignKey function; fixed and completed tests

3984ba01ae43f8f9d59494e113910de18548a8b7 authored over 10 years ago by adambar <[email protected]>
Added back quotes around foreighn foreign key name

d525f2e4c802afc8f96feb7c59c1ec75c6618e51 authored over 10 years ago by Gregory Sitnin <[email protected]>
Added support for 'postgresql' driver in DATABASE_URL

51203a1fe0606942203a8ea87613056786885337 authored over 10 years ago by Libor Nenadál <[email protected]>
Merge remote-tracking branch 'upstream/master'

Conflicts:
bin/db-migrate

420f6418489a3a5d4e53b2508ab46bfee877da4a authored over 10 years ago by Tulio Monte Azul <[email protected]>
Don't throw an error on dry run if the migrations table doesn't exist

8014e30594f7f11245c485be85d9f6f5d62aa109 authored over 10 years ago by Joel <[email protected]>
JSON.strigify on non string objects

680adad8b7c37fb862eec636c233932f476a40b9 authored over 10 years ago by Giacomo Trezzi <[email protected]>
update for release 0.7.1

ed935e7adb07e2ba583991a3b854e98150dc7be8 authored over 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'lourenzo-master'

938ae8a3bd7d7c70e7bed19dee4921dcf6290871 authored over 10 years ago by Jeff Kunkle <[email protected]>
Allow addColumn to create primary keys

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

e764994d7a8406cf346cb7085142a3e1ef904330 authored over 10 years ago by Lourenzo Ferreira <[email protected]>
Update documentation for 0.7.0 release

e671927fa2a07f1c2f033cc7ec2212fe9e50ce23 authored over 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'bvalosek-master'

3ec0958ede308b87aa265b06dab0eedf92578108 authored over 10 years ago by Jeff Kunkle <[email protected]>
tightened up the possible dependent versions

5a8beec10458f205b7e86679326c37139aa09c6a authored over 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:bvalosek/node-db-migrate into bvalosek-master

2f304e2b122e73276f41f899be1257c6d53b0b3b authored over 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'dlaxar-externalize_test_config'

9e222171f301a846bda7040858d2eceffd2cff4f authored over 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'externalize_test_config' of github.com:dlaxar/node-db-migrate into dlaxar-externalize_test_config

8477a23aacd085034c18671cbf11e5a435d0bd17 authored over 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'paulomcnally-master'

f82c70f5115f935ff8b989299d637028d3196619 authored over 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:paulomcnally/node-db-migrate into paulomcnally-master

20aba519fdee2567dc3b61f89854f8850df44317 authored over 10 years ago by Jeff Kunkle <[email protected]>
Merge branch 'ajkerr-down-using-run-order'

c54a75823ca9d166945f3bcf7e7c2539eb4492b7 authored over 10 years ago by Jeff Kunkle <[email protected]>
Making running down migrations in reverse run order the default (and only) option.

4a9d343940ba15f6b267da5cfef2274cd6c40087 authored over 10 years ago by Andrew Kerr <[email protected]>
Adds support for postgres foreign keys

eac02888ac45bb5b49786afe1a8dd3cd1776f05a authored over 10 years ago by Daniel Laxar <[email protected]>
Externalize db config for tests

eeee0f18c3eca19de00f5c56c4e1f0d87d04567b authored over 10 years ago by Daniel Laxar <[email protected]>
better written in dot notation

1ba8482fccacad4440d7aa836024584720bc41e2 authored over 10 years ago by Paulo McNally <[email protected]>
Missing semicolon

739ae530e56ce2c9af31d98900b3d400807ad7d9 authored over 10 years ago by Paulo McNally <[email protected]>
Mixed double and single quotes

43e4cf4d5a3798fb31576f69184fcfa75a1f8ab6 authored over 10 years ago by Paulo McNally <[email protected]>
Mixed double and single quotes

9b2d3193fe4f6bbbfb11c4f4f70c3768d74419be authored over 10 years ago by Paulo McNally <[email protected]>
Use ‘===‘ to compare with ‘0‘

275a9f79c91d8668f8f7a1d4df91eb1018404ea0 authored over 10 years ago by Paulo McNally <[email protected]>
Mixed double and single quotes

f53241a138a2c1267485c402a5d2949f2fcb9fd2 authored over 10 years ago by Paulo McNally <[email protected]>
Mixed double and single quotes

3b997f7c7bb25b39f1764fbc6a2ac6fc72714741 authored over 10 years ago by Paulo McNally <[email protected]>
Use ‘===‘ to compare with ‘0'

ddaf4c12bf17d8bc1a4236bd76017124a101617a authored over 10 years ago by Paulo McNally <[email protected]>
Mixed double and single quotes

428e4462c1f63f16409e3ce5c3b41433af0e88ec authored over 10 years ago by Paulo McNally <[email protected]>
Add --down-using-run-order option to run down migrations based on run order rather than creation order.

c632fa98c7fb0ce0755b0955a205062ad7ad1142 authored over 10 years ago by Andrew Kerr <[email protected]>
add support for foreign keys

c9092589e16ab072c8c969a04cc0dc978971af7a authored over 10 years ago by Jeff Kunkle <[email protected]>
addForeignKey and removeForeignKey added to mysql

94ca0cde53ac6159d7c0d75baed475218419519c authored over 10 years ago by Johan Öbrink <[email protected]>