1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 11:15:54 +02:00
immich/server
Mert 2bcd27e166
feat(server): generate all thumbnails for an asset in one job (#13012)
* wip

cleanup

add success logs, rename method

do thumbhash too

fixes

fix tests

handle `notify`

wip refactor

refactor

* update tests

* update sql

* pr feedback

* remove unused code

* formatting
2024-09-28 17:47:24 +00:00
..
bin
resources
src feat(server): generate all thumbnails for an asset in one job (#13012) 2024-09-28 17:47:24 +00:00
test feat(server): generate all thumbnails for an asset in one job (#13012) 2024-09-28 17:47:24 +00:00
.gitignore
.nvmrc chore(deps): update dependency node to v20.17.0 (#12040) 2024-08-25 22:50:51 -04:00
.prettierignore
.prettierrc
Dockerfile chore(deps): update base-image to v20240924 (major) (#12893) 2024-09-24 10:36:25 -04:00
eslint.config.mjs chore: object shorthand linting rule (#12152) 2024-08-30 14:38:53 -04:00
nest-cli.json
package-lock.json chore: version v1.116.2 2024-09-27 18:17:49 +00:00
package.json chore: version v1.116.2 2024-09-27 18:17:49 +00:00
README.md
start.sh
tsconfig.build.json
tsconfig.json
vitest.config.mjs refactor(server): library syncing (#12220) 2024-09-25 18:26:19 +01:00

Immich server project

This project uses the NestJS web framework. Please refer to the NestJS docs for information on getting started as a contributor to this project.