Listory/src
Julian Tölle fcc2f7d1b6 fix(api): db error on duplicate music library import
When the spotify crawler loop would import an artist multiple
times in parallel the first would succeed but the following queries
would throw with following exception:

    QueryFailedError: duplicate key value violates unique constraint "IDX_ARTIST_SPOTIFY_ID"

This error also could happen for the album or track.
2020-11-21 17:00:33 +01:00
..
auth feat: implement long-lived sessions 2020-11-09 18:34:23 +01:00
config feat(api): setup optional sentry error reporting 2020-11-17 22:26:08 +01:00
cookie-parser feat: implement long-lived sessions 2020-11-09 18:34:23 +01:00
database fix(api): db error on duplicate music library import 2020-11-21 17:00:33 +01:00
health-check feat(api): add health-check endpoint 2020-05-03 21:10:31 +02:00
listens feat: implement long-lived sessions 2020-11-09 18:34:23 +01:00
logger feat(api): setup logging 2020-05-03 21:10:31 +02:00
music-library fix(api): db error on duplicate music library import 2020-11-21 17:00:33 +01:00
reports feat: introduce new report "Top Albums" 2020-11-15 02:43:23 +01:00
sources fix(api): exception after refreshing spotify access token 2020-11-18 21:13:16 +01:00
users feat: implement long-lived sessions 2020-11-09 18:34:23 +01:00
app.module.ts feat(api): setup optional sentry error reporting 2020-11-17 22:26:08 +01:00
main.ts feat(api): setup optional sentry error reporting 2020-11-17 22:26:08 +01:00