0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version More... over 9 years ago
Merge pull request #2 from n370/n370-patch-1 More... over 9 years ago
Update package.json More... over 9 years ago
Update linting rules More... over 10 years ago
Add link to tutorial More... over 10 years ago
Just build on node 0.10 for now More... over 10 years ago
Ensure grunt can be found More... over 10 years ago
Add travis badge to README More... over 10 years ago
Add travis configuration More... over 10 years ago
Rename license to MIT More... over 10 years ago
Update package.json with contact info More... over 10 years ago
Update license, copyright notices More... over 10 years ago
Don't exit prematurely More... about 11 years ago
Remove superfluous logging More... about 11 years ago
Distinguish between CLI implementation using process.argv and CLI command dispatching using any argv - that allows us to use the migrate commands from within another module. More... about 11 years ago
Fix main library file path More... about 11 years ago
Yes, we need any-db. And yes, we need any-db in version 1.0.1 specifically. More... about 11 years ago
Don't crash on undocumented commands. More... about 11 years ago
Update license, etc. More... about 11 years ago
Added 'create' command; the last bit we needed. More... about 11 years ago
any-db should probably be a peer dependency here. More... about 11 years ago
Added 'up' and 'down' commands for applying batches of migrations. More... about 11 years ago
Finish 'revert' command. More... about 11 years ago
Sanitize migration names (strip path, extension). Also remove lint. More... about 11 years ago
Checkpoint commit. Got the 'apply' command implemented, the 'revert' command started, and the 'help' command implemented. Also cleaned up the test directory a little. More... about 11 years ago
Finish execution of transactions. More... about 11 years ago
Registering/deregistering migrations in a DB works, as well as a bunch of other things. More... about 11 years ago
Get rid of superfluous logging. More... about 11 years ago
Code and test for collecting migration files. More... about 11 years ago
Add function & tests for parsing database config and selecting an environment. More... about 11 years ago