Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + type ByNum []prowapi.Pull + func (prs ByNum) Len() int + func (prs ByNum) Less(i, j int) bool + func (prs ByNum) Swap(i, j int) + type History struct + func New(maxRecordsPerKey int, opener io.Opener, path string) (*History, error) + func (h *History) AllRecords() map[string][]*Record + func (h *History) Flush() + func (h *History) Record(poolKey, action, baseSHA, err string, targets []prowapi.Pull, ...) + func (h *History) ServeHTTP(w http.ResponseWriter, r *http.Request) + type Record struct + Action string + BaseSHA string + Err string + Target []prowapi.Pull + TenantIDs []string + Time time.Time