This implements a basic context provider which connects to the identity search service
Depends on D10928
Paths
| Differential D10938 Authored by will on Feb 2 2024, 8:39 PM.
Details Summary This implements a basic context provider which connects to the identity search service Depends on D10928 Test Plan flow and verified connection by writing some basic code on web utilizing context provider
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptFeb 2 2024, 8:39 PM2024-02-02 20:39:35 (UTC-8) will retitled this revision from [lib] Basic implementation of identity search context provider without message sending to [lib] [2/n] Basic implementation of identity search context provider without message sending.Feb 2 2024, 8:40 PM2024-02-02 20:40:26 (UTC-8) Harbormaster completed remote builds in B26475: Diff 36599.Feb 2 2024, 8:58 PM2024-02-02 20:58:45 (UTC-8) will retitled this revision from [lib] [2/n] Basic implementation of identity search context provider without message sending to [lib] [3/n] Basic implementation of identity search context provider without message sending.Feb 5 2024, 7:45 AM2024-02-05 07:45:26 (UTC-8) Comment Actions Can you explain which of these console.logs are going to get removed in a later diff, versus which ones are meant to stay long-term? Harbormaster completed remote builds in B26500: Diff 36632.Feb 5 2024, 11:17 AM2024-02-05 11:17:38 (UTC-8) Comment Actions Let's strip the logs for things we expect to happen We should also consider the dev environment. If we expect the calls to fail in the dev failure, then we should find a way to silence the logs. Guessing it should work fine with staging though, right?
will retitled this revision from [lib] [3/n] Basic implementation of identity search context provider without message sending to [lib] [5/n] Basic implementation of identity search context provider without message sending.Feb 6 2024, 11:39 PM2024-02-06 23:39:11 (UTC-8) will retitled this revision from [lib] [5/n] Basic implementation of identity search context provider without message sending to [lib] Basic implementation of identity search context provider without message sending.Feb 8 2024, 10:14 AM2024-02-08 10:14:16 (UTC-8) Harbormaster failed remote builds in B26665: Diff 36875!Feb 8 2024, 11:04 AM2024-02-08 11:04:50 (UTC-8) Harbormaster completed remote builds in B26777: Diff 37017.Feb 13 2024, 12:48 AM2024-02-13 00:48:50 (UTC-8) ashoat added inline comments.
This revision is now accepted and ready to land.Feb 13 2024, 11:18 AM2024-02-13 11:18:47 (UTC-8)
Harbormaster completed remote builds in B26806: Diff 37049.Feb 13 2024, 3:05 PM2024-02-13 15:05:22 (UTC-8) Comment Actions Implementing the useGetIdentitySearchAuthMessage follows discussion from https://phab.comm.dev/D11059 Harbormaster completed remote builds in B27046: Diff 37415.Feb 21 2024, 1:35 PM2024-02-21 13:35:22 (UTC-8) This revision is now accepted and ready to land.Feb 22 2024, 7:52 PM2024-02-22 19:52:36 (UTC-8)
Harbormaster failed remote builds in B27137: Diff 37554!Feb 24 2024, 12:47 AM2024-02-24 00:47:22 (UTC-8) Harbormaster completed remote builds in B27137: Diff 37554.Feb 26 2024, 2:35 PM2024-02-26 14:35:47 (UTC-8) Closed by commit rCOMMfe02aef634ed: [lib] Basic implementation of identity search context provider without message… (authored by will). · Explain WhyFeb 26 2024, 8:49 PM2024-02-26 20:49:21 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37049 lib/facts/identity-search.js
lib/identity-search/identity-search-context.js
lib/shared/timeouts.js
|