Ticket #55 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Suppress connect/disconnect messages for buildslaves in Waterfall

Reported by: volsung Owned by:
Priority: minor Milestone: 0.7.6
Version: 0.7.5 Keywords: waterfall
Cc:

Description

One of our buildslaves for an internal project happens to be a laptop which is often, but not always connected to the Internet. I know this is an unusual configuration, but our project is has a low revision rate, and the laptop is the only machine we have with this architecture (osx intel). It would be nice to suppress connect and disconnect messages in the waterfall display, which clutter up the timeline due to the intermittent connectivity of the laptop.

Would it be possible to add an option to hide these messages globally in the waterfall display? Additionally, a way to hide them just for specific buildslaves would also be useful.

Change History

comment:1 Changed 5 years ago by volsung

  • Type changed from defect to enhancement

Oops, not a defect

comment:2 Changed 5 years ago by warner

yeah, that's a good idea. How would a query argument sound? So appending ?slave_events=False to the waterfall URL would turn those messages off?

comment:3 Changed 5 years ago by warner

  • Owner warner deleted
  • component changed from statusplugins to statusplugins-web

comment:4 Changed 5 years ago by warner

  • Milestone set to 0.7.6

comment:5 Changed 5 years ago by warner

  • Status changed from new to closed
  • Resolution set to fixed

I've added this, using a query argument of 'show_events=true' or 'show_events=false'. It controls the display of slave attach/detach events, and buildmaster reconfig events. The default is to show all events.

thanks!

-Brian

Note: See TracTickets for help on using tickets.