Home
last modified time | relevance | path

Searched refs:Commit (Results 1 – 13 of 13) sorted by relevance

/development/tools/repo_diff/service/repodiff/repositories/
Dcommit.go32 type Commit struct { struct
38 func (c Commit) WithTimestampGenerator(t func() e.RepoTimestamp) Commit { argument
39 return Commit{
46 func (c Commit) InsertCommitRows(commitRows []e.AnalyzedCommitRow) error { argument
71 func (c Commit) GetMostRecentOuterKey() (int64, uuid.UUID, error) { argument
96 func (c Commit) GetMostRecentCommits() ([]e.AnalyzedCommitRow, error) { argument
152 func (c Commit) GetFirstSeenTimestamp(commitHashes []string, nullTimestamp e.RepoTimestamp) (map[st… argument
200 func NewCommitRepository(target e.MappedDiffTarget) (Commit, error) {
202 return Commit{
Ddenormalizer_test.go78 Commit: "61d5e61b6b6dfbf52d0d433759da964db31cc106",
108 Commit: "540eecd728a407e4b31a38f4ea9416dea7d05c0c",
118 Commit: "ea999655a8af4b7d6a8033d1c864ca87617d0ede",
128 Commit: "4cc9725c953f57f8abe63b729e26125feac1be4e",
169 Commit: "540eecd728a407e4b31a38f4ea9416dea7d05c0c",
179 Commit: "ea999655a8af4b7d6a8033d1c864ca87617d0ede",
189 Commit: "4cc9725c953f57f8abe63b729e26125feac1be4e",
Dhelpers_test.go34 Commit: "61d5e61b6b6dfbf52d0d433759da964db31cc106",
/development/tools/repo_diff/service/repodiff/mappers/
Dcsv_test.go15 Commit: "4cc9725c953f57f8abe63b729e26125feac1be4e",
54 Commit: "4cc9725c953f57f8abe63b729e26125feac1be4e",
Dmappers.go55 Commit: csvColumns[1],
93 commitRow.Commit,
125 c.Commit,
164 commitToTimestamp[commitRow.Commit],
259 &c.Commit,
Dcsv.go24 a.Commit,
Dmappers_test.go39 Commit: "61d5e61b6b6dfbf52d0d433759da964db31cc106",
/development/tools/repo_diff/service/repodiff/controllers/testdata/
Dcommit.csv1 Date,Commit,Downstream Project,Author,Subject
/development/samples/browseable/CommitContentSampleIME/
D_index.jd9 (such as images) to text fields using the Commit Content API.
/development/samples/browseable/CommitContentSampleApp/
D_index.jd9 (such as images) sent from a keyboard using the Commit Content API.
/development/tools/repo_diff/service/repodiff/persistence/sql/
Dsql.go85 err = tx.Commit()
/development/tools/repo_diff/service/repodiff/entities/
Dentities.go46 Commit string member
/development/tools/repo_diff/service/repodiff/controllers/
Ddenormalize.go145 hashes[i] = row.Commit