Searched defs:changeInfo (Results 1 – 1 of 1) sorted by relevance
1096 type changeInfo struct { struct1097 pending bool // Is this change waiting a test for the latest patchset?1098 priority int // Calculated priority based on Gerrit labels.1099 latest git.Hash // Git hash of the latest patchset in the change.1100 parent git.Hash // Git hash of the changelist this change is based on.1101 lastUpdated time.Time // Time the change was last fetched.1102 number int // The number gerrit assigned to the change1103 commitMessage string1108 func queryChanges(client *gerrit.Client, changes map[int]*changeInfo) error {1145 func (c *changeInfo) update(client *gerrit.Client) error {