Tags: cryostatio/cryostat-web
Tags
fix(rules): rename Automatic to Automated (backport #693) (#694) * fix(rules): rename Automatic to Automated (#693) * fix(rules): rename Automatic to Automated * fixup! fix(rules): rename Automatic to Automated (cherry picked from commit 54c6853) # Conflicts: # src/app/Rules/CreateRule.tsx # src/app/Rules/RulesUploadModal.tsx * fixup! fix(rules): rename Automatic to Automated (#693) Co-authored-by: Andrew Azores <aazores@redhat.com>
build(webpack): code-split bundles and add content-hash to output fil… …es (#588) (#596) * build(bundle): add contenth hash to chunks * build(webpack): lazy load routes * fix(suspense): move Suspense to approriate place * build(webpack): prefetch bundles * build(webpack): exclude css from prefetch groups * build(webpack): exclude app and npm bundle * build(webpack): only prefetch lazy-load custom modules (cherry picked from commit ea89802) Co-authored-by: Thuan Vo <thvo@redhat.com>
fix(notifications): Fix notifications url request failure handling (b… …ackport #310) (#311) * fix(notifications): Fix notifications url request failure handling (#310) * Replace concatMap using in response JSON parsing with a switchMap * Revert back to concatMap and throw an error containing the response status code and text * Clean-up syntax * fixup! Clean-up syntax * Log err.message instead of just the err object * Fix code changed during rebase * Include response body for more detailed error info * Clean up imports * Make error logging more specific (cherry picked from commit 9e86184) # Conflicts: # src/app/Shared/Services/NotificationChannel.service.tsx * fix(notifications): Fix notifications url request failure handling (#310) * Replace concatMap using in response JSON parsing with a switchMap * Revert back to concatMap and throw an error containing the response status code and text * Clean-up syntax * fixup! Clean-up syntax * Log err.message instead of just the err object * Fix code changed during rebase * Include response body for more detailed error info * Clean up imports * Make error logging more specific * Remove unused imports Co-authored-by: Hareet Dhillon <hdhillon@redhat.com>
PreviousNext