Listory/src
Julian Tölle 107a81412f refactor: remove unused logging setup
Pino is actually set up in src/logger/logger.ts and the variable
created here is never used.
2023-04-02 13:16:11 +02:00
..
auth feat(frontend): manage API tokens in Frontend 2023-02-21 23:07:02 +01:00
config feat(api): configurable max pool connections 2022-06-11 19:21:00 +02:00
cookie-parser feat: implement long-lived sessions 2020-11-09 18:34:23 +01:00
database feat(api): API tokens for authentication 2023-02-19 16:19:40 +01:00
health-check fix(api): missing OpenAPI route tags 2022-07-12 20:34:14 +02:00
job-queue feat(api): use nest-pg-boss for spotify interactions 2023-03-12 02:20:39 +01:00
listens feat(api): poll listens less often if user is inactive 2023-03-12 02:20:39 +01:00
logger feat(observability): Replace Prometheus package with OpenTelemetry 2022-06-18 17:48:16 +02:00
music-library chore(deps): update typeorm 2022-06-25 16:26:58 +02:00
open-telemetry chore(deps): upgrade to NestJS 9 2022-09-27 18:14:49 +02:00
reports fix(api): album&track reports only contain one artist 2023-03-17 17:37:14 +01:00
sources fix(api): properly handle errors in crawler loop 2023-03-17 17:37:14 +01:00
users feat(api): import listens after first sign in 2023-03-12 02:20:39 +01:00
app.module.ts feat(api): use nest-pg-boss for spotify interactions 2023-03-12 02:20:39 +01:00
console.ts feat(api): add local repl console 2022-09-27 18:14:49 +02:00
main.ts refactor: remove unused logging setup 2023-04-02 13:16:11 +02:00