Qovery
OSS
console
Sign in / Sign up
Open main menu
console
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
2725/merge
5d4f0a05 fix(date-picker): prevent infinite update loop with defaultDates The defaultDates prop creates new Date objects on each render even when useMemo is used in the parent. The useEffect comparing by reference would trigger state updates that caused react-datepicker's infinite update loop. Now using a ref to track applied timestamps and only update when the actual date values change. https://claude.ai/code/session_01Qx9Qp1s2DLXDA5FfVeJkxF
by Claude
C
Succeeded
2725/merge
a3b7355c fix(date-picker): prevent crash when editing start time in logs view getCombinedDateTime can throw when parsing dates/times that pass validation but still produce invalid Date objects. Added try-catch in handleInputChange and getDateTimeInputErrors to gracefully handle these edge cases instead of crashing the frontend. https://claude.ai/code/session_01Qx9Qp1s2DLXDA5FfVeJkxF
by Claude
C
Previous page
Previous
Next
Next page