RMidhunSuresh
|
2d5bb82077
|
Fix bug
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
6f8001bd82
|
Add tests
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
640a3fb9fa
|
Check if contextEvent was found
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
05d2defa2d
|
Rename fetchedEntries --> contextEntriesNotInTimeline
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
c3bef6d4d2
|
Rename dependents --> contextForEntries
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
d1818d2a57
|
Reuse code in getOrLoadEntry
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
f5fadf700e
|
Move event to remoteEntries if needed
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
d924dbb723
|
Add explaining comment
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
544dca3b18
|
Use _updateEntry
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
39f68e8c2f
|
Refactor out magic string
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
5c0bbdd4c8
|
Move methods into Timeline
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
51b7b21082
|
Implement readById() in TimelineReader
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
0da94e51e0
|
Use map and fetch from Map if available
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
4a6293dcdc
|
Made code more readable
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
287212956b
|
findAndUpdate instead of update
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
7a91dd9595
|
Improve comment
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
4a81e06e96
|
Track fetched entries for redactions
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
ea89c272b9
|
Support redaction changes in remoteEntries
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
7cc3d4b91a
|
Emit updated entries
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
053dcf39a5
|
Use NonPersistedEventEntry
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
d191b327c6
|
Change comment
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
06864a65b7
|
Add contextEventId
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
764e38f8c9
|
Use 'context' instead of 'related'
|
2022-01-06 12:07:10 +05:30 |
|
RMidhunSuresh
|
e901142661
|
await on loading related events
|
2022-01-06 11:59:58 +05:30 |
|
RMidhunSuresh
|
2265d198a6
|
Formatting fix
|
2022-01-06 11:59:58 +05:30 |
|
RMidhunSuresh
|
b753507b8d
|
WIP
|
2022-01-06 11:59:58 +05:30 |
|
RMidhunSuresh
|
ef53a12f7a
|
Fix imports
|
2021-11-17 20:28:44 +05:30 |
|
RMidhunSuresh
|
520e0f1b89
|
Use interface ILogItem
|
2021-11-15 17:29:08 +05:30 |
|
Bruno Windels
|
4fa285e85a
|
convert LRUCache to ts
|
2021-10-20 15:24:58 +02:00 |
|
Bruno Windels
|
edc3a1d33c
|
convert storage mock to TS and add utility for mock raw database
|
2021-09-28 14:19:59 +02:00 |
|
Bruno Windels
|
0846fcc05d
|
add more logging during gap filling
|
2021-09-27 16:34:12 +02:00 |
|
Bruno Windels
|
0d798178b0
|
log neighbor fragment id when closing gap
|
2021-09-23 18:50:40 +02:00 |
|
Bruno Windels
|
c6ed0abfd7
|
eventIds is missing
|
2021-09-23 18:49:23 +02:00 |
|
Bruno Windels
|
e6f7f213ec
|
don't (re)link fragments in fill, close gap if overlap w linked fragment
|
2021-09-23 18:02:05 +02:00 |
|
Bruno Windels
|
45917eae1d
|
Merge pull request #494 from vector-im/DanilaFe/backfill-changes
Unit tests for GapWriter, using a new timeline mock utility
|
2021-09-23 10:15:37 +02:00 |
|
Bruno Windels
|
4b7cb6da9e
|
make backfill limit explicit
|
2021-09-23 10:10:22 +02:00 |
|
Bruno Windels
|
ac5a4c2bc6
|
pass log item everywhere to tryInsert
|
2021-09-22 10:33:40 +02:00 |
|
Bruno Windels
|
b58e10521f
|
don't log tryInsert failures anymore as everything is logged in Store
|
2021-09-22 10:23:28 +02:00 |
|
Bruno Windels
|
704d7b32da
|
add tests
|
2021-09-21 21:04:29 +02:00 |
|
Bruno Windels
|
6cded5319a
|
change timelineEventStore.insert to tryInsert
|
2021-09-21 21:04:10 +02:00 |
|
Danila Fedorin
|
a3a743881d
|
Make test adjustments requested in PR.
|
2021-09-20 19:37:39 -07:00 |
|
Danila Fedorin
|
50c8b995c3
|
Undo GapWriter algorithm changes
|
2021-09-20 18:41:01 -07:00 |
|
Danila Fedorin
|
9f6c48cf0c
|
Merge branch 'master' into DanilaFe/backfill-changes
|
2021-09-17 15:19:16 -07:00 |
|
Danila Fedorin
|
820b048272
|
Finish up the more difficult tests
|
2021-09-17 10:57:51 -07:00 |
|
Bruno Windels
|
53a0d29244
|
example how to get more context for the failure of a write operation
|
2021-09-17 18:25:28 +02:00 |
|
Danila Fedorin
|
82c35355b6
|
Start translating GapWriter tests to using MockTimeline
|
2021-09-16 23:54:13 -07:00 |
|
Bruno Windels
|
9a9b206bf5
|
Merge pull request #486 from vector-im/bwindels/fix-scroll-jumps
Fix scroll jumps and loading of gaps not at top of the timeline
|
2021-09-16 17:14:17 +02:00 |
|
Bruno Windels
|
381a12db20
|
load 20 entries initially in timeline, otherwise it flickers a bit
|
2021-09-16 16:34:13 +02:00 |
|
Danila Fedorin
|
d2b604e1dd
|
Stop using at to fix tests.
|
2021-09-14 15:57:32 -07:00 |
|
Danila Fedorin
|
df273c5e2c
|
Store more events from backfill
|
2021-09-14 15:40:15 -07:00 |
|