Searched defs:RepoTimestamp (Results 1 – 5 of 5) sorted by relevance
/development/tools/repo_diff/service/repodiff/utils/ |
D | time.go | 14 func TimestampToDate(timestamp ent.RepoTimestamp) string { 20 func TimestampToDataStudioDatetime(timestamp ent.RepoTimestamp) string {
|
/development/tools/repo_diff/service/repodiff/mappers/ |
D | mappers.go | 90 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/ |
D | contract.go | 10 …GetFirstSeenTimestamp(commitHashes []string, nullTimestamp ent.RepoTimestamp) (map[string]ent.Repo…
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | commit.go | 215 func mutateEmptyValues(existing map[string]e.RepoTimestamp, shouldExist []string, defaultValue e.Re…
|
/development/tools/repo_diff/service/repodiff/entities/ |
D | entities.go | 131 type RepoTimestamp int64 type
|