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

Update CHANGELOG for 0.1.3 release

e4410220c50eac5a26e2b1ad277c8ac93bcbffca authored over 12 years ago by Jeff Kunkle <[email protected]>
Merge pull request #17 from mhuggins/environment

Allow development environment as default for Express.js compatibility

611875aad74f14d65d19a70ea4b4a3cfc99079c3 authored over 12 years ago by Jeff Kunkle <[email protected]>
Merge pull request #16 from mhuggins/0cfd9e25d95581002b85f0190a6c27ac8a3b0cb2

Respect column length attribute

9769c357dad3ab966fad0162f77e0ccf7ccfedb3 authored over 12 years ago by Jeff Kunkle <[email protected]>
Respect column length attribute.

0cfd9e25d95581002b85f0190a6c27ac8a3b0cb2 authored over 12 years ago by Matt Huggins <[email protected]>
Allow either dev or development environment as default for Express.js compatibility

d49e42a403456baf36ece8efcc8bd90a0e2394d5 authored over 12 years ago by Matt Huggins <[email protected]>
Update for v0.1.2

e16bfda8a1fed8367b4e7bf9ff38020871be0309 authored over 12 years ago by Jeff Kunkle <[email protected]>
Merge pull request #15 from romanostolosh-devpronet/master

Fixed renameTable method of PG driver

37fd9899775770368faeb263cc47b56123f40317 authored over 12 years ago by Jeff Kunkle <[email protected]>
Merge pull request #14 from mhuggins/master

Fix string type for PostgreSQL

7ecf0286dc2f5740c8531d05172a7b86d8ae0017 authored over 12 years ago by Jeff Kunkle <[email protected]>
Fixed renaming tables for PG

8a4f818ce5b5d1eec578c8fdc92d6c42c238f087 authored over 12 years ago by Roman Ostolosh <[email protected]>
Merge branch 'master' of https://github.com/nearinfinity/node-db-migrate

a61f511414ac3ab303b104aacba13b7e2f096be7 authored over 12 years ago by Roman Ostolosh <[email protected]>
Fix string type for PostgreSQL.

973737883f6fd73126581ca70df6516c671f74d6 authored over 12 years ago by Matt Huggins <[email protected]>
Update for PostgreSQL migration table fix

9b34373304a8c2d97712327f62d6d935b20e2df5 authored over 12 years ago by Jeff Kunkle <[email protected]>
Merge pull request #13 from groupme/master

PostgreSQL does not support IF NOT EXISTS for CREATE TABLE.

Sorry for missing this pull reque...

3397917f3168332d2568c8bf94cc1faf97cf2e03 authored over 12 years ago by Jeff Kunkle <[email protected]>
Updating primary key DDL

5cd9ac5bc7411a4938e0b10b84621bb51280fa49 authored over 12 years ago by alson kemp <[email protected]>
PostgreSQL does not support IF NOT EXISTS for table creation

904685a220987550d71147c8eb18c459048aa2c8 authored over 12 years ago by Brandon Keene <[email protected]>
Changes for release v0.1.0

e6121184259fd5b2623c6d73f34fe44a69966990 authored over 12 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:nearinfinity/node-db-migrate

f209539fa9d8c937563637ed4b1204ffdef79722 authored over 12 years ago by Jeff Kunkle <[email protected]>
Use two spaces indents rather than four.

663edc27e5083a7087b18b2fa2af3884a1560f48 authored over 12 years ago by Jeff Kunkle <[email protected]>
Merge pull request #12 from romanostolosh-devpronet/master

PostgreSQL support

d60fa7fa213b7395ade7309837f5a583cd611e39 authored over 12 years ago by Jeff Kunkle <[email protected]>
Added removeColumn and renameColumn

2f32752d16255fb7be10a498d2d969e85330dabb authored over 12 years ago by Roman Ostolosh <[email protected]>
Fixing defaultValue option for PG

087e6250427153dc53cc2011da6ca319b7aa560f authored over 12 years ago by alson kemp <[email protected]>
Providing transactions during DDL (for Postgres)

d83ed045d6dbefdd8a356c3981f4b5e0b2661d57 authored over 12 years ago by alson kemp <[email protected]>
Getting basic PG migration working

3ad78af9127f9fb4315461c488c35e71e90e665c authored over 12 years ago by alson kemp <[email protected]>
saving of the intermadiate result

4a04391d7814f68431b3e48cea349e8364d82d67 authored over 12 years ago by Roman Ostolosh <[email protected]>
Added skeleton of pg driver

8048f44f16dc6104a7176ab3773936483c10e502 authored over 12 years ago by Roman Ostolosh <[email protected]>
Fix package.json

b725d182293b561e6fd499062ddc0eac2ae25e96 authored almost 13 years ago by Jeff Kunkle <[email protected]>
Update version to 0.0.5

94c08b4647f4e08e64cb8f2ce6417629606f38a1 authored almost 13 years ago by Jeff Kunkle <[email protected]>
Exit with code 1 if any error occurs. Closes #10

bc952d32b848c7a1c526afa2102aab4665dad9c2 authored almost 13 years ago by Jeff Kunkle <[email protected]>
Exit with return code 1 when there is an error

bda612558ec1b1198827ea554849efa288ab91a0 authored almost 13 years ago by Jeff Kunkle <[email protected]>
Much handier to install it globally

e2fc7ba375d0ca57f18b05f7b3d0ccc03c6df172 authored almost 13 years ago by Jeff Kunkle <[email protected]>
Merge pull request #9 from fresham/patch-1

Add "bin" section to package.json so the binary gets copied with npm.

caf5b4b7e84b04e4f9a6626c3bc2827432e4c721 authored almost 13 years ago by Jeff Kunkle <[email protected]>
Add "bin" section to package.json so the binary gets copied when installing with npm.

e3eeb130551e6da48a16457a85917ad7a56af714 authored almost 13 years ago by Cody Frazer <[email protected]>
Removed dependencies on database drivers

573d8d5a5326ba9df4f0a6613db28b3884a051f2 authored almost 13 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:nearinfinity/node-db-migrate

f2133f3edf4739579b4695abb6cf3d0c2f68d656 authored almost 13 years ago by Jeff Kunkle <[email protected]>
Update version number and author information

4d1af431beb152aa90232355c4bd00831d3ed379 authored almost 13 years ago by Jeff Kunkle <[email protected]>
close the connection when done

a00d685815b0c73165cb40c8a7daaa6248b2ac4f authored almost 13 years ago by Joe Ferner <[email protected]>
use default in database.json

3ce6ae4d885d2783032f6868f20ff9d6cd0f4752 authored almost 13 years ago by Joe Ferner <[email protected]>
Fix tests and change name to allow vows to run them all at once.

bad29fbdf859cd9ba40a1f7d195f96f78fe16554 authored almost 13 years ago by Jeff Kunkle <[email protected]>
Update version to 0.0.3

9e4f4a8245cd4b1df089cd1f21ffcb93d389cc31 authored about 13 years ago by Jeff Kunkle <[email protected]>
Merge pull request #8 from nehresma/sort_fix

Run migrations oldest to newest

a8fe108af425372f6c4468005728dc7fa026b16d authored about 13 years ago by Jeff Kunkle <[email protected]>
Run migrations oldest to newest

cbb14ad685dbb4153c55cd5ead3cd86d3d7ed8f4 authored about 13 years ago by Nathan Ehresman <[email protected]>
Add intégration test for migration creation.

45e6fa6693bda1ee1a6c874efd806cec5d2342cf authored about 13 years ago by Jeff Kunkle <[email protected]>
Update to version 0.0.2

a04d86a6723b82eae8dfffe71379758f29c63ce8 authored about 13 years ago by Jeff Kunkle <[email protected]>
Finish API documentation.

a98beda2a3936217920914d48d6566dca3aec2a5 authored about 13 years ago by Jeff Kunkle <[email protected]>
Merge pull request #7 from nehresma/data_type_doc_fix

Make docs match expected name from data_type.js

b866d9c7e0a67000e408074877f140095711b8fe authored about 13 years ago by Jeff Kunkle <[email protected]>
Merge pull request #6 from nehresma/executeCreate_fix

Call createMigration (via the callback) if the migrations directory already exists

f9d561c46a4f6d1a506e03ba76ae405de5ddfb0e authored about 13 years ago by Jeff Kunkle <[email protected]>
call the callback if the migrations directory already exists

6da46def8fb9b9b15fef600e508b3e62e45e503c authored about 13 years ago by Nathan Ehresman <[email protected]>
make docs match expected name from data_type.js

a26c48138edc70be90edd476754c7421d167d5e9 authored about 13 years ago by Nathan Ehresman <[email protected]>
Add documentation for drop table.

7cfc0ca714a5faef4fe997d1f00498cfc33371dd authored about 13 years ago by Jeff Kunkle <[email protected]>
Incrementally adding some documentation

0e4d401435e4c653198804c2c5ab98081a6b7d4f authored about 13 years ago by Jeff Kunkle <[email protected]>
Refactored bin/db-migrate and removed underscore dependency.

38cfdf8f26402ae746ad0ad03be7a572fb368b2e authored about 13 years ago by Jeff Kunkle <[email protected]>
Removed call counting and made more node like

d3a2128db3f3cc2b0c33737643c161ff6b09913d authored about 13 years ago by Jeff Kunkle <[email protected]>
support calling migrations not on the command line

2d66e9de7d0b3bc08868ec7b8fa82f57200593f2 authored about 13 years ago by Joe Ferner <[email protected]>
Add create if not exist and drop if exist support. Closes #2.

0d9ce8a68cee799de4110a79bde34c30d6c4b852 authored about 13 years ago by Jeff Kunkle <[email protected]>
Add blob support

675dd3c63c27b71a38d3eb4fd63297b9ec109013 authored about 13 years ago by Jeff Kunkle <[email protected]>
Add support for compound primary keys

89b496fe1225f4995fbb64d5803eb2dea530ab03 authored about 13 years ago by Jeff Kunkle <[email protected]>
Add consistent logging

c184b26b45d1b1b3b8f2f4f915971f6120284d57 authored about 13 years ago by Jeff Kunkle <[email protected]>
Refactor a few things

8b3a7b8005c5dc16f1cb48020f2f57b86d98aa8f authored about 13 years ago by Jeff Kunkle <[email protected]>
Call the db close method.

3287b63dba4c1f4ec3995a819922c5bd385ae025 authored about 13 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:nearinfinity/node-db-migrate

35ba9077937265f28d6a6ff89f06c6f40dc09e6e authored about 13 years ago by Joe Ferner <[email protected]>
oops wrong end for sqlite3

c6a9830e8bf1a73af5348037702ce56963a3d0f6 authored about 13 years ago by Joe Ferner <[email protected]>
Merge branch 'async'

6dedaa85fda7978fd2c459126054e0d3746d4697 authored about 13 years ago by Jeff Kunkle <[email protected]>
Refactor cli to use async library

ba6a97bd37f283518f47f899d534ebc23631595d authored about 13 years ago by Jeff Kunkle <[email protected]>
if destination and count is not specified for down then default down to 1

29801c59fe5c227bb1bcbeee23ea19861f139077 authored about 13 years ago by Joe Ferner <[email protected]>
made options more explict

088e91dee613af73669f8c45af39311eb95afd06 authored about 13 years ago by Joe Ferner <[email protected]>
added mysql driver to migrate

4f4ddf87cdd891da1ebe3b782f28d597626e7c55 authored about 13 years ago by Joe Ferner <[email protected]>
Add Joe to the list of maintainers

e67500079bdb88efd0400999557a968dd21f9676 authored about 13 years ago by Jeff Kunkle <[email protected]>
log errors

32232c90259b17e817fc9bbc842d3a0b85fef257 authored about 13 years ago by Joe Ferner <[email protected]>
little prettier

1944ef8bb0cfebefa4c0f7513174eb63cb9eed3a authored about 13 years ago by Joe Ferner <[email protected]>
pattern matching up/down destinations

3bd22837d837021a21fb4e9f359fab5453547f19 authored about 13 years ago by Joe Ferner <[email protected]>
Implement migration count run

e07297f1d94ef502bbe7afa5418b86e1824844be authored about 13 years ago by Jeff Kunkle <[email protected]>
Make internal _runSql

114ceebc0d1b26708d09a5074777ba6c7fa11bf5 authored about 13 years ago by Jeff Kunkle <[email protected]>
Go all the way down

6dba4c8869c1c3f65753305542e4a22d55b0d2ac authored about 13 years ago by Jeff Kunkle <[email protected]>
Make up work

67aef43bb0c875a211b9dd5a41088d1414421480 authored about 13 years ago by Jeff Kunkle <[email protected]>
Basic migrate up logic

ab27b1bcad1e1c549e80e7f06436b81ba100b376 authored about 13 years ago by Jeff Kunkle <[email protected]>
only load config for up/down

a6ed47bd4a93231726d8549d7f2e1d06e492af4f authored about 13 years ago by Joe Ferner <[email protected]>
added verbose to global

f93c08cb357fe36548eee2bb85815c6cd80599b4 authored about 13 years ago by Joe Ferner <[email protected]>
moved database.json.

config is now more verbose on what is happening

3dd55241f20026a217378bad61bd9e6cdcc63b94 authored about 13 years ago by Joe Ferner <[email protected]>
Merge branch 'master' of github.com:nearinfinity/node-db-migrate

a1f41e4f02f2c6aa8d3db1607f926e55a0ed4bfc authored about 13 years ago by Jeff Kunkle <[email protected]>
Add database.json configuation

b639f8c8b2104f7f0ae9c5a3d0a9e85ea9f5fbdc authored about 13 years ago by Jeff Kunkle <[email protected]>
Merge branch 'master' of github.com:nearinfinity/node-db-migrate

971c772674c6f334599faa7748c8732da902fb81 authored about 13 years ago by Joe Ferner <[email protected]>
added command line tool

2b7b84e4af8c7106458351835b8962539fea3f18 authored about 13 years ago by Joe Ferner <[email protected]>
Add extra ignores

1500e823b68fef08b8147db44621934d7afe2b1e authored about 13 years ago by Jeff Kunkle <[email protected]>
Finish SQLite3 driver

06a44559d6ea479dfa376f0d7f761bea0038e83a authored about 13 years ago by Jeff Kunkle <[email protected]>
Create migration templates

30feb534a3abfb7b0ba31154807845bc02c598d1 authored about 13 years ago by Jeff Kunkle <[email protected]>
first commit

5c9bf9694a9a9afa6432b14ecb1a09a9e332533b authored about 13 years ago by Jeff Kunkle <[email protected]>