MCPcopy Create free account

hub / github.com/bazooka-ci/bazooka / functions

Functions297 in github.com/bazooka-ci/bazooka

↓ 1 callersFunctionEncrypt
Encrypt encrypts some data with the key
commons/crypto.go:21
↓ 1 callersMethodEncryptData
(projectID, toEncryptString string)
client/project.go:112
↓ 1 callersMethodFinishJob
(id string, status lib.JobStatus, completed time.Time)
commons/mongo/project.go:291
↓ 1 callersMethodFinishVariant
(id string, status lib.JobStatus, completed time.Time, artifacts []string)
commons/mongo/project.go:323
↓ 1 callersFunctionFlush
(object interface{}, outputFile string)
commons/yaml.go:20
↓ 1 callersMethodGenerateDockerfile
()
parser/generator.go:29
↓ 1 callersMethodGet
(name string)
client/image.go:33
↓ 1 callersMethodGet
(variantID string)
client/variant.go:15
↓ 1 callersMethodGetAllJobs
()
commons/mongo/project.go:363
↓ 1 callersMethodGetCryptoKeys
(projectID string)
commons/mongo/crypto.go:43
↓ 1 callersMethodGetImages
()
commons/mongo/image.go:33
↓ 1 callersMethodGetJobs
(projectID string)
commons/mongo/project.go:350
↓ 1 callersMethodGetProjectsWithStatus
()
commons/mongo/project.go:48
↓ 1 callersMethodGetUserByEmail
(email string)
commons/mongo/user.go:12
↓ 1 callersMethodGetVariants
(jobID string)
commons/mongo/project.go:369
↓ 1 callersMethodHasCryptoKey
(projectID string)
commons/mongo/crypto.go:22
↓ 1 callersMethodHasProject
(name string)
commons/mongo/project.go:14
↓ 1 callersMethodHasUser
(email string)
commons/mongo/user.go:22
↓ 1 callersMethodIter
(it Iterator, exclusions []*Matrix, vars ...string)
commons/matrix/matrix.go:28
↓ 1 callersMethodJobs
(projectID string)
client/project.go:34
↓ 1 callersFunctionNew
()
commons/parallel/parallel.go:22
↓ 1 callersFunctionParse
(file string, object interface{})
commons/yaml.go:10
↓ 1 callersFunctionParse
(line []byte)
commons/syslogparser/syslog.go:27
↓ 1 callersFunctionReadCryptoKey
(filePath string)
commons/crypto.go:57
↓ 1 callersMethodSetJobOrchestrationId
(id string, orchestrationId string)
commons/mongo/project.go:279
↓ 1 callersMethodSetKey
(id, key, value string)
client/project_config.go:30
↓ 1 callersMethodSetProjectConfigKey
(id, key, value string)
commons/mongo/project.go:125
↓ 1 callersMethodSetProjectKey
(projectID string, key *lib.SSHKey)
commons/mongo/key.go:21
↓ 1 callersMethodStartJob
(projectID, scmReference string, envParameters []string)
client/project.go:90
↓ 1 callersMethodUnsetKey
(id, key string)
client/project_config.go:43
↓ 1 callersMethodUnsetProjectConfigKey
(id, key string)
commons/mongo/project.go:141
↓ 1 callersMethodUpdateCryptoKey
(id string, key *bazooka.CryptoKey)
commons/mongo/crypto.go:16
↓ 1 callersMethodVariants
(jobID string)
client/job.go:49
↓ 1 callersFunctionaccepted
(payload interface{}, location string)
server/server.go:114
↓ 1 callersMethodauthenticationHandler
(next http.Handler)
server/server.go:202
↓ 1 callersMethodbuildContainer
(client *docker.Docker, vd *variantData)
orchestration/builder.go:53
↓ 1 callersMethodcleanup
()
server/context.go:69
↓ 1 callersFunctionclear
()
web/src/utils/utils.js:198
↓ 1 callersFunctioncopyFileContents
copyFileContents copies the contents of the file named src to the file named by dst. The file will be created if it does not already exist. If the des
commons/file.go:82
↓ 1 callersFunctioncopyMap
(m map[string]string)
commons/matrix/matrix.go:104
↓ 1 callersFunctiondecodeAuth
(authStr string)
cli/bzk/config.go:73
↓ 1 callersFunctiondecryptBzkString
(str string)
commons/bzk_string.go:97
↓ 1 callersFunctionencodeAuth
(authConfig *Config)
cli/bzk/config.go:65
↓ 1 callersFunctionencryptBzkString
(str string)
commons/bzk_string.go:114
↓ 1 callersFunctionensureDefaultImagesExist
(c *mongo.MongoConnector)
server/main.go:115
↓ 1 callersFunctionescapeDotsInMap
(m map[string]string)
commons/mongo/project.go:165
↓ 1 callersFunctionexclusionsMatrices
(xs []map[string]interface{})
parser/main.go:252
↓ 1 callersFunctionextractBzkString
(raw interface{})
commons/bzk_string.go:73
↓ 1 callersFunctionextractEnv
extractEnv extracts back the env variables from the permutation values
parser/main.go:291
↓ 1 callersFunctionfindOrCreateBzkString
(name, value string, env []lib.BzkString)
parser/main.go:302
↓ 1 callersFunctionflush
()
web/src/utils/utils.js:181
↓ 1 callersFunctionfmtAuthor
(author lib.Person)
cli/bzk/job.go:37
↓ 1 callersMethodfound
(s string)
commons/syslogparser/syslog.go:123
↓ 1 callersFunctiongenerateEnvForMeta
(env []lib.BzkString, cryptoKeyPath string)
parser/main.go:319
↓ 1 callersFunctiongenerateImageVariants
(conf *lib.Config)
parser/main.go:204
↓ 1 callersMethodgithubAuth
(req *http.Request)
server/github.go:47
↓ 1 callersMethodgithubAuthenticationHandler
(next http.Handler)
server/github.go:36
↓ 1 callersMethodhandleLogConn
(conn net.Conn)
server/log.go:31
↓ 1 callersFunctionhandlePermutation
(context *context, permutation map[string]string, config *lib.Config, meta map[string]interface{}, counter, ro
parser/main.go:172
↓ 1 callersFunctioninitContext
()
orchestration/context.go:62
↓ 1 callersFunctioninitContext
()
server/context.go:48
↓ 1 callersFunctioninteractiveInput
(name, defaultValue string)
cli/bzk/input.go:10
↓ 1 callersFunctionisIn
(needle *Matrix, haystack map[string]string)
commons/matrix/matrix.go:41
↓ 1 callersMethodloggerConfig
(image string)
parser/context.go:78
↓ 1 callersFunctionmapValues
(m map[string]lib.BzkString)
parser/main.go:311
↓ 1 callersMethodmkGithubAuthHandler
(f func(*request) (*response, error))
server/github.go:32
↓ 1 callersFunctionparseMeta
(file string, vf *variantData)
orchestration/parser.go:156
↓ 1 callersFunctionprepare
()
web/src/utils/utils.js:149
↓ 1 callersFunctionrandSeq
(n int)
server/project.go:55
↓ 1 callersMethodrawBody
()
server/server.go:75
↓ 1 callersFunctionrefresh
()
web/src/job/jobController.js:18
↓ 1 callersFunctionrefreshVariants
()
web/src/job/jobController.js:39
↓ 1 callersMethodresolveImage
()
orchestration/scmfectch.go:98
↓ 1 callersMethodresolveImage
()
orchestration/parser.go:148
↓ 1 callersFunctionresolveLanguageParser
(client *client.Client, language string)
parser/main.go:340
↓ 1 callersMethodrunContainer
(vd *variantData)
orchestration/runner.go:63
↓ 1 callersMethodrunJob
(startJob *lib.StartJob, runningJob *lib.Job, commitID string, project *lib.Project)
server/job.go:217
↓ 1 callersFunctionsaveConfig
(authConfig *Config)
cli/bzk/config.go:24
↓ 1 callersMethodselectOneByIdOrName
(collection, id string, result interface{})
commons/mongo/connector.go:116
↓ 1 callersFunctionsetupMeta
(variants)
web/src/job/variantsController.js:24
↓ 1 callersMethodstartLogServer
(iface string)
server/log.go:14
↓ 1 callersFunctionunescapeDots
(s string)
commons/mongo/project.go:173
↓ 1 callersMethodunmarshalJobParameters
()
parser/context.go:85
↓ 1 callersMethodvariantsData
()
orchestration/parser.go:98
MethodAddJobSCMMetadata
(id string, metadata *lib.SCMMetadata)
commons/mongo/project.go:301
MethodAddVariant
(variant *lib.Variant)
commons/mongo/project.go:210
FunctionAppendToFile
(path, text string, perm os.FileMode)
commons/file.go:22
FunctionConstructLog
(message string, template LogEntry)
commons/log.go:14
FunctionCopyFile
CopyFile copies a file from src to dst. If src and dst files exist, and are the same, then return success. Otherise, attempt to create a hard link bet
commons/file.go:51
MethodCreate
(name, scm, scmUri string)
client/project.go:68
MethodErr
()
commons/scanner.go:49
MethodError
()
commons/mongo/connector.go:40
FunctionFlattenEnvMap
(mapp map[string][]BzkString)
commons/bzk_string.go:15
MethodGet
(id string)
client/project_config.go:14
MethodGet
(projectID string)
client/project_key.go:16
FunctionGetEnvMap
(envArray []BzkString)
commons/bzk_string.go:23
MethodGetProjectCryptoKey
(projectID string)
commons/mongo/crypto.go:8
MethodLess
(i, j int)
commons/project.go:106
MethodList
()
client/image.go:15
MethodList
()
client/project.go:17
← previousnext →101–200 of 297, ranked by callers