pullrequests Search Results · language:Edge language:Python language:PHP language:JavaScript language:JavaScript language:HTML
Filter by
188M results
Summary
- make the Dashboard topology path follow live /report task state from active runs, progress events, decisions,
records, pending tasks, and inventory
- add path metric cards for source, ...
Implemented a significant performance optimization for dataset statistics calculation. By switching from sequential
Python loops to vectorized Pandas operations, the time to calculate average example length ...
CTO Audit Fixes
Changes
1. Welcome popup — Added ✕ dismiss button (top-right, 32×32) + backdrop click to dismiss. Popup was blocking the entire
app with no way to close it.
2. Currency fix — Force ...
Configuration and deployment pipeline improvements.
Summary
Cleans up the mail app s remaining per-user permission gates as part of the per-app admin access effort (base =
feat/per-app-admin-perms foundation).
Both recipient-log admins re-enabled delete ...
Closes #380
概要
CreateQuoteUseCaseTest::test_applies_company_default_validity_when_not_provided が実行日時で失敗する問題を修正。
原因
期待値を実時刻 today + 30日で算出していたが、UseCase は FixedClock(固定 2026-06-06T03:00:00Z)基準で決定的に算出するため、実日付がズレる日/JST・UTC ...
Configuration and deployment pipeline improvements.
Per-deposit session attribution
The Live Feed journey/event stitch joined a deposit s wallet to the wallet s earliest-ever connection (walletSession
kept the min-timestamp connect per wallet). A wallet ...
Summary
Duplicate app detection in the Add App modal used raw .toLowerCase() comparisons that were inconsistent: whitespace wasn
t trimmed, and custom app names from storage were never added to the name-based ...