immich/server/src/api-v1/user
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
..
dto Fix user e2e tests (#194) 2022-06-06 11:16:03 -05:00
entities Add web interface with admin functionality (#167) 2022-05-21 02:23:55 -05:00
response-dto Fix user e2e tests (#194) 2022-06-06 11:16:03 -05:00
user.controller.ts Added endpoint for getting user profile image 2022-05-27 22:24:58 -05:00
user.module.ts Add web interface with admin functionality (#167) 2022-05-21 02:23:55 -05:00
user.service.ts Fix user e2e tests (#194) 2022-06-06 11:16:03 -05:00