[Buildbot-commits] [buildbot/buildbot] c43776: console: remove limit of 25 changesets requested f...

GitHub noreply at github.com
Sun May 19 18:07:27 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: c437767ae2cd66e7119668128f9e1cd1681cf026
      https://github.com/buildbot/buildbot/commit/c437767ae2cd66e7119668128f9e1cd1681cf026
  Author: Dylan Rajaratnam <thedylman at gmail.com>
  Date:   2013-05-18 (Sat, 18 May 2013)

  Changed paths:
    M master/buildbot/status/web/console.py

  Log Message:
  -----------
  console: remove limit of 25 changesets requested from db.


  Commit: 680854fd6e93294cf7173db025a97764f4b533bc
      https://github.com/buildbot/buildbot/commit/680854fd6e93294cf7173db025a97764f4b533bc
  Author: Dylan Rajaratnam <thedylman at gmail.com>
  Date:   2013-05-18 (Sat, 18 May 2013)

  Changed paths:
    M master/buildbot/status/web/console.py

  Log Message:
  -----------
  console: remove doubling of builds requested if devName set.

When the revs parameter is large doubling the number of builds would
significantly increase loading time. Setting the devName does not increase
or decrease the number of changesets loaded from db, so there is not
much help in only increasing the number of builds loaded.


  Commit: 3189f3c25f5214c9c319a5c2a3e300229f524ed6
      https://github.com/buildbot/buildbot/commit/3189f3c25f5214c9c319a5c2a3e300229f524ed6
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-05-19 (Sun, 19 May 2013)

  Changed paths:
    M master/buildbot/status/web/console.py

  Log Message:
  -----------
  Merge branch 'console_rev_count' of git://github.com/thedylman/buildbot


Compare: https://github.com/buildbot/buildbot/compare/d2c1a165271a...3189f3c25f52


More information about the Commits mailing list