Ticket #46 (new enhancement)

Opened 1 year ago

Last modified 8 months ago

Link the changes to the version control display

Reported by: grisha Assigned to:
Priority: major Milestone: 0.8.0
Component: statusplugins-web Version: 0.7.5
Keywords: Cc: Pike, joduinn, bhearsum@mozilla.com

Description

It may be useful to have the changes that are displayed in the waterfall not just list the files, but actually link, if possible, to the appropriate version control page. For instance, Trac would have a changeset page for a change that is very informative.

Attachments

change.patch (1.6 kB) - added by soundgeek on 06/25/07 14:27:53.
Patch to add "link" init argument.

Change History

06/25/07 10:55:52 changed by Pike

  • cc set to Pike.

Yes. This might depend on the source-specific Change classes ticket, those could forward that information back, from in our case, bonsai.

(in reply to: ↑ description ; follow-up: ↓ 3 ) 06/25/07 14:27:21 changed by soundgeek

Replying to grisha: I added this functionality to buildbot/changes/changes.py by adding a "link" initialization parameter. My custom change source creates Change objects with this link and the link goes from the Build html directly to my "timeline" viewing system. I attached the patch (applied against the 0.7.5 release).

06/25/07 14:27:53 changed by soundgeek

  • attachment change.patch added.

Patch to add "link" init argument.

(in reply to: ↑ 2 ) 06/25/07 14:29:18 changed by soundgeek

Oops, make that a "changelink" argument.

07/30/07 19:28:39 changed by warner

  • owner deleted.
  • component changed from statusplugins to statusplugins-web.

09/29/07 01:58:49 changed by warner

  • milestone set to 0.7.7.

09/29/07 01:59:17 changed by joduinn

  • cc changed from Pike to Pike, joduinn.

12/28/07 00:56:48 changed by warner

  • milestone changed from 0.7.7 to 0.7.8.

I haven't made enough progress on this yet, bumping to 0.7.8.

03/19/08 10:09:51 changed by bhearsum

  • cc changed from Pike, joduinn to Pike, joduinn, bhearsum@mozilla.com.