1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-09 13:26:47 +01:00
immich/server/src/domain/job
Daniel Dietzler cd375a976e
feat(server): custom library scanning interval (#4390)
* add automatic library scan config options

* add validation

* open api

* use CronJob instead of cron-validator

* fix tests

* catch potential error of the library scan initialization

* better description for input field

* move library scan job initialization to server app service

* fix tests

* add comments to all parameters of cronjob contructor

* make scan a child of a more general library object

* open api

* chore: cleanup

* move cronjob handling to job repoistory

* web: select for common cron expressions

* fix open api

* fix tests

* put scanning settings in nested accordion

* fix system config validation

* refactor, tests

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-10-31 15:19:12 -05:00
..
index.ts refactor: domain repositories (#4403) 2023-10-09 14:25:03 +00:00
job.constants.ts fix(server): config update queue] (#4661) 2023-10-26 20:26:59 -05:00
job.dto.ts chore(server): Store generated files (thumbnails, encoded video) in subdirectories (#4112) 2023-09-25 11:07:21 -04:00
job.interface.ts fix(server): improve library scan queuing performance (#4418) 2023-10-10 18:59:13 -04:00
job.service.spec.ts feat(server): custom library scanning interval (#4390) 2023-10-31 15:19:12 -05:00
job.service.ts feat(server): custom library scanning interval (#4390) 2023-10-31 15:19:12 -05:00