Commit graph

27929 commits

Author SHA1 Message Date
laurenspriem a48c8b481e [mob][photos] Small changes 2024-05-20 09:41:11 +05:30
Manav Rathi 531547cd48
[web] Fix race condition in initialization of search worker (#1772)
During app init, two worker instances would get created in some cases
and two getInstances raced because of the await. This was causing the
search results to be empty until the page is reloaded (since the files
array was empty in the worker that got assigned, but the files would get
set to the other worker instance that lost the race).
2024-05-19 20:26:34 +05:30
Manav Rathi 97b964fd6c
[web] Fix race condition in initialization of search worker
During app init, two worker instances would get created in some cases and two
getInstances raced because of the await. This was causing the search results to
be empty until the page is reloaded (since the files array was empty in the
worker that got assigned, but the files would get set to the other worker
instance that lost the race).
2024-05-19 20:21:37 +05:30
Manav Rathi 69f06f753c
[web] ML cleanup - Part 7/x (#1771) 2024-05-19 20:19:59 +05:30
Manav Rathi e5a96222b9
Use 2024-05-19 19:14:48 +05:30
Manav Rathi 5c92bc5b89
Reduce scope 2024-05-19 19:08:07 +05:30
Manav Rathi f692638ede
Try to find a split point 2024-05-19 19:03:25 +05:30
Manav Rathi c2e42266a6
Remove unused 2024-05-19 18:57:35 +05:30
Manav Rathi 2db8c779b4
Convert to function (in preparation of declassing) 2024-05-19 18:56:42 +05:30
Manav Rathi 2d9831bc59
Move 2024-05-19 18:15:56 +05:30
Manav Rathi b026d861ff
Relative 2024-05-19 18:10:13 +05:30
Manav Rathi d9ba96b928
lf 2024-05-19 17:58:37 +05:30
Manav Rathi ffcf015e1c
lf 2024-05-19 16:58:24 +05:30
Manav Rathi b71b6142c5
Tweak 2024-05-19 16:57:19 +05:30
Manav Rathi 568e470752
Inline 2024-05-19 16:51:07 +05:30
Manav Rathi faf415277e
Trim 2024-05-19 16:46:01 +05:30
Manav Rathi bfc81b1ab6
Inline 2024-05-19 16:44:19 +05:30
Manav Rathi d99c10c15e
Inline 2024-05-19 16:41:42 +05:30
Manav Rathi d39cf15f26
Prune 2024-05-19 16:31:43 +05:30
Manav Rathi 37abeac87b
Comment out 2024-05-19 15:36:37 +05:30
Manav Rathi 7f5c951910
Split 2024-05-19 15:34:43 +05:30
Manav Rathi 87c7999370
Reduce API surface for migration 2024-05-19 15:21:45 +05:30
Manav Rathi ee894a668c
Reduce distance to server type 2024-05-19 13:23:08 +05:30
Manav Rathi 6b5788539b
Move out 2024-05-19 13:17:58 +05:30
Manav Rathi 9346ce3255
Prune 2024-05-19 13:12:27 +05:30
Manav Rathi 40dfeb5bca
Tweak 2024-05-19 12:57:47 +05:30
Manav Rathi 2e46f993f0
Remove duplicate alignment calculation 2024-05-19 12:50:31 +05:30
Manav Rathi ded2402483
Rearrange 2024-05-19 12:43:24 +05:30
Manav Rathi 393a8f11dd
Rearrange 2024-05-19 12:28:54 +05:30
Manav Rathi 82485ef9a1
Tweak 2024-05-19 12:24:17 +05:30
Manav Rathi b36d3befe0
Split 2024-05-19 12:10:53 +05:30
Manav Rathi e6ed6b4916
Tinker 2024-05-19 12:06:59 +05:30
Manav Rathi 6427c09f52
Don't let face crop save failures abort the entire indexing 2024-05-19 11:59:03 +05:30
Manav Rathi 9abc22ade5
Remove unused 2024-05-19 11:57:13 +05:30
Manav Rathi 1466ece701
Cache the caches 2024-05-19 11:54:00 +05:30
Neeraj Gupta 33a3eeb9b4
[server] Improve log (#1769)
## Description

## Tests
2024-05-19 08:35:29 +05:30
Neeraj Gupta 0949102959 Improve logs 2024-05-19 08:33:29 +05:30
Neeraj Gupta 367431bef8 Improve log 2024-05-19 08:31:32 +05:30
Neeraj Gupta 3bdb1e6277
[server] Remove fallback check as dc column was added with default dc b2 (#1768)
## Description

## Tests
2024-05-19 08:23:38 +05:30
Neeraj Gupta 113b776aea [server] Remove fallback check as dc column was added with default dc b2 2024-05-19 08:21:32 +05:30
Manav Rathi 99ed1bc9af
Show saved crops 2024-05-19 07:18:18 +05:30
Manav Rathi c1f0f67656
[meta] Prune gitignore (#1767)
About the auth dbs, discussed in chat: These files got created once when
debugging auth build for linux. They were probably accidental, so
removing them for now (will add back if there is a workflow when they
actively get recreated).
2024-05-18 21:28:22 +05:30
Manav Rathi 894acda782
[meta] Prune
About the auth dbs, discussed in chat: These files got created once when
debugging auth build for linux. They were probably accidental, so removing them
for now (will add back if there is a workflow when they actively get recreated).
2024-05-18 21:23:47 +05:30
Manav Rathi b6a2985432
[web] ML cleanup - Part 6/x (#1766) 2024-05-18 20:57:24 +05:30
Manav Rathi 3ade7b797e
Fix duplicate check 2024-05-18 20:50:35 +05:30
Manav Rathi 93c498b0f4
Remove unused context 2024-05-18 20:39:57 +05:30
Manav Rathi 6849041735
Tweak 2024-05-18 20:26:20 +05:30
Manav Rathi a4494f5c6a
Tweak 2024-05-18 20:23:31 +05:30
Manav Rathi 97adb89494
Tweak 2024-05-18 20:18:39 +05:30
Manav Rathi fe8ff0a12a
Remove redundant 2024-05-18 20:16:00 +05:30