1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00
immich/server
Jaime Baez b359dc3cb6
Fix user e2e tests (#194)
* WIP fix user e2e tests

The e2e tests still don't seem to work due to migrations not running.

Changes:
- update user.e2e tests to use new `userService.createUser` method
- fix server `typeorm` command to use ORM config
- update make test-e2e to re-create database volume every time
- add User DTO
- update auth.service and user.service to use User DTO
- update CreateUserDto making optional properties that are optional

* Fix migrations
- add missing `.ts` extension to migrations path
- update user e2e test for the new returned User resource
2022-06-06 11:16:03 -05:00
..
settings/nginx-conf websocket upload notification - closed #24 (#25) 2022-02-14 10:40:41 -06:00
src Fix user e2e tests (#194) 2022-06-06 11:16:03 -05:00
test Fix user e2e tests (#194) 2022-06-06 11:16:03 -05:00
.dockerignore Implemented Video Upload and Player (#2) 2022-02-06 00:07:56 -06:00
.eslintrc.js Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
.gitignore Added successfully built docker-compose and cockerFile 2022-02-03 14:42:27 -06:00
.prettierrc Add web interface with admin functionality (#167) 2022-05-21 02:23:55 -05:00
Dockerfile [WEB] View large images on web (#189) 2022-05-27 14:02:06 -05:00
entrypoint.sh Fixed npm run start:prod not able to find build directory (#83) 2022-03-28 21:00:17 -05:00
nest-cli.json Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
package-lock.json [WEB] View large images on web (#189) 2022-05-27 14:02:06 -05:00
package.json Fix user e2e tests (#194) 2022-06-06 11:16:03 -05:00
README.md Update readme 2022-02-07 23:55:30 -06:00
tsconfig.build.json Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
tsconfig.json Add e2e testing setup (#163) 2022-05-19 18:30:47 -05:00

Immich Server- NestJs