navidrome/persistence
Deluan 25d902c9d7 When ErroNotFound, return an new entity to avoid conversion from nil errors 2016-03-18 17:24:26 -04:00
..
.goconvey.goconvey Refactoring to a cleaner architecture 2016-03-02 09:10:28 -05:00
album_repository.go implemented getStarred (just for albums, for now) 2016-03-14 11:35:48 -04:00
artist_repository.go Implemented getAlbumList with type=random 2016-03-08 21:54:32 -05:00
checksum_repository.go Implemented nowplaying repo 2016-03-16 20:52:32 -04:00
index_repository.go Converted all collections from repositories to *collections 2016-03-08 20:33:09 -05:00
index_repository_test.go Converted all collections from repositories to *collections 2016-03-08 20:33:09 -05:00
ledis.go Implemented artists indexing, with Gomate 2016-03-10 23:19:13 -05:00
ledis_repository.go When ErroNotFound, return an new entity to avoid conversion from nil errors 2016-03-18 17:24:26 -04:00
ledis_repository_test.go Get() methods from all repositories now return a ErrNotFound when the id is nonexistent 2016-03-18 11:33:50 -04:00
mediafile_repository.go Implemented getAlbumList with type=random 2016-03-08 21:54:32 -05:00
mediafolders_repository.go Converted all collections from repositories to *collections 2016-03-08 20:33:09 -05:00
mock_album_repo.go Get() methods from all repositories now return a ErrNotFound when the id is nonexistent 2016-03-18 11:33:50 -04:00
mock_artist_repo.go Get() methods from all repositories now return a ErrNotFound when the id is nonexistent 2016-03-18 11:33:50 -04:00
mock_index_repo.go Introduced engine.Scrobbler 2016-03-16 17:59:28 -04:00
mock_mediafile_repo.go Get() methods from all repositories now return a ErrNotFound when the id is nonexistent 2016-03-18 11:33:50 -04:00
nowplaying_repository.go Register skipped songs! 2016-03-17 18:58:09 -04:00
playlist_repository.go Initial wiring for getPlaylists endpoint 2016-03-09 10:09:15 -05:00
property_repository.go Get() methods from all repositories now return a ErrNotFound when the id is nonexistent 2016-03-18 11:33:50 -04:00