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
2472/merge
7b9ca39c feat(service-actions): remove edit code action and add cloud shell to service overview - Remove 'Edit code' action from service actions menu per feedback - Add cloud shell action to service overview header - Update ServiceHeader and ServiceOverview to support shellAction prop - Add ServiceTerminalProvider to service overview route - Update test snapshots for removed edit code action Co-authored-by: Romain Billard <rmnbrd@users.noreply.github.com>
2 days ago
by Cursor Agent
C
Succeeded
2439/merge
8ff7bd22 fix(logs): use browser timezone for default log timeframe When opening default logs on a terraform deployment, the timestamp was formatted in UTC but interpreted as local time. This caused users in timezones behind UTC (like US timezones) to see no logs. Changed formatInTimeZone with UTC to dateYearMonthDayHourMinuteSecond which uses the browser's local timezone, ensuring consistent log display across all timezones. Co-authored-by: Romain Billard <rmnbrd@users.noreply.github.com>
12 days ago
by Cursor Agent
C
Succeeded
2432/merge
d8530990 fix(service-logs): prevent date picker from resetting user input Memoize startDate, endDate, and defaultDates to prevent unnecessary re-creation of Date objects on every render. This fixes the issue where the date picker would reset while users were trying to select a date, making it impossible to change the timeframe. The problem was caused by creating new Date objects on each render, which triggered the DatePicker's useEffect to reset internal state constantly. Co-authored-by: Rémi Bonnet <RemiBonnet@users.noreply.github.com>
13 days ago
by Cursor Agent
C
Failed
2431/merge
825206c6 fix(container-settings): reset image fields when registry changes - Add useEffect to reset image_name and image_tag when registry selection changes - Add test to verify reset behavior - Fixes issue where old registry images persist when switching registries Resolves #4684 Co-authored-by: Rémi Bonnet <RemiBonnet@users.noreply.github.com>
13 days ago
by Cursor Agent
C
Previous page
Previous
Next
Next page