storj/web/satellite/src
wilfredasomani d8b010f7bd satellite/{web,satellitedb}: fix project daily usage error
The new dashboard currently gets stuck on loading and displays an error when
it fails to get usage data. Failure happens on satelliteDb due to a cockroach transaction error
caused by reading data before using AS OF SYSTEM TIME in the same transaction.
This change reverses the order of daily usage queries to avoid this error.
And hides the loaders on the dashboard if/when an error occurs.

see: https://github.com/storj/storj/issues/5012

Change-Id: I06b6ee434f72242f9b7d21dec7aaf39d1d622f1e
2022-08-10 19:18:28 +00:00
..
api satellite/{web,satellitedb}: fix project daily usage error 2022-08-10 19:18:28 +00:00
components satellite/{web,satellitedb}: fix project daily usage error 2022-08-10 19:18:28 +00:00
router web/satellite: add S3 credential creation to quickstart dropdown 2022-08-10 17:08:11 +00:00
store web/satellite: added notification when storage limit is exceeded in file browser 2022-08-05 07:54:50 +00:00
types web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
utils satellite/analytics: Added track calls for user behavioral events (#5009) 2022-08-08 11:17:35 -07:00
views web/satellite: dashboard banners fixed 2022-08-10 14:58:56 +00:00
App.vue satellite/console: added new email which is sent on unknown password reset 2022-07-14 14:32:59 +00:00
main.ts web/satellite: register page made configurable 2022-07-20 18:57:47 +03:00