Page MenuHomePhorge
Feed All Stories

Oct 9 2023

michal updated the diff for D9328: [lib] Use new hashing functions in state check.

Rebase

Oct 9 2023, 2:25 PM
michal updated the diff for D9327: [lib] Add hash functions to state sync spec.

Rebase

Oct 9 2023, 2:24 PM
ashoat requested review of D9424: [lib][native][web] Stop passing password up to deleteAccount endpoint.
Oct 9 2023, 2:24 PM
michal added inline comments to D9267: [keyserver] Add new hashing to keyserver state check.
Oct 9 2023, 2:24 PM
michal updated the diff for D9267: [keyserver] Add new hashing to keyserver state check.

Create a new function in spec that combines fetch and getServerInfosHash so flow doesn't complain

Oct 9 2023, 2:23 PM
michal updated the diff for D9265: [lib/web/native] Add IntegrityStore.

Fixed an issue where the integrity handler would run before the threads were fetched from db.

Oct 9 2023, 2:22 PM
tomek requested review of D9418: [lib] Migrate the reports and update store type.
Oct 9 2023, 1:59 PM
tomek requested review of D9417: [lib] Send new user inconsistencies to the reports service.
Oct 9 2023, 1:18 PM
bartek published D9416: [services] Bump blob-service to version to 1.0.0 for review.
Oct 9 2023, 1:11 PM
bartek published D9415: [terraform] Add blob cleanup cron task for review.
Oct 9 2023, 1:04 PM
bartek published D9414: [blob] Add logs to cleanup task for review.
Oct 9 2023, 1:03 PM
bartek published D9413: [blob] Add CLI option to run cleanup task for review.
Oct 9 2023, 1:03 PM
bartek updated the diff for D9355: [blob] Delete S3 objects during cleanup.

Rebase

Oct 9 2023, 12:34 PM
bartek updated the diff for D9352: [blob] Add function to perform cleanup operation.

Rebase. Use HashSet instead of Vec to avoid duplicates

Oct 9 2023, 12:33 PM
bartek updated the diff for D9351: [blob] Implement cleanup helper functions.

Rebase. Fix filter-map condition

Oct 9 2023, 12:33 PM
bartek updated the diff for D9350: [blob] Add struct for representing unchecked blobs.

Rebase. Add debug derive

Oct 9 2023, 12:33 PM
bartek updated the diff for D9349: [blob] Add db helpers for cleanup.

Rebase. Fix holders fetch limit

Oct 9 2023, 12:33 PM
bartek updated the diff for D9348: [services-lib] Add function to batch get items.

Rebase. Remove unused import

Oct 9 2023, 12:33 PM
tomek closed D9354: [lib] Move inconsistencies finding into specs.
Oct 9 2023, 10:57 AM
tomek committed rCOMMcd01c1732bd6: [lib] Move inconsistencies finding into specs.
Oct 9 2023, 10:57 AM
tomek closed D9318: [lib] Move local id update reducer into specs.
Oct 9 2023, 10:57 AM
tomek closed D9319: [lib] Move message update reducer into specs.
Oct 9 2023, 10:57 AM
tomek committed rCOMMc9a66b403e9d: [lib] Move local id update reducer into specs.
Oct 9 2023, 10:57 AM
tomek closed D9315: [lib] Move calendar filters update reducer into specs.
Oct 9 2023, 10:57 AM
tomek committed rCOMM6b2c387d34e2: [lib] Move message update reducer into specs.
Oct 9 2023, 10:57 AM
tomek committed rCOMMdc850ca7e1ef: [lib] Move calendar filters update reducer into specs.
Oct 9 2023, 10:57 AM
tomek closed D9268: [lib] Move current user updates logic into a spec.
Oct 9 2023, 10:57 AM
tomek closed D9296: [lib] Move user infos update reducer into specs.
Oct 9 2023, 10:57 AM
tomek committed rCOMMc48e1e23f6aa: [lib] Move user infos update reducer into specs.
Oct 9 2023, 10:57 AM
tomek committed rCOMMcd7e9efe23ea: [lib] Move current user updates logic into a spec.
Oct 9 2023, 10:57 AM
tomek closed D9257: [lib] Move entries updates logic into a spec.
Oct 9 2023, 10:57 AM
tomek closed D9245: [lib] Create thread store ops from updates in a spec.
Oct 9 2023, 10:57 AM
tomek committed rCOMM0ebca826d916: [lib] Move entries updates logic into a spec.
Oct 9 2023, 10:57 AM
tomek committed rCOMMf165401467fe: [lib] Create thread store ops from updates in a spec.
Oct 9 2023, 10:57 AM
tomek closed D9244: [lib] Create empty specs for update types.
Oct 9 2023, 10:57 AM
tomek committed rCOMM2c1357f8557a: [lib] Create empty specs for update types.
Oct 9 2023, 10:57 AM
Harbormaster failed remote builds in B23080: Diff 31773 for D9354: [lib] Move inconsistencies finding into specs!
Oct 9 2023, 10:33 AM
tomek updated the diff for D9354: [lib] Move inconsistencies finding into specs.

Use read only types in all the specs

Oct 9 2023, 10:22 AM
tomek added a comment to D9354: [lib] Move inconsistencies finding into specs.
In D9354#275224, @kamil wrote:
In D9354#275219, @kamil wrote:

LGTM, only one nit: you can probably replace Array<> with $ReadOnlyArray.

On the other hand, when you return the result we should allow the caller to do and modify the result, not sure what is better in this use case.

Oct 9 2023, 10:19 AM
tomek updated the diff for D9354: [lib] Move inconsistencies finding into specs.

Use read only

Oct 9 2023, 10:18 AM
bartek added a comment to D9352: [blob] Add function to perform cleanup operation.
In D9352#275828, @tomek wrote:

Do we also plan to uncheck items in some cases? It looks like we're handling a case where an item wasn't created properly. I think that we also sometimes should look for a case where an item was deleted only partially (e.g. only a holder was left).

Oct 9 2023, 8:40 AM
kamil accepted D9346: [native] implement getOutboundKeys method in CommRustModule.

Looks good to me, thanks for addressing all comments

Oct 9 2023, 8:01 AM
ginsu requested review of D9412: [web] introduce UserProfileMessageButton.
Oct 9 2023, 7:48 AM
kamil accepted D9334: [native] new method to initialize content olm session.
Oct 9 2023, 7:46 AM
kamil added inline comments to D9224: [native] commCoreModule methods for getting, setting, and clearing the commServicesAccessToken.
Oct 9 2023, 7:36 AM
ginsu requested review of D9411: [web] introduce copy username functionality to user profiles.
Oct 9 2023, 7:31 AM
ginsu requested review of D9410: [web] introduce UserProfileModal component.
Oct 9 2023, 7:09 AM
ginsu requested review of D9409: [web] introduce UserProfile component.
Oct 9 2023, 7:03 AM
ginsu planned changes to D9408: [web] introduce XL and XXL sizes to the avatar component.

finish test plan

Oct 9 2023, 6:46 AM
ginsu requested review of D9408: [web] introduce XL and XXL sizes to the avatar component.
Oct 9 2023, 6:45 AM
ginsu requested review of D9407: [web] update web avatars to use t shirt sizes.
Oct 9 2023, 6:41 AM

Oct 7 2023

ashoat closed D9405: [lib][landing][web] Update patch versions of Rainbowkit and Wagmi.
Oct 7 2023, 3:09 AM
ashoat committed rCOMM706be3eb01cc: [lib][landing][web] Update patch versions of Rainbowkit and Wagmi.
Oct 7 2023, 3:09 AM
ashoat added a comment to D9405: [lib][landing][web] Update patch versions of Rainbowkit and Wagmi.

Good call out, thanks for linking them.

Oct 7 2023, 3:08 AM

Oct 6 2023

will updated the test plan for D9384: Implement Display and TryFrom traits for DeviceType.
Oct 6 2023, 9:05 PM
will updated the diff for D9384: Implement Display and TryFrom traits for DeviceType.

Display and TryFrom unit tests for DeviceType

Oct 6 2023, 9:02 PM
will updated the diff for D9384: Implement Display and TryFrom traits for DeviceType.

Export DeviceType in grpc_clients/identity for usage outside of the crate

Oct 6 2023, 8:56 PM
atul accepted D9386: [native] make user profile accessible from message author name.
Oct 6 2023, 8:29 PM
atul accepted D9387: [native] simplify ThreadSettingsMember jsx.
Oct 6 2023, 8:28 PM
atul published D9406: [lib] Handle `messageStorePruneActionType` in `reduceThreadActivity` for review.
Oct 6 2023, 8:23 PM
atul attached a referenced file: F795869: 188d48.png.
Oct 6 2023, 8:11 PM
atul accepted D9405: [lib][landing][web] Update patch versions of Rainbowkit and Wagmi.

IIRC we were using some CSS selectors from dist that might need to be updated?

Oct 6 2023, 8:10 PM
ashoat requested review of D9405: [lib][landing][web] Update patch versions of Rainbowkit and Wagmi.
Oct 6 2023, 8:07 PM
ashoat closed D9403: [keyserver] Modify filename column in MariaDB uploads table to utf8.
Oct 6 2023, 7:54 PM
ashoat committed rCOMM7587ffa4c871: [keyserver] Modify filename column in MariaDB uploads table to utf8.
Oct 6 2023, 7:54 PM
varun closed D9236: [keyserver] Update keyserver delete account endpoint to not require password.
Oct 6 2023, 7:53 PM
varun committed rCOMMfa2517d77fef: [keyserver] Update keyserver delete account endpoint to not require password.
Oct 6 2023, 7:53 PM
varun updated the diff for D9334: [native] new method to initialize content olm session.

persist olm session

Oct 6 2023, 7:51 PM
varun added a comment to D9334: [native] new method to initialize content olm session.

Is it a different case and persistence is not needed?

Oct 6 2023, 7:51 PM
will updated the diff for D9384: Implement Display and TryFrom traits for DeviceType.

Convert access of DeviceType from super to crate::identity

Oct 6 2023, 7:48 PM
ashoat accepted D9236: [keyserver] Update keyserver delete account endpoint to not require password.

Ah, my bad... I expected to see the old validator still there, and was surprised to see ignoredArgumentValidator (which I wasn't familiar with). After examining it more closely, it looks like it does what I probably should've concluded it does from the name – ignores all arguments

Oct 6 2023, 7:46 PM
will updated the diff for D9384: Implement Display and TryFrom traits for DeviceType.

Replace placeholder error message formats for grpc_clients

Oct 6 2023, 7:43 PM
atul published D9404: [web] Update `threadActivityStore[activeThread].lastNavigatedTo` state for review.
Oct 6 2023, 7:41 PM
atul accepted D9403: [keyserver] Modify filename column in MariaDB uploads table to utf8.
Oct 6 2023, 7:36 PM
ginsu added inline comments to D9261: [native] introduce useNavigateToUserProfileBottomSheet hook.
Oct 6 2023, 7:27 PM
ginsu updated the diff for D9261: [native] introduce useNavigateToUserProfileBottomSheet hook.

replace _debounce with _throttle

Oct 6 2023, 7:26 PM
bartek accepted D9403: [keyserver] Modify filename column in MariaDB uploads table to utf8.
Oct 6 2023, 7:23 PM
ginsu added inline comments to D9261: [native] introduce useNavigateToUserProfileBottomSheet hook.
Oct 6 2023, 7:21 PM
ashoat requested review of D9403: [keyserver] Modify filename column in MariaDB uploads table to utf8.
Oct 6 2023, 7:20 PM
atul added inline comments to D9402: [lib] Handle `[leave/delete]ThreadActionTypes.success` in `reduceThreadActivity`.
Oct 6 2023, 6:26 PM
atul published D9402: [lib] Handle `[leave/delete]ThreadActionTypes.success` in `reduceThreadActivity` for review.
Oct 6 2023, 6:25 PM
varun requested changes to D9384: Implement Display and TryFrom traits for DeviceType.

can you elaborate a little on your test plan?

Oct 6 2023, 6:19 PM
bartek accepted D9367: [identity] implement getOutboundKeysForUser.
Oct 6 2023, 6:05 PM
varun requested review of D9236: [keyserver] Update keyserver delete account endpoint to not require password.

From my updated test plan:

Oct 6 2023, 6:04 PM
varun updated the diff for D9367: [identity] implement getOutboundKeysForUser.

incorporate readability suggestion

Oct 6 2023, 5:57 PM
ashoat added inline comments to D9261: [native] introduce useNavigateToUserProfileBottomSheet hook.
Oct 6 2023, 5:54 PM
varun requested review of D9367: [identity] implement getOutboundKeysForUser.

thanks @marcin for answering @bartek 's question. passing back to him

Oct 6 2023, 5:54 PM
ashoat added inline comments to D9261: [native] introduce useNavigateToUserProfileBottomSheet hook.
Oct 6 2023, 5:54 PM
ashoat requested changes to D9236: [keyserver] Update keyserver delete account endpoint to not require password.

Copy-pasting from my last review:

Oct 6 2023, 5:52 PM
atul abandoned D9372: [lib] Handle `send*MessageActionTypes.started` in `reduceThreadActivity`.

This is incorrect

Oct 6 2023, 5:51 PM
varun added inline comments to D9346: [native] implement getOutboundKeys method in CommRustModule.
Oct 6 2023, 5:49 PM
varun updated the diff for D9346: [native] implement getOutboundKeys method in CommRustModule.

address feedback

Oct 6 2023, 5:49 PM
marcin requested review of D9401: Implement stateful and deferrable notification decryption and use it on iOS in NSE.
Oct 6 2023, 4:54 PM
marcin requested review of D9400: Minor improvments to NSE code.
Oct 6 2023, 4:50 PM
marcin added inline comments to D8795: Implement synchronization mechanisms to address process, thread and class level concurrency..
Oct 6 2023, 4:22 PM
marcin added inline comments to D7814: Implement method in NSE to decrypt notification.
Oct 6 2023, 4:15 PM
inka requested review of D9399: [lib][web][native] Refactor actions in upload-actions.js.
Oct 6 2023, 4:00 PM
varun closed D9224: [native] commCoreModule methods for getting, setting, and clearing the commServicesAccessToken.
Oct 6 2023, 3:06 PM
varun committed rCOMM13d2c8066a70: [native] commCoreModule methods for getting, setting, and clearing the….
Oct 6 2023, 3:06 PM
varun added inline comments to D9224: [native] commCoreModule methods for getting, setting, and clearing the commServicesAccessToken.
Oct 6 2023, 3:05 PM