0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version More... over 8 years ago
Merge pull request #2 from n370/n370-patch-1 More... over 8 years ago
Update package.json More... over 8 years ago
Update linting rules More... almost 10 years ago
Add link to tutorial More... almost 10 years ago
Just build on node 0.10 for now More... almost 10 years ago
Ensure grunt can be found More... almost 10 years ago
Add travis badge to README More... almost 10 years ago
Add travis configuration More... almost 10 years ago
Rename license to MIT More... almost 10 years ago
Update package.json with contact info More... almost 10 years ago
Update license, copyright notices More... almost 10 years ago
Don't exit prematurely More... over 10 years ago
Remove superfluous logging More... over 10 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... over 10 years ago
Fix main library file path More... over 10 years ago
Yes, we need any-db. And yes, we need any-db in version 1.0.1 specifically. More... over 10 years ago
Don't crash on undocumented commands. More... over 10 years ago
Update license, etc. More... over 10 years ago
Added 'create' command; the last bit we needed. More... over 10 years ago
any-db should probably be a peer dependency here. More... over 10 years ago
Added 'up' and 'down' commands for applying batches of migrations. More... over 10 years ago
Finish 'revert' command. More... over 10 years ago
Sanitize migration names (strip path, extension). Also remove lint. More... over 10 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... over 10 years ago
Finish execution of transactions. More... over 10 years ago
Registering/deregistering migrations in a DB works, as well as a bunch of other things. More... over 10 years ago
Get rid of superfluous logging. More... over 10 years ago
Code and test for collecting migration files. More... over 10 years ago
Add function & tests for parsing database config and selecting an environment. More... over 10 years ago