Searched defs:changeInfo (Results 1 – 1 of 1) sorted by relevance
909 type changeInfo struct { struct910 id string // Gerrit change ID.911 pending bool // Is this change waiting a test for the latest patchset?912 priority int // Calculated priority based on Gerrit labels.913 latest git.Hash // Git hash of the latest patchset in the change.914 parent git.Hash // Git hash of the changelist this change is based on.915 lastUpdated time.Time // Time the change was last fetched.916 commitMessage string921 func queryChanges(client *gerrit.Client, changes map[string]*changeInfo) error {958 func (c *changeInfo) update(client *gerrit.Client) error {