wafflesfm / batter

It makes Waffles.
Other
83 stars 18 forks source link

Feature: actually working models #50

Closed edgewyn closed 11 years ago

edgewyn commented 11 years ago

This is a fairly catchall PR that:

1) Simplifies the models down to Artist, Master, Release, and MusicUpload (see #15). Upload and UploadGroup were duplicates of Release and Master, respectively, and were removed - it may be useful to add them back in if we have the luxury of supporting arbitrary upload types, but for now they overcomplicate things. 2) Resets Model migrations for the music app. 3) Kills off the Discogs API proxy. This should have been part of a second PR, but I didn't notice I'd done so until I reviewed my changelog. 4) Updates tests for added/removed features.

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling c2d84b960a1b7c3338299ec2e99ba07506e1a87f on feature/actually-working-models into c76c3f00f1019b73b0d0a7da17afc0b4ee863018 on develop.