feat(crons): Implement an all checks page for crons#85202
Conversation
Bundle ReportChanges will increase total bundle size by 44.69kB (0.14%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: app-webpack-bundle-array-pushAssets Changed:
Files in
Files in
Files in
Files in
Files in
Files in
|
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
| @@ -0,0 +1,23 @@ | |||
| import {CheckInStatus, CheckIn, ScheduleType} from 'sentry/views/monitors/types'; | |||
|
|
|||
| export function CheckInFixture(params: Partial<CheckIn> = {}): CheckIn { | |||
There was a problem hiding this comment.
Do we really not have this already 😱
Co-authored-by: Evan Purkhiser <evanpurkhiser@gmail.com>
Co-authored-by: Evan Purkhiser <evanpurkhiser@gmail.com>
Co-authored-by: Evan Purkhiser <evanpurkhiser@gmail.com>
Adds an all monitor checks page for cron issues with some custom cells. There is one thing that should be addressed though but it requires a backend fix, the schedule from the API currently returns the enum integer for the schedule (e.g.
1instead ofcrontab). I will put up a PR to fix this serialization, since without it, the number appears in the tool tip, along with 'Unknown Schedule'.todo