immich/server
Jason Rasmussen 2493dfaba3
feat(server): dynamic job concurrency (#2622)
* feat(server): dynamic job concurrency

* styling and add setting info to top of the job list

* regenerate api

* remove DETECT_OBJECT job

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-06-01 05:32:51 +07:00
..
apps feat(server): dynamic job concurrency (#2622) 2023-06-01 05:32:51 +07:00
bin chore(web): generate API functions with a single argument (#2568) 2023-05-27 20:52:22 +07:00
libs feat(server): dynamic job concurrency (#2622) 2023-06-01 05:32:51 +07:00
openapi-generator chore: update api (#2428) 2023-05-11 10:49:28 +07:00
.dockerignore
.eslintrc.js chore(docs): contributing (#1311) 2023-01-12 08:44:11 +07:00
.gitignore
.prettierignore chore(docs): contributing (#1311) 2023-01-12 08:44:11 +07:00
.prettierrc
Dockerfile docker: use default entrypoint and command where applicable (#2529) 2023-05-23 09:02:47 +07:00
LICENSE
README.md
immich-openapi-specs.json feat(server): dynamic job concurrency (#2622) 2023-06-01 05:32:51 +07:00
nest-cli.json chore: remove unused config (#2121) 2023-03-30 12:22:25 +07:00
openapitools.json chore(server): update openapi (#2205) 2023-04-08 21:26:09 +07:00
package-lock.json feat(server): dynamic job concurrency (#2622) 2023-06-01 05:32:51 +07:00
package.json feat(server): dynamic job concurrency (#2622) 2023-06-01 05:32:51 +07:00
start-microservices.sh feat(deployment): support docker secrets (#1254) 2023-02-05 23:38:06 +07:00
start-server.sh feat(deployment): support docker secrets (#1254) 2023-02-05 23:38:06 +07:00
tsconfig.build.json
tsconfig.json refactor(server): common (#2066) 2023-03-23 23:55:15 +07:00

README.md

How to run migration

  1. Attached to the container shell
  2. Run npm run typeorm -- migration:generate ./libs/database/src/<migration-name> -d libs/database/src/config/database.config.ts
  3. Check if the migration file makes sense
  4. Move the migration file to folder server/libs/database/src/migrations in your code editor.