Danila Fedorin
|
9f6c48cf0c
|
Merge branch 'master' into DanilaFe/backfill-changes
|
2021-09-17 15:19:16 -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 |
|
Bruno Windels
|
f5467a653c
|
fix stores returning the delete promise which isn't returned anymore
I checked these aren't awaited in any js file
|
2021-09-17 18:24:24 +02:00 |
|
Bruno Windels
|
ad45016b87
|
process write errors on complete or abort in transaction
|
2021-09-17 18:23:31 +02:00 |
|
Bruno Windels
|
533b0f40d3
|
pass write errors in a store to the transaction
|
2021-09-17 18:21:48 +02:00 |
|
Bruno Windels
|
aeedb948cc
|
pass logger to Storage and make it available in Transaction
|
2021-09-17 18:19:26 +02:00 |
|
Danila Fedorin
|
f8117b6f98
|
Lift transaction property to QueryTarget
|
2021-09-14 11:18:24 -07:00 |
|
Danila Fedorin
|
713f675f3a
|
Mock IDBKeyRange, too
|
2021-09-13 17:00:49 -07:00 |
|
Danila Fedorin
|
71694787cd
|
Add an IDBFactory mock parameter
|
2021-09-13 16:55:55 -07:00 |
|
Bruno Windels
|
35f8c40a0c
|
fix rebase mistake
|
2021-09-06 13:09:16 +02:00 |
|
Bruno Windels
|
7cb686ce8e
|
convert EventKey to ts
|
2021-09-06 13:07:41 +02:00 |
|
Bruno Windels
|
ed082c9869
|
Merge pull request #475 from vector-im/snowpack-ts-storage-4
Snowpack + Typescript conversion (Part 4)
|
2021-09-06 13:05:08 +02:00 |
|
Bruno Windels
|
36da02c14e
|
use generics here to say return type of method is same as callback
|
2021-09-06 13:01:32 +02:00 |
|
Bruno Windels
|
ad28f1f9a3
|
split out Entry type for TimelineEventStore
|
2021-09-06 12:51:28 +02:00 |
|
Bruno Windels
|
cd98cac4e4
|
split out Entry type for OlmSessionStore
|
2021-09-06 12:46:44 +02:00 |
|
Danila Fedorin
|
5b9fd5de94
|
Import BaseLogger instead of explicitly defining 'any' type
|
2021-08-31 16:01:13 -07:00 |
|
Danila Fedorin
|
78fb8fdadf
|
Make export types more precise
|
2021-08-31 15:59:50 -07:00 |
|
Danila Fedorin
|
2262e6be30
|
Use store name enum for saving stores
|
2021-08-31 15:44:03 -07:00 |
|
Danila Fedorin
|
de3807f690
|
Fix IDBKeyRange type
|
2021-08-31 15:35:01 -07:00 |
|
Danila Fedorin
|
4eabb7c074
|
Fix newly emerging type errors in schema
|
2021-08-31 15:32:33 -07:00 |
|
Danila Fedorin
|
7f8089eaff
|
Merge branch 'snowpack-ts-storage-3' into snowpack-ts-storage-4
|
2021-08-31 15:26:26 -07:00 |
|
Danila Fedorin
|
f34ee53a12
|
Avoid casting to any when a more specific type is possible
|
2021-08-31 15:14:21 -07:00 |
|
Danila Fedorin
|
bef02d238f
|
Split keys out of stored data types
|
2021-08-31 15:12:09 -07:00 |
|
Danila Fedorin
|
f5943ced97
|
Remove IDBValidKey references
|
2021-08-31 14:48:38 -07:00 |
|
Danila Fedorin
|
1fcc147da7
|
Add type to the IDBKeyRange field
|
2021-08-31 12:16:16 -07:00 |
|
Danila Fedorin
|
056c7d40eb
|
Rename RoomEvent to TimelineEvent
|
2021-08-31 12:10:36 -07:00 |
|
Danila Fedorin
|
16d3ed579b
|
Reduce IDBValidKey returns to the public API
|
2021-08-31 11:47:54 -07:00 |
|
Danila Fedorin
|
ce20d40ff7
|
Revert the return-promise change
|
2021-08-31 11:31:17 -07:00 |
|
Danila Fedorin
|
eb3f5f1ec2
|
Merge branch 'master' into snowpack-ts-storage-2
|
2021-08-31 11:13:10 -07:00 |
|
Bruno Windels
|
995ed23b3e
|
tell TS we're certain to have a txn
|
2021-08-31 08:43:39 +02:00 |
|
Bruno Windels
|
3d66d71c97
|
fix conflict
|
2021-08-31 08:39:12 +02:00 |
|
Bruno Windels
|
f466266a5f
|
bring back extra caution
|
2021-08-31 08:16:37 +02:00 |
|
Bruno Windels
|
3ded5b20d3
|
dedupe some code here
|
2021-08-31 08:16:27 +02:00 |
|
Bruno Windels
|
a437332482
|
whitespace
|
2021-08-30 14:52:20 +02:00 |
|
Bruno Windels
|
0ca46bf2ac
|
don't log here as we log at a lower level, and don't fail on abort
|
2021-08-30 14:52:04 +02:00 |
|
Bruno Windels
|
8e6bd6a7a1
|
add missing room ids to identities for tracked rooms & clear outbound session
|
2021-08-27 19:39:24 +02:00 |
|
Bruno Windels
|
fa555bedf0
|
log storage migration
|
2021-08-27 19:35:11 +02:00 |
|
Bruno Windels
|
0c05e97465
|
abort upgrade txn on error
|
2021-08-27 19:07:27 +02:00 |
|
Danila Fedorin
|
9252f3bede
|
Migrate StorageFactory to TypeScript
|
2021-08-27 09:30:16 -07:00 |
|
Danila Fedorin
|
5db9d1493a
|
Migrate export to TypeScript
|
2021-08-27 09:30:16 -07:00 |
|
Danila Fedorin
|
04e39ef9e2
|
Migrate quirks to TypeScript
|
2021-08-27 09:30:16 -07:00 |
|
Danila Fedorin
|
34b173a057
|
Migrate schema to TypeScript
|
2021-08-27 09:30:16 -07:00 |
|
Danila Fedorin
|
eae820f91b
|
Migrate Storage to TypeScript
|
2021-08-27 09:30:15 -07:00 |
|
Danila Fedorin
|
5f3c9cda97
|
Migrate Transaction to TypeScript
|
2021-08-27 09:30:15 -07:00 |
|
Danila Fedorin
|
100aee9dcc
|
Migrate InboundGroupSessionStore to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
914abda7c9
|
Migrate OlmSessionStore to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
3cd0d1f423
|
Migrate DeviceIdentityStore to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
8d44df83c4
|
Migrate UserIdentityStore to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
b46ae152d6
|
Migrate PendingEventStore.js to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
fad6d63c14
|
Migrate TimelineFragmentStore.js to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
742ab28099
|
Migrate AccountDataStore.js to TypeScript.
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
77f75fd968
|
Migrate OperationStore to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
8c966627bc
|
Migrate GroupSessionDecryptionStore to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
33d94b9497
|
Migrate OutboundGroupSessionStore to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
5d4454734a
|
Migrate RoomStateStore.js to TypeScript
|
2021-08-27 09:30:10 -07:00 |
|
Danila Fedorin
|
af70269169
|
Merge branch 'snowpack-ts-storage-1' into snowpack-ts-storage-2
|
2021-08-27 09:29:53 -07:00 |
|
Danila Fedorin
|
4c4687a05f
|
Avoid unsafe (and error-prone) cast
|
2021-08-27 09:29:02 -07:00 |
|
Danila Fedorin
|
a95704528f
|
Merge branch 'snowpack-ts-storage-1' into snowpack-ts-storage-2
|
2021-08-26 17:01:23 -07:00 |
|
Danila Fedorin
|
b7d232d56d
|
Remove unnecessary cast and restrict constructor parameter type
|
2021-08-26 16:56:03 -07:00 |
|
Danila Fedorin
|
6d6821319e
|
Merge branch 'snowpack-ts-storage-1' into snowpack-ts-storage-2
|
2021-08-24 11:19:36 -07:00 |
|
Danila Fedorin
|
1707df71df
|
Try to reduce repitition in CursorIterator
|
2021-08-24 11:11:30 -07:00 |
|
Danila Fedorin
|
e610087a79
|
Merge branch 'snowpack-ts-storage-1' into snowpack-ts-storage-2
|
2021-08-20 12:51:23 -07:00 |
|
Danila Fedorin
|
a2ff02e6c0
|
Try using an enum for store names.
|
2021-08-20 12:33:06 -07:00 |
|
Danila Fedorin
|
69953e5277
|
Migrate TimelineRelationStore.js to TypeScript
|
2021-08-20 11:23:27 -07:00 |
|
Danila Fedorin
|
e3b1d034f0
|
Migrate TimelineEventStore.js to TypeScript
|
2021-08-20 11:23:21 -07:00 |
|
Danila Fedorin
|
7de704ef86
|
Migrate InviteStore.js to TypeScript.
|
2021-08-20 11:23:14 -07:00 |
|
Danila Fedorin
|
7c56ac7746
|
Migrate RoomMemberStore.js to TypeScript
|
2021-08-20 11:23:08 -07:00 |
|
Danila Fedorin
|
38a38e8287
|
Migrate common.ts
|
2021-08-20 11:23:01 -07:00 |
|
Danila Fedorin
|
e284224cc8
|
Migrate RoomSummaryStore.js to TypeScript.
|
2021-08-20 11:22:53 -07:00 |
|
Danila Fedorin
|
144e391c82
|
Migrate SessionStore.js to TypeScript.
|
2021-08-20 11:22:45 -07:00 |
|
Danila Fedorin
|
0b8acb51a4
|
Switch errors to using nulls
|
2021-08-20 10:41:15 -07:00 |
|
Danila Fedorin
|
50b7a8a3fd
|
Add a comment explaining CursorIterator
|
2021-08-20 10:34:06 -07:00 |
|
Danila Fedorin
|
94ff76711c
|
Use 'in' to be more idiomatic
|
2021-08-20 10:04:22 -07:00 |
|
Danila Fedorin
|
19bababa68
|
Use method syntax in QueryTarget.
|
2021-08-19 17:40:10 -07:00 |
|
Danila Fedorin
|
704a8d99c7
|
Add missing return types to QueryTarget
|
2021-08-19 17:39:53 -07:00 |
|
Danila Fedorin
|
db66570d7a
|
Migrate Store.js to TypeScript
|
2021-08-17 16:33:07 -07:00 |
|
Danila Fedorin
|
c4e8ed8851
|
Migrate QueryTarget.js to TypeScript
|
2021-08-17 16:30:05 -07:00 |
|
Danila Fedorin
|
28ee87cd2f
|
Migrate error.js to TypeScript
|
2021-08-17 16:30:05 -07:00 |
|
Danila Fedorin
|
aa9839ee40
|
Seemingly fix a bug in utils.ts
|
2021-08-17 16:30:05 -07:00 |
|
Danila Fedorin
|
cd9fe360a4
|
Start migrating utils.js to TypeScript
|
2021-08-17 16:30:05 -07:00 |
|
Danila Fedorin
|
5579c018d1
|
Migrate common.js to TypeScript
Add initial stab at annotating common
Add missing return types and semicolons
|
2021-08-17 16:30:05 -07:00 |
|
Bruno Windels
|
eee1be1ceb
|
safari doesn't like empty string key paths 🙄
|
2021-06-24 16:16:15 +02:00 |
|
Bruno Windels
|
ce5409dc26
|
aggregate relations when seeing event target during back-pagination
|
2021-06-16 17:40:29 +02:00 |
|
Bruno Windels
|
41fb30c68b
|
add relations store
|
2021-06-03 16:50:37 +02:00 |
|
Bruno Windels
|
46bfab3eb7
|
fix some lint and comment
|
2021-06-03 16:50:11 +02:00 |
|
Bruno Windels
|
edbac25613
|
prepare storage to work with alternative idb impl
|
2021-06-02 12:31:13 +02:00 |
|
Bruno Windels
|
2bd7c23076
|
fix lint
|
2021-05-31 15:08:49 +02:00 |
|
Bruno Windels
|
23459aad52
|
check if you are allowed to redact a message
|
2021-05-31 13:52:03 +02:00 |
|
Bruno Windels
|
5d139dff43
|
Support deleting data in several stores for room id
|
2021-05-12 15:38:11 +02:00 |
|
Bruno Windels
|
e233caf7ac
|
change order of type and scope in operation index key to scan per scope
|
2021-05-12 15:36:48 +02:00 |
|
Bruno Windels
|
2087059c0b
|
fix archived room summary key path now the summary is nested
|
2021-05-11 13:01:19 +02:00 |
|
Bruno Windels
|
6bb8e2fa43
|
allow loading an archived room
|
2021-05-07 13:10:10 +02:00 |
|
Bruno Windels
|
243d105aad
|
support getting the room status for a room: invited, joined or archived
|
2021-05-07 13:08:39 +02:00 |
|
Bruno Windels
|
7e450071b1
|
clear all room state when rejoining room
|
2021-05-06 15:27:10 +02:00 |
|
Bruno Windels
|
f16c08f13e
|
remove room from all user identities when leaving
and delete identity as well as all device identities if no rooms left
|
2021-05-06 15:24:52 +02:00 |
|
Bruno Windels
|
00d8f81bdd
|
clear all room state before rejoining room
|
2021-05-06 14:15:47 +02:00 |
|
Bruno Windels
|
12da71f731
|
unneeded ?
|
2021-05-06 14:15:47 +02:00 |
|
Bruno Windels
|
bcfc4d1fd7
|
have better transaction errors
|
2021-05-06 14:15:47 +02:00 |
|
Bruno Windels
|
184480ad36
|
no need to capture req here
|
2021-05-06 14:15:47 +02:00 |
|
Bruno Windels
|
d4d7adc7fc
|
add archivedRoomSummary store
|
2021-05-06 14:15:47 +02:00 |
|