Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bazooka-ci/bazooka
/ functions
Functions
297 in github.com/bazooka-ci/bazooka
⨍
Functions
297
◇
Types & classes
86
↓ 1 callers
Function
Encrypt
Encrypt encrypts some data with the key
commons/crypto.go:21
↓ 1 callers
Method
EncryptData
(projectID, toEncryptString string)
client/project.go:112
↓ 1 callers
Method
FinishJob
(id string, status lib.JobStatus, completed time.Time)
commons/mongo/project.go:291
↓ 1 callers
Method
FinishVariant
(id string, status lib.JobStatus, completed time.Time, artifacts []string)
commons/mongo/project.go:323
↓ 1 callers
Function
Flush
(object interface{}, outputFile string)
commons/yaml.go:20
↓ 1 callers
Method
GenerateDockerfile
()
parser/generator.go:29
↓ 1 callers
Method
Get
(name string)
client/image.go:33
↓ 1 callers
Method
Get
(variantID string)
client/variant.go:15
↓ 1 callers
Method
GetAllJobs
()
commons/mongo/project.go:363
↓ 1 callers
Method
GetCryptoKeys
(projectID string)
commons/mongo/crypto.go:43
↓ 1 callers
Method
GetImages
()
commons/mongo/image.go:33
↓ 1 callers
Method
GetJobs
(projectID string)
commons/mongo/project.go:350
↓ 1 callers
Method
GetProjectsWithStatus
()
commons/mongo/project.go:48
↓ 1 callers
Method
GetUserByEmail
(email string)
commons/mongo/user.go:12
↓ 1 callers
Method
GetVariants
(jobID string)
commons/mongo/project.go:369
↓ 1 callers
Method
HasCryptoKey
(projectID string)
commons/mongo/crypto.go:22
↓ 1 callers
Method
HasProject
(name string)
commons/mongo/project.go:14
↓ 1 callers
Method
HasUser
(email string)
commons/mongo/user.go:22
↓ 1 callers
Method
Iter
(it Iterator, exclusions []*Matrix, vars ...string)
commons/matrix/matrix.go:28
↓ 1 callers
Method
Jobs
(projectID string)
client/project.go:34
↓ 1 callers
Function
New
()
commons/parallel/parallel.go:22
↓ 1 callers
Function
Parse
(file string, object interface{})
commons/yaml.go:10
↓ 1 callers
Function
Parse
(line []byte)
commons/syslogparser/syslog.go:27
↓ 1 callers
Function
ReadCryptoKey
(filePath string)
commons/crypto.go:57
↓ 1 callers
Method
SetJobOrchestrationId
(id string, orchestrationId string)
commons/mongo/project.go:279
↓ 1 callers
Method
SetKey
(id, key, value string)
client/project_config.go:30
↓ 1 callers
Method
SetProjectConfigKey
(id, key, value string)
commons/mongo/project.go:125
↓ 1 callers
Method
SetProjectKey
(projectID string, key *lib.SSHKey)
commons/mongo/key.go:21
↓ 1 callers
Method
StartJob
(projectID, scmReference string, envParameters []string)
client/project.go:90
↓ 1 callers
Method
UnsetKey
(id, key string)
client/project_config.go:43
↓ 1 callers
Method
UnsetProjectConfigKey
(id, key string)
commons/mongo/project.go:141
↓ 1 callers
Method
UpdateCryptoKey
(id string, key *bazooka.CryptoKey)
commons/mongo/crypto.go:16
↓ 1 callers
Method
Variants
(jobID string)
client/job.go:49
↓ 1 callers
Function
accepted
(payload interface{}, location string)
server/server.go:114
↓ 1 callers
Method
authenticationHandler
(next http.Handler)
server/server.go:202
↓ 1 callers
Method
buildContainer
(client *docker.Docker, vd *variantData)
orchestration/builder.go:53
↓ 1 callers
Method
cleanup
()
server/context.go:69
↓ 1 callers
Function
clear
()
web/src/utils/utils.js:198
↓ 1 callers
Function
copyFileContents
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 callers
Function
copyMap
(m map[string]string)
commons/matrix/matrix.go:104
↓ 1 callers
Function
decodeAuth
(authStr string)
cli/bzk/config.go:73
↓ 1 callers
Function
decryptBzkString
(str string)
commons/bzk_string.go:97
↓ 1 callers
Function
encodeAuth
(authConfig *Config)
cli/bzk/config.go:65
↓ 1 callers
Function
encryptBzkString
(str string)
commons/bzk_string.go:114
↓ 1 callers
Function
ensureDefaultImagesExist
(c *mongo.MongoConnector)
server/main.go:115
↓ 1 callers
Function
escapeDotsInMap
(m map[string]string)
commons/mongo/project.go:165
↓ 1 callers
Function
exclusionsMatrices
(xs []map[string]interface{})
parser/main.go:252
↓ 1 callers
Function
extractBzkString
(raw interface{})
commons/bzk_string.go:73
↓ 1 callers
Function
extractEnv
extractEnv extracts back the env variables from the permutation values
parser/main.go:291
↓ 1 callers
Function
findOrCreateBzkString
(name, value string, env []lib.BzkString)
parser/main.go:302
↓ 1 callers
Function
flush
()
web/src/utils/utils.js:181
↓ 1 callers
Function
fmtAuthor
(author lib.Person)
cli/bzk/job.go:37
↓ 1 callers
Method
found
(s string)
commons/syslogparser/syslog.go:123
↓ 1 callers
Function
generateEnvForMeta
(env []lib.BzkString, cryptoKeyPath string)
parser/main.go:319
↓ 1 callers
Function
generateImageVariants
(conf *lib.Config)
parser/main.go:204
↓ 1 callers
Method
githubAuth
(req *http.Request)
server/github.go:47
↓ 1 callers
Method
githubAuthenticationHandler
(next http.Handler)
server/github.go:36
↓ 1 callers
Method
handleLogConn
(conn net.Conn)
server/log.go:31
↓ 1 callers
Function
handlePermutation
(context *context, permutation map[string]string, config *lib.Config, meta map[string]interface{}, counter, ro
parser/main.go:172
↓ 1 callers
Function
initContext
()
orchestration/context.go:62
↓ 1 callers
Function
initContext
()
server/context.go:48
↓ 1 callers
Function
interactiveInput
(name, defaultValue string)
cli/bzk/input.go:10
↓ 1 callers
Function
isIn
(needle *Matrix, haystack map[string]string)
commons/matrix/matrix.go:41
↓ 1 callers
Method
loggerConfig
(image string)
parser/context.go:78
↓ 1 callers
Function
mapValues
(m map[string]lib.BzkString)
parser/main.go:311
↓ 1 callers
Method
mkGithubAuthHandler
(f func(*request) (*response, error))
server/github.go:32
↓ 1 callers
Function
parseMeta
(file string, vf *variantData)
orchestration/parser.go:156
↓ 1 callers
Function
prepare
()
web/src/utils/utils.js:149
↓ 1 callers
Function
randSeq
(n int)
server/project.go:55
↓ 1 callers
Method
rawBody
()
server/server.go:75
↓ 1 callers
Function
refresh
()
web/src/job/jobController.js:18
↓ 1 callers
Function
refreshVariants
()
web/src/job/jobController.js:39
↓ 1 callers
Method
resolveImage
()
orchestration/scmfectch.go:98
↓ 1 callers
Method
resolveImage
()
orchestration/parser.go:148
↓ 1 callers
Function
resolveLanguageParser
(client *client.Client, language string)
parser/main.go:340
↓ 1 callers
Method
runContainer
(vd *variantData)
orchestration/runner.go:63
↓ 1 callers
Method
runJob
(startJob *lib.StartJob, runningJob *lib.Job, commitID string, project *lib.Project)
server/job.go:217
↓ 1 callers
Function
saveConfig
(authConfig *Config)
cli/bzk/config.go:24
↓ 1 callers
Method
selectOneByIdOrName
(collection, id string, result interface{})
commons/mongo/connector.go:116
↓ 1 callers
Function
setupMeta
(variants)
web/src/job/variantsController.js:24
↓ 1 callers
Method
startLogServer
(iface string)
server/log.go:14
↓ 1 callers
Function
unescapeDots
(s string)
commons/mongo/project.go:173
↓ 1 callers
Method
unmarshalJobParameters
()
parser/context.go:85
↓ 1 callers
Method
variantsData
()
orchestration/parser.go:98
Method
AddJobSCMMetadata
(id string, metadata *lib.SCMMetadata)
commons/mongo/project.go:301
Method
AddVariant
(variant *lib.Variant)
commons/mongo/project.go:210
Function
AppendToFile
(path, text string, perm os.FileMode)
commons/file.go:22
Function
ConstructLog
(message string, template LogEntry)
commons/log.go:14
Function
CopyFile
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
Method
Create
(name, scm, scmUri string)
client/project.go:68
Method
Err
()
commons/scanner.go:49
Method
Error
()
commons/mongo/connector.go:40
Function
FlattenEnvMap
(mapp map[string][]BzkString)
commons/bzk_string.go:15
Method
Get
(id string)
client/project_config.go:14
Method
Get
(projectID string)
client/project_key.go:16
Function
GetEnvMap
(envArray []BzkString)
commons/bzk_string.go:23
Method
GetProjectCryptoKey
(projectID string)
commons/mongo/crypto.go:8
Method
Less
(i, j int)
commons/project.go:106
Method
List
()
client/image.go:15
Method
List
()
client/project.go:17
← previous
next →
101–200 of 297, ranked by callers