immich/docs/docs
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 84ab5abac487532c79a7d770869b08fbba1294bf.

* 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
..
administration feat(server/web): add oauth defaultStorageQuota and storageQuotaClaim (#7548) 2024-03-01 19:46:07 -05:00
developer chore: cleanup old jest references (#7198) 2024-02-19 08:54:41 -05:00
features chore(server): Move library watcher to microservices (#7533) 2024-03-07 11:36:53 -06:00
guides docs: fix typo (#6739) 2024-01-29 20:57:28 -05:00
install feat(server,web): make user deletion delay configurable (#7663) 2024-03-05 23:45:40 -06:00
overview chore: update btc address 2024-02-12 14:29:29 -06:00
partials docs: provide details on storage engine album naming (#6812) 2024-01-31 22:28:30 -05:00
FAQ.mdx chore(docs): Small FAQ tweaks and nits (#6880) 2024-02-04 22:30:29 -05:00