immich/server/e2e/jobs
Jonathan Jogenfors 4cb0f37918
chore(server): Move library watcher to microservices (#7533)
* 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 84ab5abac4.

* can now change watch settings at runtime

* fix lint

* only watch libraries if enabled

---------

Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-03-07 11:36:53 -06:00
..
config feat(server): Automatic watching of library folders (#6192) 2024-01-31 08:15:54 +00:00
specs chore(server): Move library watcher to microservices (#7533) 2024-03-07 11:36:53 -06:00
immich-e2e-config.json feat(server): Automatic watching of library folders (#6192) 2024-01-31 08:15:54 +00:00
jest-e2e.json feat(server): Automatic watching of library folders (#6192) 2024-01-31 08:15:54 +00:00
setup.ts feat(server)!: pgvecto.rs 0.2 and pgvector compatibility (#6785) 2024-02-06 21:46:38 -05:00