Home
last modified time | relevance | path

Searched defs:RepoTimestamp (Results 1 – 5 of 5) sorted by relevance

/development/tools/repo_diff/service/repodiff/utils/
Dtime.go14 func TimestampToDate(timestamp ent.RepoTimestamp) string {
20 func TimestampToDataStudioDatetime(timestamp ent.RepoTimestamp) string {
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go90 func commitRowToDenormalizedCols(commitRow e.AnalyzedCommitRow, firstSeen e.RepoTimestamp, rowIndex…
103 func diffRowToPersistCols(d e.AnalyzedDiffRow, uuidBytes string, timestamp e.RepoTimestamp, rowInde…
120 func commitRowToPersistCols(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, row…
133 func DiffRowsToPersistCols(diffRows []e.AnalyzedDiffRow, timestamp e.RepoTimestamp) [][]interface{}…
159 …sToDenormalizedCols(commitRows []e.AnalyzedCommitRow, commitToTimestamp map[string]e.RepoTimestamp
213 func CommitRowsToPersistCols(commitRows []e.AnalyzedCommitRow, timestamp e.RepoTimestamp) [][]inter…
/development/tools/repo_diff/service/repodiff/controllers/
Dcontract.go10 …GetFirstSeenTimestamp(commitHashes []string, nullTimestamp ent.RepoTimestamp) (map[string]ent.Repo…
/development/tools/repo_diff/service/repodiff/repositories/
Dcommit.go215 func mutateEmptyValues(existing map[string]e.RepoTimestamp, shouldExist []string, defaultValue e.Re…
/development/tools/repo_diff/service/repodiff/entities/
Dentities.go131 type RepoTimestamp int64 type