Page MenuHomePhabricator

[shared] [identity] [2/n] Add identity_search_messages to shared and use in identity
ClosedPublic

Authored by will on Jan 24 2024, 1:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 5, 7:00 PM
Unknown Object (File)
Mon, Jul 1, 11:38 AM
Unknown Object (File)
Mon, Jul 1, 11:38 AM
Unknown Object (File)
Mon, Jul 1, 11:38 AM
Unknown Object (File)
Mon, Jul 1, 11:38 AM
Unknown Object (File)
Mon, Jul 1, 11:38 AM
Unknown Object (File)
Mon, Jul 1, 11:38 AM
Unknown Object (File)
Mon, Jul 1, 11:37 AM
Subscribers

Details

Summary

This introduces identity_search_messages into shared for usage by identity's prefix search websocket services and commtest (in later diffs).

Depends on D10802

Test Plan

cargo fmt and build. Successfully running identity service

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will held this revision as a draft.
will published this revision for review.Jan 24 2024, 1:25 PM

make connection initialization messages pub

will planned changes to this revision.Jan 26 2024, 7:44 AM
will requested review of this revision.Jan 26 2024, 2:48 PM
will retitled this revision from Add identity_search_messages to shared and use in identity to [services] [2/n] Add identity_search_messages to shared and use in identity.Jan 26 2024, 2:51 PM
varun added inline comments.
shared/identity_search_messages/src/messages/auth_messages.rs
1–2 ↗(On Diff #36103)

This doc comment seemingly doesn't match the actual contents of the file. Guessing there's more to come here but would be good to have the comment accurately reflect what's in here

This revision is now accepted and ready to land.Jan 29 2024, 7:35 PM
will retitled this revision from [services] [2/n] Add identity_search_messages to shared and use in identity to [shared] [identity] [2/n] Add identity_search_messages to shared and use in identity.Jan 30 2024, 11:06 AM

Add ConnectionInitializationResponse to Messages