Modify

Opened 8 years ago

Closed 7 years ago

#12620 closed enhancement (fixed)

Ticket-changeset relation table

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: TracTicketChangelogPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description

Create a ticket-changeset relation table. The table would be populated by implementing IRepositoryChangeListener. It looks like the original author had similar ideas: tracticketchangelogplugin/0.12/ticketlog/model.py@13954 is currently unused. This should make the plugin faster, and extraction of the referenced tickets from the changeset message can be made more precise since we won't have to use a LIKE clause in the query (see next item).

This was originally suggested in #11821.

Attachments (0)

Change History (2)

comment:1 Changed 8 years ago by Ryan J Ollos

I'm considering enhancements to Trac that would support this: trac:#12485.

Last edited 8 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 7 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

In 16468:

TracTicketChangelog 1.2.0dev: Add ticket-revision table

Use CommitTicketUpdater to parse changeset messages.

Fixes #12620, #12621.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.