quintodrome/persistence
2020-02-05 08:47:32 -05:00
..
album_repository.go refactor: consolidate query executions into two functions queryOne and queryAll 2020-02-01 17:23:03 -05:00
album_repository_test.go refactor: adding back artist and album tables 2020-02-01 17:23:03 -05:00
artist_repository.go refactor: consolidate query executions into two functions queryOne and queryAll 2020-02-01 17:23:03 -05:00
artist_repository_test.go refactor: add GetStarred to artists 2020-02-01 17:23:03 -05:00
genre_repository.go refactor: consolidate query executions into two functions queryOne and queryAll 2020-02-01 17:23:03 -05:00
genre_repository_test.go refactor: adding back artist and album tables 2020-02-01 17:23:03 -05:00
helpers.go refactor: new persistence, more SQL, less ORM 2020-02-01 17:23:03 -05:00
mediafile_repository.go refactor: consolidate query executions into two functions queryOne and queryAll 2020-02-01 17:23:03 -05:00
mediafile_repository_test.go fix: Find/DeleteByPath 2020-02-01 17:23:03 -05:00
mediafolders_repository.go refactor: read musicFolderId from request (but still don't use it) 2020-02-01 17:23:03 -05:00
mock_album_repo.go Rename project to Navidrome 2020-01-23 19:44:08 -05:00
mock_artist_repo.go Rename project to Navidrome 2020-01-23 19:44:08 -05:00
mock_mediafile_repo.go Rename project to Navidrome 2020-01-23 19:44:08 -05:00
mock_persistence.go refactor: annotations 2020-02-01 17:23:03 -05:00
persistence.go refactor: better integration between db and persistence packages 2020-02-01 17:23:03 -05:00
persistence_suite_test.go refactor: use stdlib filepath.FromSlash 2020-02-03 17:53:59 -05:00
playlist_repository.go refactor: fix rest filter 2020-02-01 17:23:03 -05:00
playlist_repository_test.go refactor: adding back artist and album tables 2020-02-01 17:23:03 -05:00
property_repository.go refactor: new persistence, more SQL, less ORM 2020-02-01 17:23:03 -05:00
property_repository_test.go refactor: adding back artist and album tables 2020-02-01 17:23:03 -05:00
sql_annotations.go refactor:clean annotations in GC 2020-02-01 17:23:03 -05:00
sql_base_repository.go feat: add lapsed time to SQL logger, to help detect SQL bottlenecks 2020-02-05 08:47:32 -05:00
sql_search.go refactor: consolidate query executions into two functions queryOne and queryAll 2020-02-01 17:23:03 -05:00
user_repository.go fix: manually set timestamps, as we don't rely on the ORM anymore 2020-02-01 17:23:03 -05:00