This website requires JavaScript.
Explore
Help
Sign In
c-l
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich.git
synced
2025-01-25 05:02:46 +01:00
Code
Releases
Activity
db6b14361d
immich
/
server
/
libs
/
domain
/
src
/
job
/
index.ts
4 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(server): system config (#1353) * refactor(server): system config * fix: jest circular import * chore: ignore migrations in coverage report * chore: tests * chore: tests * chore: todo note * chore: remove vite config backup * chore: fix redis hostname
2023-01-21 17:11:55 +01:00
export
*
from
'./job.constants'
;
refactor(server): jobs and processors (#1787) * refactor: jobs and processors * refactor: storage migration processor * fix: tests * fix: code warning * chore: ignore coverage from infra * fix: sync move asset logic between job core and asset core * refactor: move error handling inside of catch * refactor(server): job core into dedicated service calls * refactor: smart info * fix: tests * chore: smart info tests * refactor: use asset repository * refactor: thumbnail processor * chore: coverage reqs
2023-02-25 15:12:03 +01:00
export
*
from
'./job.interface'
;
refactor(server): system config (#1353) * refactor(server): system config * fix: jest circular import * chore: ignore migrations in coverage report * chore: tests * chore: tests * chore: todo note * chore: remove vite config backup * chore: fix redis hostname
2023-01-21 17:11:55 +01:00
export
*
from
'./job.repository'
;
Copy permalink