coolify/app
Vishwanath Martur f45411f3d6 Fix metrics error when data is less than selected date
Related to #4309

Fix the 'sql: Scan error on column index 5, name "usedPercent": converting NULL to float64 is unsupported' error on the metrics page.

* Update the `getMemoryMetrics` method in `app/Models/Server.php` to handle NULL values for the "usedPercent" field by setting them to 0.0.
* Add a check for NULL values in the `getMemoryMetrics` method before converting to float64.
2024-11-23 13:08:53 +05:30
..
Actions fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
Console fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
Data Fix styling 2024-06-22 08:41:55 +00:00
Enums Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
Events refactor scheduled task job (and related stuffs) 2024-11-07 11:09:38 +01:00
Exceptions Remove all ray() calls 2024-10-28 13:51:23 +01:00
Helpers fix: always validate ssh key 2024-11-22 10:43:58 +01:00
Http fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
Jobs fix: do not send internal notification for backups and status jobs 2024-11-22 12:27:13 +01:00
Listeners Remove all ray() calls 2024-10-28 13:51:23 +01:00
Livewire Merge pull request #4352 from peaklabs-dev/fix-test-email 2024-11-22 13:06:14 +01:00
Models Fix metrics error when data is less than selected date 2024-11-23 13:08:53 +05:30
Notifications fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
Policies Fix styling 2024-06-10 20:43:34 +00:00
Providers use one constants file 2024-11-12 15:18:48 +01:00
Traits format 2024-09-23 19:51:31 +02:00
View/Components fix 2024-11-15 21:47:31 +01:00