mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
* move watcher init to micro
* document watcher recovery
* chore: fix lint
* add try lock
* use global library watch lock
* fix: ensure lock stays on
* fix: mocks
* unit test for library watch lock
* move statement to correct test
* fix: correct return type of try lock
* fix: tests
* add library teardown
* add chokidar error handler
* make event strings an enum
* wait for event refactor
* refactor event type mocks
* expect correct error
* don't release lock in teardown
* chore: lint
* use enum
* fix mock
* fix lint
* fix watcher await
* remove await
* simplify typing
* remove async
* Revert "remove async"
This reverts commit
|
||
|---|---|---|
| .. | ||
| entities | ||
| migrations | ||
| repositories | ||
| sql | ||
| sql-generator | ||
| subscribers | ||
| database.config.ts | ||
| index.ts | ||
| infra.config.ts | ||
| infra.module.ts | ||
| infra.util.ts | ||
| infra.utils.ts | ||
| logger.ts | ||
| websocket.adapter.ts | ||