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

remove debug messages

715ce831b2b616f3d5c0422cbfabded62148f711 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
travis doesnt work well with mongodb

b2c74bb1143c6dce15f46199f9a128c4b0449ffe authored almost 10 years ago by Tobias Gurtzick <[email protected]>
next try

6095e701807c91bcf141040c93d142830cd0f651 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
test insert mongodb test

510940175f32284a72fd54e3cd392145585c7104 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
merge bugfix for mongodb

5ab2526232c35015337dc483e38e034cf484cdd9 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.9

7376b72333a36663359ab72915f07cabae32e5bb authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[bugfix] add sorting to mongodbs find

When migrating down, the migrations doesnt get ordered right. This is because of the
missing sor...

c3cdc0f232d8b6bec30413ae65e7ee5916c1e491 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add engine and row format to mysql

e63cb983f71699ac4749215d5884527d9dc9280a authored almost 10 years ago by Tobias Gurtzick <[email protected]>
partial lookup

bf380ef32c22716620c9f5ac2001537d4f7b8e25 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge branch 'v0.9.x'

3f978f13433c1acdd8586770d94fa046908f114c authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.8

1b5fd8a661f38589a2d8c92b423ec3e373f878af authored almost 10 years ago by Tobias Gurtzick <[email protected]>
use dbm from global namespace

068474f60547cc5d4ba8b22a24460251effb28c5 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
insert seeder operation

d9325e83f391571d2558bce798e90ee290f2a934 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
check explicitly for mongodb

thanks to @kraih for the good idea https://github.com/travis-ci/travis-ci/issues/2246#issuecomme...

93cc3598415594a37bd7ad63c0b2f1c62a0af254 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add node versions

7409eb330fade68375eca2b4040c4940a1210c6f authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add missing shadow

1d0a992c60a9e2da97697e1306d87a3b344f0937 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add experimental shadow driver

Implement a shadow driver for recording states. Mentoined in #233

5eec1e43d79c172c3562781f1882e0daac7c2cdf authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add scoping to methods

8687cc8245acd1cc513a31d03390dfbcce7422a1 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add seeder method to api

51798064812906c8856f089de0572da94ce61e16 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add missing actions

caf1b593f298f4c6038620e993a453ac0be06ef3 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add docs to Callback methods

ec9618d780610413f5940aa7517cd55fba50e2cf authored almost 10 years ago by Tobias Gurtzick <[email protected]>
change to internals and move force exit to run method

85288c817f687779d0b0792ebab15340e03c2de9 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
complete api for v0.9.x functionality

b4e220a283a16e75a23d228de87e85e91dc2311e authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add doc badge

a3573668582bd95744250100d5ec5ba2f5ff9c38 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
move event

1b08e1d0f148e7ff0c35674a7f63d6ef040f7a12 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add first api options

ad02d27b87f1fe87e8918581f3c59e0ece0851bc authored almost 10 years ago by Tobias Gurtzick <[email protected]>
copy from bin to api.js working file

81f0a894d52fd16a2fdd1629e1f00e892c6938ce authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add pg-native to dependencies, to remove it on driver move again

7aeea1f69427a719a035d6e265d246a7693f8b0a authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge branch 'v0.9.x'

3b28449765434d593398c2c832ee962bbd1a9cee authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.7

fe571e63a550dd1c1bc947ec7eda1e530ad6f122 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge branch 'v0.9.x'

02a4b895fec6024784e291d4797c4c09377c7d36 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.7

d0126d56087a92670ddd309ab156b1f46c6a9af8 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[bugfix] dont double escape on fk references

77d3041a721a3fef034e6eeda75a75c8a457ca49 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge branch 'v0.9.x'

eabc8fcc4135b842336d6c2e46bd03a7ffb2819d authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.6

bdbb5be0b5f5abb6bca3cbbf1495c1d2cc170fbf authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[bugfix] fix mysql table quoting for foreign keys

Foreign keys were only escaped as one element, but there can be multiple targets and thus an arr...

feb632645d2abb8e97c71c78f686bb9fe8557b61 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[bugfix] fix mysql table quoting for foreign keys

Foreign keys were only escaped as one element, but there can be multiple targets and thus an arr...

437eba260e7c49dfdf81b60a492e381d5d66b952 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add column ForeignKey spec for pgpg

__Column ForeignKey Spec Examples__ Is now enabled to pg. See documentation for details.

e82f78dc4a053cbe93b2b34fa15590c5fa708309 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add documentation information concerning scoping

f560933fd846f530be22c6b1f21be349af9fa6cd authored almost 10 years ago by Tobias Gurtzick <[email protected]>
some changes to new seeders and promisification and add travis tweak to not fail sporadicly on not running mongodb

89c51a8756c2af2498678ad4a2412b398e63e221 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge branch 'v0.9.x'

4d28ab6816009d3253caa1f183b0d0926950d215 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.5

659d643b7b09f35d94f321cd6bb29c530cb932d4 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add missing on complete for scope to down migrations

8ce90f395088a79be9543c2767eced2d555a289d authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge branch 'v0.9.x'

07622b7b163e25ebb37f0ca1b395037176631636 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.4

920dd8c96dfb48e47b723c96956bba6fe61cca21 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[bugfix] old naming beginning without / are not deleted while down migration

The scopes needs mark a migrations root, thus all migrations in the root scope begin now with /....

d89f6f01a9420ebf08c776a3be5a7c590b537d5c authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[bugfix] old naming beginning without / are not deleted while down migration

The scopes needs mark a migrations root, thus all migrations in the root scope begin now with /....

e1b2f391ee74f90afac5c950507610769d44699a authored almost 10 years ago by Tobias Gurtzick <[email protected]>
promisify downToBy on seeder

59b5bbd283cc3ad08db272849cbef2d0c904cd6f authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.3

b97d6ca5da65e54bd4d0c4fdd10f80095779fbfc authored almost 10 years ago by Tobias Gurtzick <[email protected]>
gitignore and npmignore

716609c886c3b19ea00af68d1a2132c44a89e989 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #232 from awinder/master

Errors in stubbed out sql migrations should callback with the error and exit db-migrate, not: lo...

75a12a13e702b8b7aabc147b397c869f7fec89ed authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[bugfix] fix test again...

06784907e9ff2c3f5b4adde3802baa67807534e9 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
update dependencies, fix test

870f640dad03fd3a3eb44b408f1c141ea14d7fc0 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #232 from awinder/master

Errors in stubbed out sql migrations should callback with the error and exit db-migrate, not: lo...

85d7de5546deb6954d435a87d014436a6548fd16 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
autocommit=0 and transactions to sqlite

488660d88d66e9ffc1778f5c1f9a146dffc58aa2 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
integrate promises and transactions

Begin of implementation of promises to replace async.

Resolves #216

3e3235817b8deda9fdff4184b0f98ed9cc4baca5 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Test added to confirm that the process is exiting

b6e26a1101ddefc00783e8d3ffe0047f993f365c authored almost 10 years ago by Andrew Winder <[email protected]>
Stubbed out sql file should callback with the error so that the process will exit

b4de25a15bdd55c65d7078f06fac515cea14fe06 authored almost 10 years ago by Andrew Winder <[email protected]>
add end migration

f6ed03ed614895e2d422a0a8b62322557528fee6 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add static seed functionality

e75039400a0cdc12327d5bd65604ebe4168283d8 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
move filter methods from migrator to utils

e2b509654f48fe216de8f5f9e805ae53058389b4 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[bugfix] case failure in test

c724a930d789fb0c6a0bfaa306cfbcb338f5eed5 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
fix reference to object type

fb1b95e2e52f3152f8c96e76da277f3cf36c8750 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
move components from migration to skeleton, begin initial design of seeders

57a5b01cef47c2a9e27f36bad41e79678dc5a2bf authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add seeder

56b8b3d36dfa4e8974cee71fe4707af1a97c400c authored almost 10 years ago by Tobias Gurtzick <[email protected]>
global seeds table definition

f3732a7931a09f3635058f9b6542e46cb20910bf authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add seed

93d760da762a2b17b50354c99e6d539be35d905f authored almost 10 years ago by Tobias Gurtzick <[email protected]>
removed unused _makeParamArgs

Resolves #229

7d38577ab9dd37186745e85c9e872b399d2fcec5 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
dofix type failure

Do not check against null if just checking if an object is undefined or not.

480977a78cfd43261eb827283dd83f957c5dbe34 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[cs] replace with typesafe comparison operators

422e43787fe17ec430ce09bc0d29c7888175043a authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #228 from msbarry/master

Allow database URL to be specified via an environmental variable

314c41a9d7e937bb31f269856ca2f20af594d754 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Allow database URL to be specified via an environmental variable

ff969497023de7db19c0c949d9772eba47b88248 authored almost 10 years ago by Mike Barry <[email protected]>
global.mod for external drivers

0f1334f9d3e900ab8f00bde7144d5e2e39a6f875 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
begin moving drivers into new driver structure

89c77c1619f78b09d933d3b6b65a3868442e411d authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.2

3320af0877e9fd63213294ba2828584f649fdb18 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[Bugfix] Fix several sqlite bugs

Fix handling of INTEGER, sqlite is throwing errors, if a length is appended.
Fix allLoadedMigrat...

3ff62572a9abf831524aeefab461aaf0f4a4ecaf authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.1

2841b022890e6b77f2795a084fe0db0fe00721d5 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[Bugfix] make scoping work from global scope

The scope was not working from global scope

64c6efbf01477849ab45e735e070ff195c2827e1 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add details to changelog

5f1f493a191e66d69b03345c7d16b8bc3b18ed07 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
0.9.0

c540ea77036ba73256f5535b97c2841d510d4b97 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
change readme details

Resolves #223

ecef54d7d821a25bff53ee2fbd0d8f40ce940808 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Add multiple schema support

This commit row adds support for using multiple migration scopes and adds with this also the pos...

67026b96b8ebea51df2c4acc136aeebb512b581e authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Add database creation and drop method

Add API methods create{Database,Sequence}, drop{Database,Sequence}.
Add Commandline functions db...

ce69a1f4573aaf8d55071d0aadc975cd1fa77eb0 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
multiple migration environments

Preparation for multiple schema/db support.

8981fbe2583d04653d34c15b87d3871978c9fa5f authored almost 10 years ago by Tobias Gurtzick <[email protected]>
add reset as command

Resolves #221

09167106bb2957e46f1504cf7b7f4738cea596f0 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
move mysql, sqlite and pg to dependencies

a75edc025b15df51c125599aa4d1249f3d4c1146 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #218 from toymachiner62/master

Fixed the error Cannot find module 'mongodb'

fe67de338b290b99b28f927b60f13060d5957354 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Fixed the error Cannot find module 'mongodb'

be1c92435161e29a05cf054390e169a9d620c89b authored almost 10 years ago by Tom Caflisch <[email protected]>
[Bugfix] global scoping fix for db-migrate

If db-migrate is installed as global module and NODE_PATH is not defined to the global module pa...

c9a5816115d9e73c01500f9e85e57f1cdb846605 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
adding ability of creating databases and sequences

06807466e7adf0befa42d18a12c0ec4f18af1d80 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
[Bugfix] bugfix on mongodb and quotes

Adding the right quotes for new methods, which are creating the migration table.

Remove global....

6e3be53320644ffbfaa44ce9f2c32c5c6d6762b6 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Merge pull request #217 from toymachiner62/mongodb

Add support for Mongodb

Resolves #205

c22f7228abf24e7e287619c05cbe478859763355 authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Fixed formatting

390f310530135f90179e6b043fabadafc28965c1 authored almost 10 years ago by Tom Caflisch <[email protected]>
Fixed indenting of generated migration

5b61e0552a5d6b0e3201ea09b7a61d36551a0abd authored almost 10 years ago by Tom Caflisch <[email protected]>
Fixed indenting of generated migration

d1a2cbcb4d728521a9fcac96072fdc55c4d84b21 authored almost 10 years ago by Tom Caflisch <[email protected]>
Fixed indenting of generated migration

5c387c1b3e5200d568cd60bce6e8d416c0dba8e3 authored almost 10 years ago by Tom Caflisch <[email protected]>
[Bugfix] Use exec instead of run

The sqlite driver yet only executes a single statement, fix this by using exec instead of run.

...

a20953db8f5199dd122479c419456ec3f6a8d9fa authored almost 10 years ago by Tobias Gurtzick <[email protected]>
Added mongodb to travis ci

d01def0adf147d85a3f367c4a7c191bf411d5c0a authored almost 10 years ago by Tom Caflisch <[email protected]>
Changed to use global migration table

907fc2ef4dabba223814eb8e738dbd8d178b4c21 authored almost 10 years ago by Tom Caflisch <[email protected]>
[Bugfix] explicitly mark as nullable on notNull:false

Currently there was only the possibility to explicitly define a column as nullable, by using nul...

8d253cc4277d5d7c3d5675c643cd0fe48351e36f authored almost 10 years ago by Tobias Gurtzick <[email protected]>