MCPcopy Create free account

hub / github.com/bluewave-labs/Checkmate / functions

Functions1,490 in github.com/bluewave-labs/Checkmate

↓ 1 callersFunctionsetupRoutes
(app: Application, controllers: InitializedControllers, apiServices: ApiServices)
server/src/config/routes.ts:24
↓ 1 callersMethodsleep
(ms: number)
server/src/service/globalPingService.ts:237
↓ 1 callersFunctionstartApp
()
server/src/index.ts:21
↓ 1 callersFunctionstatusPageStepCount
()
client/src/Validation/statusPage.ts:106
↓ 1 callersFunctionstatusPageStepFieldsFor
(step: number)
client/src/Validation/statusPage.ts:100
↓ 1 callersFunctionstepFieldsFor
( type: MonitorType, step: number )
client/src/Validation/monitor.ts:228
↓ 1 callersFunctionstoreFailedDocument
(doc: Document, reason: string)
server/src/db/migration/0002_convertChecksToTimeSeries.ts:119
↓ 1 callersFunctionsuccessEnvelope
(data: T)
server/openapi/helpers.ts:3
↓ 1 callersFunctionsupportsUptimeDetails
(type: MonitorType)
server/src/domain/monitors/monitor.types.ts:54
↓ 1 callersFunctiontickDateFormatLookup
(range: string)
client/src/Utils/TimeUtils.ts:47
↓ 1 callersMethodtoLastEvaluatedAt
(check: Check)
server/src/domain/checks/check.service.ts:14
↓ 1 callersFunctiontoastInfo
(msg: string, opts?: ToastOptions)
client/src/Hooks/UseToast.ts:21
↓ 1 callersFunctiontoastWarning
(msg: string, opts?: ToastOptions)
client/src/Hooks/UseToast.ts:23
↓ 1 callersMethodtogglePauseById
(monitorId: string, teamId: string)
server/src/domain/monitors/monitor.repository.interface.ts:47
↓ 1 callersFunctiontone
(check: CheckSnapshot)
client/src/Pages/StatusPage/Status/themes/shared/ThemedHistogram.tsx:25
↓ 1 callersFunctiontooltipDateFormatLookup
(range: string)
client/src/Utils/TimeUtils.ts:61
↓ 1 callersFunctiontransformLogo
(logo: StatusPage["logo"])
client/src/Hooks/useStatusPageForm.ts:18
↓ 1 callersMethodtransformResults
(probeResults: GlobalPingProbeResult[], customUpCodes: HttpStatusCode[] = [])
server/src/service/globalPingService.ts:182
↓ 1 callersMethodupdateById
(monitorId: string, teamId: string, updates: Partial<Monitor>)
server/test/helpers/InMemoryMonitorsRepository.ts:52
↓ 1 callersMethodupdateById
(id: string, teamId: string, data: Partial<MaintenanceWindow>)
server/src/domain/maintenance-windows/maintenance-window.repository.interface.ts:12
↓ 1 callersMethodupdateById
(id: string, teamId: string, updateData: Partial<Notification>)
server/src/domain/notifications/notification.service.ts:17
↓ 1 callersMethodupdateById
(monitorId: string, teamId: string, updates: Partial<Monitor>)
server/src/domain/monitors/monitor.repository.interface.ts:36
↓ 1 callersMethodupdateById
(id: string, teamId: string, image: Express.Multer.File | undefined, data: Partial<StatusPage>)
server/src/domain/status-pages/status-page-repository.interface.ts:12
↓ 1 callersMethodupdateById
(tagId: string, teamId: string, patch: Partial<Tag>)
server/src/domain/tags/tag.repository.interface.ts:10
↓ 1 callersMethodupdateByMonitorId
(monitorId: string, result: CheckResultInput)
server/src/domain/monitor-stats/monitor-stats.repository.interface.ts:9
↓ 1 callersMethodupdateRunningStats
(monitor: Monitor, networkResponse: MonitorStatusResponse)
server/src/service/statusService.ts:64
↓ 1 callersMethodupdateStatusPage
(req: Request, res: Response, next: NextFunction)
server/src/api/controllers/statusPageController.ts:24
↓ 1 callersMethodupsert
(workerId: string, mode: QueueMode, processesJobs: boolean)
server/src/domain/queue-workers/queue-worker.repository.interface.ts:5
↓ 1 callersFunctionuseAddTeamMemberForm
()
client/src/Hooks/useAddTeamMemberForm.ts:6
↓ 1 callersFunctionuseEditUserForm
()
client/src/Hooks/useEditUserForm.ts:4
↓ 1 callersFunctionuseInviteForm
()
client/src/Hooks/useInviteForm.ts:4
↓ 1 callersFunctionuseLoginForm
()
client/src/Hooks/useLoginForm.ts:4
↓ 1 callersFunctionuseMaintenanceWindowForm
({ data = null, }: UseMaintenanceWindowFormOptions = {})
client/src/Hooks/useMaintenanceWindowForm.ts:20
↓ 1 callersFunctionuseMonitorForm
({ data = null, defaultType = "http", }: UseMonitorFormOptions = {})
client/src/Hooks/useMonitorForm.ts:151
↓ 1 callersFunctionuseNotificationForm
({ data = null }: UseNotificationFormOptions = {})
client/src/Hooks/useNotificationForm.ts:97
↓ 1 callersFunctionusePasswordForm
()
client/src/Hooks/usePasswordForm.ts:4
↓ 1 callersFunctionuseProfileForm
()
client/src/Hooks/useProfileForm.ts:4
↓ 1 callersFunctionuseRecoveryForm
()
client/src/Hooks/useRecoveryForm.ts:3
↓ 1 callersFunctionuseRegisterForm
()
client/src/Hooks/useRegisterForm.ts:3
↓ 1 callersFunctionuseSetNewPasswordForm
()
client/src/Hooks/useSetNewPasswordForm.ts:6
↓ 1 callersFunctionuseSettingsForm
({ data = null }: UseSettingsFormOptions = {})
client/src/Hooks/useSettingsForm.ts:9
↓ 1 callersFunctionuseStatusPageForm
({ data = null, monitors = null, }: UseStatusPageFormOptions = {})
client/src/Hooks/useStatusPageForm.ts:26
↓ 1 callersFunctionuseTagsForm
({ data }: UseTagsFormOptions)
client/src/Hooks/useTagsForm.ts:9
↓ 1 callersFunctionvalidateDocument
(doc: Document)
server/src/db/migration/0002_convertChecksToTimeSeries.ts:109
↓ 1 callersFunctionvalidateEnv
(logger: ILogger)
server/src/config/envValidation.ts:37
↓ 1 callersMethodvalidateRecovery
(recoveryToken: string)
server/src/domain/users/user.service.ts:34
↓ 1 callersMethodvalidateRecovery
(req: Request, res: Response, next: NextFunction)
server/src/api/controllers/authController.ts:33
↓ 1 callersFunctionwaitForPrimary
()
docker/prod/mongo/init/init.js:12
FunctionAccount
({ open = "profile" }: AccountProps)
client/src/Pages/Account/index.tsx:18
FunctionActionsMenu
({ items }: { items: ActionMenuItem[] })
client/src/Components/actions-menu/index.tsx:14
FunctionAddTeamMemberDialog
({ open, onClose, onSuccess, }: AddTeamMemberDialogProps)
client/src/Pages/Account/components/AddTeamMemberDialog.tsx:28
FunctionApp
()
client/src/App.tsx:23
FunctionAppLayout
({ children }: AppLayoutProps)
client/src/Components/layout/AppLayout.tsx:11
FunctionAuthFooter
({ collapsed, accountMenuItems }: AuthFooterProps)
client/src/Components/sidebar/Authfooter.tsx:27
FunctionAutoCompleteInput
({ fieldLabel, required, renderInput, renderOptionContent, ...props }: AutoCompleteInputProps)
client/src/Components/inputs/AutoComplete.tsx:20
FunctionAvatar
({ src, small, sx, onClick = () => {} }: AvatarProps)
client/src/Components/design-elements/Avatar.tsx:14
FunctionBGBox
({ children, sx }: StatusBoxProps)
client/src/Components/design-elements/StatusBox.tsx:15
FunctionBaseAuthPage
({ title, subtitle, children, component, onSubmit, }: BaseAuthPageProps)
client/src/Components/design-elements/BasePage.tsx:231
FunctionBaseBox
({ sx, ...rest }: BoxProps)
client/src/Components/design-elements/BaseBox.tsx:4
FunctionBaseChart
({ children, title, width = "100%", maxWidth = "100%", padding, }: BaseChartProps)
client/src/Components/design-elements/BaseChart.tsx:18
FunctionBaseFallback
({ children, ...props }: BaseFallbackProps)
client/src/Components/design-elements/Fallback.tsx:12
FunctionBaseHeader
({ monitor, children }: React.PropsWithChildren<BaseHeaderProps>)
client/src/Components/monitors/HeaderMonitorControls.tsx:16
FunctionBasePage
({ loading, error, children, breadcrumbOverride, headerKey, backTo, backLabel, ...props }: BasePagePro
client/src/Components/design-elements/BasePage.tsx:66
FunctionBasePageWithStates
({ loading, error, totalCount, page, description, actionButtonText, actionLink, children, headerKey,
client/src/Components/design-elements/BasePage.tsx:135
FunctionBaseStatusPage
({ statusPage, monitors, config }: Props)
client/src/Pages/StatusPage/Status/themes/shared/BaseStatusPage.tsx:87
FunctionBoldHeader
({ statusPage, logoSrc, styles }: SlotProps<BoldStyles>)
client/src/Pages/StatusPage/Status/themes/bold/BoldHeader.tsx:6
FunctionBoldHero
({ overall, monitorCount, styles }: SlotProps<BoldStyles>)
client/src/Pages/StatusPage/Status/themes/bold/BoldHero.tsx:6
FunctionBreachedStatusBox
({ n }: { n: number })
client/src/Components/design-elements/StatusBox.tsx:146
FunctionBreadcrumb
({ breadcrumbOverride, }: { breadcrumbOverride?: string[] | undefined; })
client/src/Components/design-elements/Breadcrumb.tsx:38
FunctionBreadcrumbWrapper
({ children }: { children: ReactNode })
client/src/Components/design-elements/Breadcrumb.tsx:15
FunctionBrowserFrame
({ url, children }: Props)
client/src/Pages/StatusPage/Status/themes/BrowserFrame.tsx:10
FunctionBulkActionsBar
({ selectedCount, onCancel, children, }: BulkActionsBarProps)
client/src/Components/monitors/BulkActionsBar.tsx:22
FunctionBulletPointCheck
({ text, variant = "info", }: { text: string; noHighlightText?: string; variant?: "success" | "error" | "
client/src/Components/design-elements/BulletPointCheck.tsx:7
FunctionButtonInput
({ sx, ...props }: ButtonProps)
client/src/Components/inputs/Button.tsx:16
FunctionCardDetails
({ incident, monitor, sx }: CardDetailsProps)
client/src/Pages/Incidents/Components/CardDetails.tsx:41
FunctionCell
({ children }: { children: React.ReactNode })
client/src/Pages/Incidents/Components/CardDetails.tsx:37
FunctionCenterLabel
({ viewBox, value }: any)
client/src/Components/monitors/charts/PiePageSpeed.tsx:14
FunctionChecks
()
client/src/Pages/Checks/index.tsx:21
FunctionChecksTable
({ monitors, checks, checksCount, page, setPage, rowsPerPage, setRowsPerPage, }: { monitors: Monitor[]
client/src/Pages/Checks/Components/ChecksTable.tsx:16
FunctionChecksTable
({ checks, count, page, setPage, rowsPerPage, setRowsPerPage, }: { checks: Check[]; count: number; pa
client/src/Pages/Uptime/Details/Components/ChecksTable.tsx:17
FunctionColorInput
({ fieldLabel, required, ...props }: ColorPickerProps)
client/src/Components/inputs/ColorPicker.tsx:13
FunctionColoredLabel
({ text, color }: { text: string; color: string })
client/src/Components/design-elements/StatusLabel.tsx:97
FunctionConfigBox
({ title, subtitle, leftContent, rightContent, }: { title: string; subtitle: React.ReactNode; leftConte
client/src/Components/design-elements/SplitBox.tsx:49
FunctionControlsFilter
({ showTypes = true, selectedTypes, setSelectedTypes, selectedStatus, setSelectedStatus, selectedState,
client/src/Components/monitors/ControlsFilter.tsx:25
FunctionControlsIncidentFilter
({ monitors, selectedMonitor, setSelectedMonitor, selectedResolutionType, setSelectedResolutionType, onC
client/src/Pages/Incidents/Components/ControlsIncidentFilter.tsx:20
FunctionCreateMaintenanceWindowPage
()
client/src/Pages/Maintenance/create/index.tsx:33
FunctionCreateMonitorPage
()
client/src/Pages/CreateMonitor/index.tsx:223
FunctionCreateStatusPage
()
client/src/Pages/StatusPage/Create/index.tsx:57
FunctionCustomTooltip
({ active, payload, }: { active?: boolean; payload?: Array<{ payload: GroupedCheck }>; })
client/src/Components/monitors/charts/HistogramStatus.tsx:64
FunctionDataTable
({ headers, data, onRowClick, cardsOnSmallScreens = true, expandableRows = false, renderExpandedContent,
client/src/Components/design-elements/Table.tsx:57
FunctionDatePickerComponent
({ fieldLabel, required, error, helperText, ...props }: DatePickerComponentProps)
client/src/Components/inputs/DatePicker.tsx:19
FunctionDetailGauge
({ title, progress, upperLabel, upperValue, lowerLabel, lowerValue, maxWidth = 225, }: { title: string
client/src/Components/design-elements/Gauge.tsx:118
FunctionDialogIncidentDetails
({ open, incident, monitor, onClose, onResolve, }: DialogIncidentDetailsProps)
client/src/Pages/Incidents/Components/DialogIncidentDetails.tsx:16
FunctionDialogInput
({ open, title, content, onConfirm, onCancel, confirmColor = "primary", loading = false, cancelText,
client/src/Components/inputs/Dialog.tsx:14
FunctionDialogResolution
({ open, incidentId, onClose, onResolved, }: DialogResolutionProps)
client/src/Pages/Incidents/Components/DialogResolution.tsx:13
FunctionDot
({ color = "gray", size = "4px", style }: DotProps)
client/src/Components/design-elements/Dot.tsx:9
FunctionDownChecksBox
({ n }: { n: number })
client/src/Components/design-elements/StatusBox.tsx:169
FunctionDownStatusBox
({ n }: { n: number })
client/src/Components/design-elements/StatusBox.tsx:101
FunctionDummyChart
({ chartType }: DummyChartProps)
client/src/Pages/Settings/DummyChart.tsx:32
FunctionEditUserPage
()
client/src/Pages/Account/EditUser/index.tsx:31
← previousnext →801–900 of 1,490, ranked by callers