MCPcopy Create free account

hub / github.com/danger/peril / functions

Functions237 in github.com/danger/peril

↓ 1 callersFunctiondangerfileFinishedEvent
(event: MSGDangerfileFinished)
dashboard/src/components/installation/Websocket.tsx:199
↓ 1 callersFunctiondangerfileLogEvent
(event: MSGDangerfileLog)
dashboard/src/components/installation/Websocket.tsx:210
↓ 1 callersFunctiondangerfileRefToHref
(settingsPath: string, dangerfile: string)
dashboard/src/components/installation/Websocket.tsx:157
↓ 1 callersFunctiondangerfileStartedEvent
(settingsJSONFile: string, event: MSGDangerfileStarted)
dashboard/src/components/installation/Websocket.tsx:179
↓ 1 callersFunctiondeleteInstallation
(installationJSON: Installation, _: express.Request, res: express.Response)
api/source/github/events/deleteInstallation.ts:6
↓ 1 callersFunctiondeleteLambdaFunctionNamed
(name: string)
api/source/api/aws/lambda.ts:41
↓ 1 callersFunctiondoesPRExist
(token: string, repoSlug: string, prNumber: number)
api/source/github/lib/github_helpers.ts:14
↓ 1 callersFunctioneditInstallationMutation
( environment: Environment, options: EditInstallationMutationOptions, onCompleted: (res: any) => void )
dashboard/src/components/installation/mutations/editInstallationMutation.ts:35
↓ 1 callersFunctionenvVarsForSelfHosted
()
api/source/danger/append_peril.ts:127
↓ 1 callersFunctionerror
(message: string)
api/source/db/json.ts:31
↓ 1 callersFunctionfeedbackTypeForEvent
(event: string)
api/source/danger/danger_run.ts:188
↓ 1 callersFunctionfetchQuery
(operation: { text: string }, variables: any, _?: any, __?: any)
dashboard/src/lib/createRelayEnvironment.ts:9
↓ 1 callersFunctionfixture
(file: string)
api/source/github/events/_tests/_github_runner-validations.test.ts:6
↓ 1 callersFunctionfixture
(file: string)
api/source/github/events/handlers/_tests/_events-sandbox.test.ts:28
↓ 1 callersFunctionfixture
(file: string)
api/source/github/events/handlers/_tests/_events-create-fixture.test.ts:31
↓ 1 callersFunctiongetAccessTokenFromAuthCode
(code: string)
api/source/api/auth/github.ts:80
↓ 1 callersFunctiongetAvailableReposForInstallation
(installationID: number)
api/source/api/graphql/github/getAvailableReposForInstallation.ts:5
↓ 1 callersFunctiongetDatabaseForEnv
(env: any)
api/source/db/getDB.ts:23
↓ 1 callersFunctiongetGitHubFileContentsWithoutToken
(repo: string, path: string, ref: string | null)
api/source/github/lib/github_helpers.ts:62
↓ 1 callersFunctiongetInstallationId
(id: string | undefined)
api/source/globals.ts:75
↓ 1 callersFunctiongetLatestLayer
()
api/source/api/aws/lambda.ts:51
↓ 1 callersFunctiongetLockfileVersionForDep
(name: string)
api/source/scripts/generate-runner-deps.ts:59
↓ 1 callersFunctiongetRecordedWebhooksForInstallation
(installationID: number)
api/source/plugins/utils/recordWebhookWithRequest.ts:69
↓ 1 callersFunctiongetRepoSpecificRules
(installation: GitHubInstallation, repoName: string)
api/source/github/events/github_runner.ts:57
↓ 1 callersFunctiongetUserAccount
(token: string)
api/source/api/auth/github.ts:100
↓ 1 callersFunctiongetUserInstallations
(token: string)
api/source/api/auth/github.ts:102
↓ 1 callersFunctiongithubEventPluginHandler
(event: string, req: Request, res: Response, next: NextFunction)
api/source/routing/router.ts:37
↓ 1 callersFunctiongithubURLForReference
(value: string, repo?: string)
dashboard/src/lib/dangerfileReferenceURLs.ts:27
↓ 1 callersFunctiongo
()
api/source/scripts/setup-plugins.ts:8
↓ 1 callersFunctionhasAgendaInRuntime
()
api/source/tasks/startTaskScheduler.ts:165
↓ 1 callersFunctioninvokeLambda
(name: string, payloadString: string)
api/source/api/aws/lambda.ts:46
↓ 1 callersFunctionmdResults
(results: DangerResults)
api/source/github/events/github_runner.ts:204
↓ 1 callersFunctionmergeResults
(results: DangerResults[])
api/source/github/events/github_runner.ts:213
↓ 1 callersFunctionpartialInstallation
(iID: number)
dashboard/src/lib/routes.ts:9
↓ 1 callersFunctionpartialInstallationToInstallation
( partial: Partial<GitHubInstallation>, dangerfileRefString: DangerfileReferenceString )
api/source/db/json.ts:93
↓ 1 callersFunctionperil
()
api/source/peril.ts:33
↓ 1 callersFunctionrecordWebhook
(_: string, req: express.Request, __: express.Response, ___: any)
api/source/plugins/recordWebhooks.ts:6
↓ 1 callersFunctionrecordWebhookWithRequest
(req: express.Request)
api/source/plugins/utils/recordWebhookWithRequest.ts:32
↓ 1 callersFunctionrecreateGitHubUtils
(api: NodeGithub)
api/source/danger/append_peril.ts:40
↓ 1 callersFunctionrefFromEvent
(event: any)
api/source/danger/peril_platform.ts:86
↓ 1 callersFunctionremoveDots
(obj: object)
api/source/db/mongo.ts:89
↓ 1 callersFunctionrenderLoggedInMenu
dashboard/src/components/layout/Layout.tsx:25
↓ 1 callersFunctionrepoIsIgnored
(name: string | null, installation: GitHubInstallation)
api/source/github/events/utils/ignore_repos.ts:3
↓ 1 callersFunctionrepoNameForPayload
(payload: Payload)
api/source/github/events/utils/repoNameForWebhook.ts:6
↓ 1 callersFunctionreportData
(reason: string)
api/source/github/events/handlers/pr.ts:138
↓ 1 callersFunctionreposlugFromEvent
(event: any)
api/source/danger/peril_platform.ts:78
↓ 1 callersFunctionrequestWithFixturedContent
(path: string)
api/source/api/_tests/fixtureAPI.ts:15
↓ 1 callersFunctionresultsForCaughtError
(file: string, contents: string, error: Error)
api/source/danger/danger_runner.ts:128
↓ 1 callersFunctionretryableFetch
( url: string | node_fetch.Request, init?: node_fetch.RequestInit )
api/source/api/fetch.ts:10
↓ 1 callersFunctionreverseKeyMapper
(key: string)
api/source/danger/danger_run.ts:49
↓ 1 callersFunctionrun
(stdin: string)
api/source/runner/run.ts:28
↓ 1 callersFunctionrunDangerEvent
( installation: InstallationToRun, input: PerilRunnerBootstrapJSON, payload: ValidatedPayload )
api/source/runner/run.ts:72
↓ 1 callersFunctionrunDangerPR
( installation: InstallationToRun, input: PerilRunnerBootstrapJSON, payload: ValidatedPayload )
api/source/runner/run.ts:137
↓ 1 callersFunctionrunEditEnvVarsMutation
( environment: Environment, variables: { iID: number key: string value?: string }, onCompl
dashboard/src/components/installation/mutations/editEnvVarMutation.ts:12
↓ 1 callersFunctionrunEverything
( eventName: string, runs: DangerRun[], settings: GitHubRunSettings, installation: GitHubInstallation,
api/source/github/events/github_runner.ts:153
↓ 1 callersFunctionrunExternally
( stdOUT: PerilRunnerBootstrapJSON, eventName: string, installation: GitHubInstallation )
api/source/runner/runFromExternalHost.ts:8
↓ 1 callersFunctionrunFromSameHost
( stdOUT: PerilRunnerBootstrapJSON, // tslint:disable-next-line:variable-name _eventName: string, inst
api/source/runner/runFromSameHost.ts:9
↓ 1 callersFunctionrunRecordWebhooksMutation
(environment: Environment, installationID: number)
dashboard/src/components/installation/mutations/makeInstallationRecordMutation.ts:21
↓ 1 callersFunctionrunTask
( taskName: string, installation: GitHubInstallation, references: DangerfileReferenceString[], data: a
api/source/tasks/runTask.ts:8
↓ 1 callersFunctionrunTaskMutation
(environment: Environment, options: RunTaskMutationOptions)
dashboard/src/components/installation/mutations/runTaskMutation.ts:20
↓ 1 callersFunctionsendWebhookThroughGitHubRunner
(webhook: RecordedWebhook)
api/source/plugins/utils/sendWebhookThroughGitHubRunner.ts:6
↓ 1 callersFunctionsetInstallationToRecord
(installationID: number)
api/source/plugins/utils/recordWebhookWithRequest.ts:51
↓ 1 callersFunctionsetup
()
api/source/db/_tests/_json.test.ts:27
↓ 1 callersFunctionsetupForRunTask
(agendaLocal: Agenda)
api/source/tasks/startTaskScheduler.ts:76
↓ 1 callersFunctionsetupPublicAPI
(app: Application)
api/source/api/api.ts:27
↓ 1 callersFunctionsetupPublicWebsocket
()
api/source/api/api.ts:81
↓ 1 callersFunctionshouldRetryRequest
(res: node_fetch.Response)
api/source/api/fetch.ts:4
↓ 1 callersFunctionstartApp
(app: express.Express, callback: any)
api/source/listen.ts:12
↓ 1 callersFunctionthrowNoJSONFileFound
(dangerFilePath: DangerfileReferenceString)
api/source/db/json.ts:115
↓ 1 callersFunctionthrowNoPerilInstallationID
()
api/source/github/lib/github_helpers.ts:78
↓ 1 callersFunctiontoHref
(path: string)
api/source/danger/append_peril.ts:47
↓ 1 callersFunctiontoggleSidebar
()
web/src/store.ts:15
↓ 1 callersFunctiontriggerSandboxDangerRun
( eventName: string, type: RunType, installation: InstallationToRun, paths: DangerfileReferenceString[
api/source/runner/triggerSandboxRun.ts:48
↓ 1 callersFunctiontriggerWebhookMutation
(environment: Environment, installationID: number, eventID: string)
dashboard/src/components/installation/mutations/triggerWebhookMutation.ts:14
↓ 1 callersFunctionupdateJSONURLMutation
( environment: Environment, options: UpdateJSONURLMutationOptions, onCompleted: (res: any) => void )
dashboard/src/components/partial/mutations/updateJSONURLMutation.tsx:26
↓ 1 callersFunctionvalidateENVForPerilServer
()
api/source/globals.ts:134
↓ 1 callersFunctionvalidateRuns
( runs: DangerRun[], settings: GitHubRunSettings, token: string, pr: Pull_request )
api/source/github/events/handlers/pr.ts:97
↓ 1 callersFunctionwipeAllRecordedWebhooks
(installationID: number)
api/source/plugins/utils/recordWebhookWithRequest.ts:66
FunctionAboutPage
()
web/src/pages/about.tsx:5
FunctionBlogPage
(props: BlogProps)
web/src/pages/blog.tsx:23
FunctionBlogPostPage
(props: BlogPostProps)
web/src/templates/blog-post.tsx:18
FunctionConnectedBody
()
web/gatsby-ssr.tsx:8
FunctionHeaderMenu
({ items, pathname, Link, inverted, dispatch }: HeaderMenuProps)
web/src/components/HeaderMenu/HeaderMenu.tsx:13
FunctionIndexPage
(props: LayoutProps)
web/src/pages/index.tsx:7
FunctionInnerLayout
dashboard/src/components/layout/Layout.tsx:54
FunctionInstallationRules
(props: Props & { relay: RelayProp })
dashboard/src/components/installation/InstallationRules.tsx:13
FunctionLayout
(props: LayoutProps)
web/src/components/Layout.tsx:26
FunctionLinkStub
(props: any)
web/src/components/HeaderMenu/HeaderMenu.test.tsx:16
FunctionLinkStub
(props: any)
web/src/components/SidebarMenu/SidebarMenu.test.tsx:16
FunctionMenuItem
(props: { text: string; href: string; imageSrc?: string })
dashboard/src/components/layout/Layout.tsx:12
FunctionNotFoundPage
()
web/src/pages/404.tsx:5
FunctionOverviewInternal
(props: Props)
dashboard/src/components/installation/Overview.tsx:9
FunctionSidebarMenu
({ items, pathname, Link, visible }: SidebarMenuProps)
web/src/components/SidebarMenu/SidebarMenu.tsx:16
FunctionWebhooksHeaderInternal
(props: Props)
dashboard/src/components/installation/WebhooksHeader.tsx:14
MethodcomponentDidMount
()
dashboard/src/components/installation/Websocket.tsx:26
Methodconstructor
(public config: any)
api/source/tasks/_tests/_startTaskScheduler.test.ts:8
Methodconstructor
(props: RProps)
dashboard/src/components/installation/TaskRunner.tsx:21
Methodconstructor
(props: RProps)
dashboard/src/components/installation/Settings.tsx:27
Methodconstructor
(props: RProps)
dashboard/src/components/installation/EnvVars.tsx:28
Methodconstructor
(props: any)
dashboard/src/components/installation/Websocket.tsx:21
← previousnext →101–200 of 237, ranked by callers