MCPcopy Create free account

hub / github.com/1Password/for-open-source / functions

Functions80 in github.com/1Password/for-open-source

↓ 17 callersMethodError
()
script/validator.go:32
↓ 14 callersMethodstringSection
(sectionName string, required bool, callbacks ...ValidatorCallback)
script/application.go:224
↓ 12 callersFunctionerrIncomplete
(sectionTitle string)
script/application_test.go:30
↓ 12 callersFunctionisTesting
()
script/testing.go:109
↓ 10 callersFunctionerrEmpty
(sectionTitle string)
script/application_test.go:34
↓ 10 callersMethodlogErrorAndExit
(message string, err error)
script/approver.go:95
↓ 9 callersFunctiondebugMessage
(message string, data ...interface{})
script/testing.go:113
↓ 8 callersFunctionrunValidationTests
(t *testing.T, testCases []validationTestCase, f ValidatorCallback, funcName string)
script/validator_test.go:14
↓ 7 callersFunctiongetEnv
(key string)
script/main.go:16
↓ 6 callersMethodlogErrorAndExit
(message string, err error)
script/reviewer.go:138
↓ 5 callersMethodAddError
(section, value, message string)
script/validator.go:40
↓ 5 callersMethodIssueHasLabel
(label string)
script/github.go:101
↓ 5 callersMethodboolSection
(sectionName string, required bool, callbacks ...ValidatorCallback)
script/application.go:273
↓ 4 callersMethodGetData
()
script/application.go:127
↓ 4 callersMethodInit
()
script/github.go:20
↓ 4 callersMethodIsValid
()
script/application.go:113
↓ 4 callersMethodParse
(issue *github.Issue)
script/application.go:56
↓ 4 callersMethodlogErrorAndExit
(message string, err error)
script/aggregator.go:83
↓ 3 callersMethodFileName
FileName takes application issue number and project name and turn it into a file path. This will always be unique because it is relying on GitHub's is
script/application.go:141
↓ 3 callersMethodRemoveIssueLabel
(label string)
script/github.go:128
↓ 3 callersFunctionerrMustBeChecked
(sectionTitle string)
script/application_test.go:38
↓ 3 callersFunctionprintUsageAndExit
()
script/main.go:12
↓ 3 callersFunctionsetTestApplication
(testName string)
script/testing.go:179
↓ 2 callersMethodAddIssueLabel
(label string)
script/github.go:111
↓ 2 callersMethodCreateIssueComment
(message string)
script/github.go:82
↓ 2 callersMethodHasError
(section string)
script/validator.go:48
↓ 2 callersMethodInitIssue
()
script/github.go:53
↓ 2 callersFunctionParseBool
(value string)
script/validator.go:145
↓ 2 callersFunctionParseNumber
(value string)
script/validator.go:127
↓ 2 callersMethodSetApprover
()
script/application.go:154
↓ 2 callersMethodUpdateFile
(filePath string, content []byte, message string)
script/github.go:226
↓ 2 callersMethodcommitFile
(filePath string, content []byte, message string, update bool)
script/github.go:164
↓ 2 callersFunctionerrNoProjectName
(sectionTitle string)
script/application_test.go:26
↓ 2 callersFunctionsetupTestDir
(targetDir string)
script/application_test.go:9
↓ 1 callersMethodAggregate
()
script/aggregator.go:23
↓ 1 callersMethodApprove
()
script/approver.go:20
↓ 1 callersMethodCloseIssue
()
script/github.go:145
↓ 1 callersMethodCommitNewFile
(filePath string, content []byte, message string)
script/github.go:222
↓ 1 callersFunctionParseInput
(value string)
script/validator.go:67
↓ 1 callersMethodRenderProblems
()
script/application.go:117
↓ 1 callersMethodReview
()
script/reviewer.go:24
↓ 1 callersFunctionWhen
(condition bool, callback ValidatorCallback)
script/validator.go:57
↓ 1 callersFunctionbotMessage
(message string)
script/testing.go:123
↓ 1 callersMethodcreateComment
(status Status, isClosed bool, issueAuthor string)
script/reviewer.go:55
↓ 1 callersMethodcreateSentryEvent
()
script/approver.go:122
↓ 1 callersFunctionerrContainsEmoji
(sectionTitle string)
script/application_test.go:46
↓ 1 callersFunctionerrInvalidAccountURL
(sectionTitle string)
script/application_test.go:42
↓ 1 callersFunctionerrInvalidURL
(sectionTitle string)
script/application_test.go:54
↓ 1 callersFunctionerrParsingNumber
(sectionTitle string)
script/application_test.go:50
↓ 1 callersFunctionerrSliceEqual
(a, b []error)
script/testing.go:206
↓ 1 callersMethodextractSections
Take the Markdown-format body of an issue and break it down by section header and the content directly below it. We can reasonably expect the correct
script/application.go:182
↓ 1 callersFunctionfindTestApplication
(testName string)
script/testing.go:129
↓ 1 callersMethodgetApprovalMessage
()
script/approver.go:110
↓ 1 callersMethodgetStatus
()
script/reviewer.go:43
↓ 1 callersMethodintSection
(sectionName string, required bool, callbacks ...ValidatorCallback)
script/application.go:256
↓ 1 callersFunctionloadIssue
(issue interface{})
script/testing.go:139
↓ 1 callersMethodrenderProblems
()
script/approver.go:100
↓ 1 callersFunctionsetIssueProperties
(application *TestApplicationSet, issue *github.Issue)
script/testing.go:153
↓ 1 callersMethodupdateLabels
(status Status, isClosed bool)
script/reviewer.go:94
FunctionIsChecked
(value string)
script/validator.go:184
FunctionIsEmail
(value string)
script/validator.go:163
FunctionIsPresent
(value string)
script/validator.go:155
FunctionIsURL
(value string)
script/validator.go:171
FunctionParseAccountURL
(value string)
script/validator.go:99
FunctionParseCheckbox
(value string)
script/validator.go:115
FunctionParsePlainString
(value string)
script/validator.go:83
FunctionTestApplication_FileName
(t *testing.T)
script/application_test.go:160
FunctionTestApplication_Parse
(t *testing.T)
script/application_test.go:58
FunctionTestApplication_SetApprover
(t *testing.T)
script/application_test.go:187
FunctionTestIsChecked
(t *testing.T)
script/validator_test.go:144
FunctionTestIsEmail
(t *testing.T)
script/validator_test.go:124
FunctionTestIsPresent
(t *testing.T)
script/validator_test.go:116
FunctionTestIsUrl
(t *testing.T)
script/validator_test.go:133
FunctionTestParseAccountUrl
(t *testing.T)
script/validator_test.go:47
FunctionTestParseBool
(t *testing.T)
script/validator_test.go:92
FunctionTestParseCheckbox
(t *testing.T)
script/validator_test.go:54
FunctionTestParseInput
(t *testing.T)
script/validator_test.go:27
FunctionTestParseNumber
(t *testing.T)
script/validator_test.go:67
FunctionTestParsePlainString
(t *testing.T)
script/validator_test.go:38
Functionmain
()
script/main.go:26