Edgewall Software
Modify

Opened 20 years ago

Closed 19 years ago

#505 closed defect (wontfix)

External Event SQL table for non-SVN and non-Trac Timeline events

Reported by: jamesm@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: timeline Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Our build system maintains an XML log file that describes attributes (description, date, time, filename, author, etc) of our binary builds/releases (pre-releases and official releases).
It would be very handy to integrate that information into the Timeline to get a clearer picture of what/how/when any binaries were built in relation to changesets and tickets.
I imagine it could be implemented as a new SQL table that is queried by the Timeline module.
Logging a new event to this SQL table could be done via XMLRPC or some other RPC.

Attachments (0)

Change History (3)

comment:1 by jamesm@…, 20 years ago

SQLite has several bindings available including Java JDBC drivers. I use ANT to build my projects. It would be pretty cool to use one of the JDBC drivers with ANT to insert new records into an external events table that was queried when the timeline is refreshed.

comment:2 by daniel, 20 years ago

This is a very site-specific issue, although it highlights the usefulness of (at least a minimal) XMLRPC API for Trac.

comment:3 by Christopher Lenz, 19 years ago

Resolution: wontfix
Status: newclosed

Not going to happen, at least not that way. TracPluggableModules would allow you to inject arbritrary events into the timeline.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.