You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Live UAT of the deployed Outlook add-in (Success Criterion 7) surfaced 6 issues, root-caused via code + App Insights. Full write-up: projects/email-communication-intelligence-r2/notes/pillar-b-uat-findings-2026-08-31.md.
Fixed (on branch work/email-communication-intelligence-r2; need deploy + master PR)
ci(deps): bump actions/download-artifact from 4 to 5 #3 Priority mapping (PRE-EXISTING MASTER BUG) — UploadFinalizationWorker wrote sprk_priority=192350001-3 to sprk_emailartifact; valid option set is 100000000-3. Dataverse rejected every EmailArtifact create → email save aborted (no .eml, no SPE file). Affects ALL environments. Fixed c0bd37fdc.
deps: Bump FluentAssertions from 6.12.0 to 8.7.0 #6 Contacts sync 400 (PRE-EXISTING MASTER BUG) — RecordSyncJob contact $select used parentcustomerid; Web API needs _parentcustomerid_value. Failed the contacts sync every ~15 min (0x80060888). Fixed in 35b12c560.
ci(deps): bump actions/checkout from 4 to 5 #4 Attachments not becoming child Documents — OfficeJobQueue derived HasAttachments from an unpopulated field; add-in sends SelectedAttachmentFileNames. Fixed cfae9cdc1.
ci(deps): bump azure/webapps-deploy from 2 to 3 #1 NAA broker redirect — add-in Entra reg lacked the brk-… SPA redirect for the deployed origin; added via az rest. Fold into task 004 / auth-deployment-setup.
deps: Bump coverlet.collector from 6.0.2 to 6.0.4 #5 Email .eml archives never AI-indexed — all archives sprk_searchindexed=false; the upload worker queues AI analysis + RAG indexing, so the failure is downstream. Not yet root-caused.
Live UAT of the deployed Outlook add-in (Success Criterion 7) surfaced 6 issues, root-caused via code + App Insights. Full write-up:
projects/email-communication-intelligence-r2/notes/pillar-b-uat-findings-2026-08-31.md.Fixed (on branch work/email-communication-intelligence-r2; need deploy + master PR)
UploadFinalizationWorkerwrotesprk_priority=192350001-3tosprk_emailartifact; valid option set is100000000-3. Dataverse rejected every EmailArtifact create → email save aborted (no.eml, no SPE file). Affects ALL environments. Fixedc0bd37fdc.RecordSyncJobcontact$selectusedparentcustomerid; Web API needs_parentcustomerid_value. Failed the contacts sync every ~15 min (0x80060888). Fixed in35b12c560.OfficeJobQueuederivedHasAttachmentsfrom an unpopulated field; add-in sendsSelectedAttachmentFileNames. Fixedcfae9cdc1.brk-…SPA redirect for the deployed origin; added viaaz rest. Fold into task 004 / auth-deployment-setup.Open
OfficeService.SearchEntitiesAsyncreturnsGenerateStubResults, never queries Dataverse. Tracked by Replace mock/stub Dataverse implementations with real queries #229. Client wiring now correctly calls the real endpoint, exposing the stub. Needs real FetchXML impl across Matter/Project/Invoice/Account/Contact (security-trimmed, paged, tested)..emlarchives never AI-indexed — all archivessprk_searchindexed=false; the upload worker queues AI analysis + RAG indexing, so the failure is downstream. Not yet root-caused.Related: #229.