Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 12 of 12) sorted by relevance

/development/tools/repo_diff/service/repodiff/persistence/sql/
Dsql.go22 constants.GetConfigVar("GCP_DB_INSTANCE_CONNECTION_NAME"),
23 constants.GetConfigVar("GCP_DB_USER"),
24 constants.GetConfigVar("GCP_DB_PASSWORD"),
26 cfg.DBName = constants.GetConfigVar("GCP_DB_NAME")
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go30 diffStatus, err := constants.GetStatusEnum(csvColumns[3])
80 constants.StatusToDisplay[d.DiffStatus],
86 constants.ProjectTypeToDisplay[d.Type],
98 constants.ProjectTypeToDisplay[commitRow.Type],
180 if d.DiffStatus == constants.StatusModified {
310 techAreaIndex, ok := constants.AuthorHashToTechIndex[SHA256HexDigest(authorEMail)]
312 return constants.TechAreaDisplay[constants.Unknown]
314 return constants.TechAreaDisplay[techAreaIndex]
/development/tools/repo_diff/service/repodiff/
Drepodiff.go29 JobStatus: constants.JobStatusRunning,
39 JobStatus: constants.JobStatusComplete,
63 JobStatus: constants.JobStatusFailed,
/development/tools/repo_diff/service/repodiff/constants/
Dconfig.go1 package constants package
Dconstants_test.go1 package constants package
Dconstants.go1 package constants package
Dtechareas.go1 package constants package
/development/tools/repo_diff/service/repodiff/entities/
Dentities.go41 Type constants.ProjectType
54 Type constants.ProjectType
/development/tools/repo_diff/service/repodiff/repositories/
Dproject.go67 return 0, constants.NullUUID(), err
71 return 0, constants.NullUUID(), errors.Wrap(err, "Error casting string to UUID")
Dcommit.go87 return 0, constants.NullUUID(), err
91 return 0, constants.NullUUID(), errors.Wrap(err, "Error casting string to UUID")
/development/tools/repo_diff/service/repodiff/handlers/
Dhttp.go16 var globalJobStatus = constants.JobStatusNotStarted
/development/tools/winscope/
Dyarn.lock2285 constants-browserify@^1.0.0:
2287 …resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b9…
5250 constants-browserify "^1.0.0"