immich/server/test/medium/specs/services
Alex 4dcc049465
feat: workflow foundation (#23621)
* feat: plugins

* feat: table definition

* feat: type and migration

* feat: add repositories

* feat: validate manifest with class-validator and load manifest info to database

* feat: workflow/plugin controller/service layer

* feat: implement workflow logic

* feat: make trigger static

* feat: dynamical instantiate plugin instances

* fix: access control and helper script

* feat: it works

* chore: simplify

* refactor: refactor and use queue for workflow execution

* refactor: remove unsused property in plugin-schema

* build wasm in prod

* feat: plugin loader in transaction

* fix: docker build arm64

* generated files

* shell check

* fix tests

* fix: waiting for migration to finish before loading plugin

* remove context reassignment

* feat: use mise to manage extism tools (#23760)

* pr feedback

* refactor: create workflow now including create filters and actions

* feat: workflow medium tests

* fix: broken medium test

* feat: medium tests

* chore: unify workflow job

* sign user id with jwt

* chore: query plugin with filters and action

* chore: read manifest in repository

* chore: load manifest from server configs

* merge main

* feat: endpoint documentation

* pr feedback

* load plugin from absolute path

* refactor:handle trigger

* throw error and return early

* pr feedback

* unify plugin services

* fix: plugins code

* clean up

* remove triggerConfig

* clean up

* displayName and methodName

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
Co-authored-by: bo0tzz <git@bo0tzz.me>
2025-11-14 20:05:05 +00:00
..
asset.service.spec.ts feat: asset copy (#23172) 2025-10-29 08:43:47 -05:00
audit.database.spec.ts feat: rename schema (#19891) 2025-07-14 10:13:06 -04:00
auth-admin.service.spec.ts feat: reset oauth ids (#20798) 2025-08-08 15:42:38 -04:00
auth.service.spec.ts feat: logout sessions on password change (#23188) 2025-10-27 13:16:10 +00:00
memory.service.spec.ts fix(server): include the previous year in memories for January 1, 2, 3 (#23832) 2025-11-12 15:38:03 -06:00
metadata.service.spec.ts feat: exif medium tests (#23561) 2025-11-04 16:03:02 -05:00
ocr.service.spec.ts feat: ocr (#18836) 2025-10-27 14:09:55 +00:00
person.service.spec.ts refactor: database types (#19624) 2025-06-30 13:19:16 -04:00
plugin.service.spec.ts feat: workflow foundation (#23621) 2025-11-14 20:05:05 +00:00
search.service.spec.ts feat: find large files utility (#18040) 2025-07-28 18:48:39 -04:00
shared-link.service.spec.ts fix: remove assets from shared link (#22935) 2025-10-16 15:03:41 -04:00
storage.service.spec.ts feat: change default media location to /data (#20367) 2025-07-29 16:58:50 -04:00
sync.service.spec.ts feat: audit cleanup (#21567) 2025-09-03 22:50:27 +00:00
tag.service.spec.ts fix: tag clean up query and add tests (#22633) 2025-10-15 22:51:57 +00:00
timeline.service.spec.ts fix(server): only asset owner should see favorite status (#20654) 2025-10-16 21:52:36 +00:00
user.service.spec.ts refactor: users.total metric (#23158) 2025-10-22 10:18:17 -04:00
version.service.spec.ts refactor: job names (#19949) 2025-07-15 18:39:00 -04:00
workflow.service.spec.ts feat: workflow foundation (#23621) 2025-11-14 20:05:05 +00:00