mattpolito / paratrooper

Library for creating tasks that deploy to Heroku
MIT License
107 stars 19 forks source link

Refactor PendingMigrationCheck #80

Open apsoto opened 9 years ago

apsoto commented 9 years ago

Refactor PendingMigrationCheck so that #last_deployed_commit is an input instead of lookup. This simplifies PendingMigrationCheck and allows users of the configuration option migration_check to have a simpler interface to implement.

apsoto commented 9 years ago

This was included in PR #81 so you can close if you prefer

apsoto commented 9 years ago

just pinging to see if we can get some movement on this. Thanks.

mattpolito commented 9 years ago

Thanks @apsoto for the ping. I'll check back in with this when I have some open source time. Probably Friday.

Thanks again for your work on this.