1
0
forked from Cutlery/immich

1413 Commits

Author SHA1 Message Date
Jonathan Jogenfors
94b9b4d68a Merge remote-tracking branch 'origin' into feat/offline-files-job 2024-03-20 21:55:46 +01:00
Daniel Dietzler
84f7ca855a
chore(server): move domain interfaces (#8124)
move domain interfaces
2024-03-20 16:42:58 -04:00
Daniel Dietzler
2dcce03352
chore(server): move commands (#8121)
move commands
2024-03-20 20:25:33 +00:00
renovate[bot]
96a22ec3c1
chore(deps): update base-image to v20240319 (major) (#8115)
chore(deps): update base-image to v20240319

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 16:21:27 -04:00
Daniel Dietzler
4b29bccc7c
chore(server): move cores (#8120)
move cores
2024-03-20 20:20:38 +00:00
Jason Rasmussen
40e079a247
chore: move controllers and middleware (#8119) 2024-03-20 16:15:01 -04:00
Jason Rasmussen
81f0265095
chore: organize config, validation, decorators (#8118)
* refactor: validation

* refactor: utilities

* refactor: config
2024-03-20 16:04:03 -04:00
renovate[bot]
3f0d54c752
fix(deps): update server (#8067)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 15:34:12 -04:00
renovate[bot]
2267ca1949
chore(deps): update node.js to 8765147 (#8058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 14:38:28 -04:00
Daniel Dietzler
30f499cf2e
chore(server): use absolute import paths (#8080)
update server to use absolute import paths
2024-03-20 14:32:04 -04:00
Alex The Bot
5b314ffd46 Version v1.99.0 2024-03-20 14:50:57 +00:00
Jonathan Jogenfors
cba8019243 add test for already-online assets 2024-03-20 11:58:36 +01:00
Jonathan Jogenfors
3fc6e826d5 add test for import path 2024-03-20 11:45:18 +01:00
Jonathan Jogenfors
5cdf31c739 decrease batch size to 1000 2024-03-20 11:45:09 +01:00
Jonathan Jogenfors
ea47cb84a4 remove console logs 2024-03-20 08:43:48 +01:00
Jonathan Jogenfors
7858cf4009 normalize import path 2024-03-20 08:36:00 +01:00
Jonathan Jogenfors
11eb7f7c3f fix lint 2024-03-20 08:23:15 +01:00
Jonathan Jogenfors
f5073a1a7a check import paths when testing offline 2024-03-20 08:17:22 +01:00
Jonathan Jogenfors
9a707874e4 test for import paths 2024-03-20 08:01:56 +01:00
Jonathan Jogenfors
b288743707 update specs 2024-03-20 07:40:48 +01:00
Jonathan Jogenfors
bedb494bf1 add file extensions 2024-03-20 07:40:05 +01:00
Jonathan Jogenfors
76241e0364 save -> update 2024-03-20 07:35:03 +01:00
Alex
482645e22d
Merge branch 'main' into feat/offline-files-job 2024-03-19 23:51:49 -05:00
Jonathan Jogenfors
e6f2bb9f89
fix(server): use extension in originalFileName for libraries (#8083)
* use file base

* fix: test

* fix: e2e-job tests

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-03-19 23:40:28 -05:00
Mert
f392fe7702
fix(server): "view all" for cities only showing 12 cities (#8035)
* view all cities

* increase limit

* rename endpoint

* optimize query

* remove pagination

* update sql

* linting

* revert sort by count in explore page for now

* fix query

* fix

* update sql

* move to search, add partner support

* update sql

* pr feedback

* euphemism

* parameters as separate variable

* move comment

* update sql

* linting
2024-03-20 03:23:57 +00:00
Mert
2daed747cd
chore(server): change save -> update in asset repository (#8055)
* `save` -> `update`

* change return type

* include relations

* fix tests

* remove when mocks

* fix

* stricter typing

* simpler type
2024-03-19 22:42:10 -04:00
Jonathan Jogenfors
894107126e use library batch size 2024-03-20 00:15:13 +01:00
Jonathan Jogenfors
f28f8992ab fix e2e 2024-03-19 23:38:06 +01:00
Jonathan Jogenfors
b969fc760d fix sql 2024-03-19 23:31:50 +01:00
Jonathan Jogenfors
7db36ea70d add mock 2024-03-19 22:46:35 +01:00
Jonathan Jogenfors
e6c761894c fix test 2024-03-19 22:39:35 +01:00
Jonathan Jogenfors
6f3401343f fix messages 2024-03-19 22:07:48 +01:00
Jonathan Jogenfors
3c5eb9259c fix errors 2024-03-19 22:01:20 +01:00
Jonathan Jogenfors
69ce4e883a interweave scans 2024-03-19 21:52:30 +01:00
Jonathan Jogenfors
0070b83d8a Merge branch 'main' of https://github.com/immich-app/immich into feat/offline-files-job 2024-03-18 23:59:56 +01:00
Jason Rasmussen
40262c30cb
refactor(server): library service (#8050)
* refactor: library service

* chore: open api

* fix: checks
2024-03-18 16:59:53 -04:00
Alex
761e7fdd2d
feat(server): memory includes partners assets on timeline (#7993)
* feat(server): memory includes partners assets on timeline

* remove unsued code, generate sql

* fix test

* add test
2024-03-18 14:46:52 -05:00
Jonathan Jogenfors
17c9f0bd1d Merge remote-tracking branch 'origin' into feat/offline-files-job 2024-03-18 13:51:11 +01:00
Daniel Dietzler
148428a564
feat(server): use nestjs events to validate config (#7986)
* use events for config validation

* chore: better types

* add unit tests

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2024-03-17 20:16:02 +01:00
Jonathan Jogenfors
a5e6e90e24 fix lint 2024-03-17 13:50:24 +01:00
Jonathan Jogenfors
890d488d12 add tests 2024-03-17 13:46:15 +01:00
Jonathan Jogenfors
65d3990dce fix test 2024-03-17 13:43:27 +01:00
Jonathan Jogenfors
5905fce428 fix test 2024-03-17 13:09:54 +01:00
Jonathan Jogenfors
649358cbc3 fix e2e 2024-03-17 01:05:22 +01:00
Jonathan Jogenfors
9b5a0a90ce fix tests 2024-03-17 00:54:50 +01:00
Jonathan Jogenfors
0bf31bdb44 remove tries 2024-03-17 00:40:35 +01:00
Jonathan Jogenfors
d8830e2a52 fix comments from mert 2024-03-17 00:32:44 +01:00
Jonathan Jogenfors
3f56cbeddf don't double batch 2024-03-17 00:30:13 +01:00
Jonathan Jogenfors
f8039a7d57 fix test 2024-03-16 00:43:26 +01:00
Jonathan Jogenfors
e26f8b45e0 add test 2024-03-16 00:37:20 +01:00