0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-18 02:31:28 -05:00
immich/e2e/src
David Bourgault 9870ad9687
fix(server): adjust type of person.birthDate (#16628)
The API currently does not respect the documentation when returning a
person's birthDate. The doc/swagger says it will be of "YYYY-MM-DD"
format but the string is a full ISO8601-with-tz string. This causes
issue #16216 because the <input> tag is strict about supported value
formats.

I believe this was introduced by #15242 which switched some queries from
TypeORM to Kysely for the person repository. TypeORM does not parse
date, but our Kysely configuration does (explicitely).

This commits updates the types to represent both possibilities and ensure
the API always returns the correct format.
2025-03-09 21:32:05 -05:00
..
api/specs fix(server): adjust type of person.birthDate (#16628) 2025-03-09 21:32:05 -05:00
cli/specs fix(cli): Concurrency not fully using queue potential (#11828) 2024-11-15 13:09:56 -05:00
immich-admin/specs chore(deps): update base-image to v20241105 (major) (#13826) 2024-11-05 21:24:36 +00:00
setup chore: use port 2286 for the auth server (#15369) 2025-01-15 15:03:20 -05:00
web/specs feat: #15237 toggle password visibility on shared albums (#15238) 2025-01-11 22:08:08 -06:00
fixtures.ts feat(server): user preferences (#9736) 2024-05-28 09:16:53 +07:00
generators.ts refactor(e2e): use better dummy assets (#7536) 2024-02-29 12:07:01 -05:00
responses.ts fix: update the profile picture in the navigation-bar (#12723) 2024-09-17 01:48:15 +00:00
utils.ts feat(server): e2e for missing jobs (#15910) 2025-03-04 20:44:31 -05:00