[Buildbot-devel] "changes" not visible anymore on waterfall when using ?category=x

Andre Heider a.heider at gmail.com
Sat May 8 20:40:05 UTC 2010


On Fri, May 7, 2010 at 8:59 PM, Dustin J. Mitchell <dustin at zmanda.com> wrote:
> On Thu, May 6, 2010 at 3:20 PM, Andre Heider <a.heider at gmail.com> wrote:
>> after updating from 0.7.11p3 to 0.7.12 the "changes" column is still
>> visible on the waterfall page, but it doesn't have any entries
>> anymore.
>> We're using the "category" argument for the waterfall page to hide
>> some details. Without that argument everything is fine.
>
> Hmm, that was a while ago, and in the waterfall, so I don't know that
> there's anything to be done about it.

Maybe I was too vague: it used to work with .11p3 and the ?category argument.

I noticed that "Change" has a category, and SVNPoller uses it for all
changes it creates.
It's not documented on the Change class, but SVNPoller reads:

"A single category associated with the changes that could be used by
schedulers watch for branches of a certain name AND category."

I'm not sure I understand that line correctly, but can I use that to
solve this problem? (Test setup isn't up and I don't wanna try on the
live box).

Like:
SVNPoller(..., category="changes")
waterfall?category=x;category=changes

Thanks in advance,
Andre




More information about the devel mailing list