[Buildbot-commits] [Buildbot] #2487: Hardcoded Number of Changes on Console Page

Buildbot trac trac at buildbot.net
Sun Apr 14 22:06:39 UTC 2013


#2487: Hardcoded Number of Changes on Console Page
------------------------+-----------------------
Reporter:  jpihl        |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  minor        |  Milestone:  undecided
 Version:  master       |   Keywords:  console
------------------------+-----------------------
 The number of changes retrieved on the console page is hardcoded to 25
 (line 170 in console.py). This is especially a problem when having many
 different projects and the console page is specified to only to show the
 changes of a single project. In this case only few or possibly no changes
 will be shown, as the 25 newest changes may have been related to other
 projects.

 A fix could be to get the number as a get value.

 It would also be nice if master.db.changes.getRecentChanges could pick the
 newest changes from a specified project, instead of all global changes.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2487>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list