immich/docker
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 Modify docker-compose to be compatible with k8s (#149) 2022-05-08 07:07:58 -05:00
.env.example [WEB] View large images on web (#189) 2022-05-27 14:02:06 -05:00
.env.test Fix user e2e tests (#194) 2022-06-06 11:16:03 -05:00
.gitignore Implemented image tagging using TensorFlow InceptionV3 (#28) 2022-02-19 22:42:10 -06:00
docker-compose.dev.yml Add web interface with admin functionality (#167) 2022-05-21 02:23:55 -05:00
docker-compose.gpu.yml Modify docker-compose to be compatible with k8s (#149) 2022-05-08 07:07:58 -05:00
docker-compose.staging.yml Fixed lodash library not invoking in production build (#171) 2022-05-22 04:48:38 -05:00
docker-compose.test.yml Fix user e2e tests (#194) 2022-06-06 11:16:03 -05:00
docker-compose.yml Update Fastlane iOS build version + speicify database container to restart always 2022-05-29 08:42:27 -05:00