Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-versions-dev] task changeset mapping and versions api

That sounds great and is closely related to the summer of code project that Tim is working on. We should consider an extensible index where we can aggregate task related information available in the workspace, such as builds, reviews, commits etc. 

I'm not sure where this code would live but having API in versions for incremental retrieval of change sets and event notifications will enable that and seems like the right way to get started on this.

Thanks,

Steffen


On Wed, May 30, 2012 at 12:43 PM, Kilian Matt <kilian.matt@xxxxxxxxxxxxxxxxx> wrote:
Hi,

I'm currently working on the task changeset mapping.
Similar to the TaskListIndex I'm planning to use a Lucene for indexing
the task changeset data.

I want to index the revision, repository and commit message.
This enables me to search for commit messages for changesets which
include either the task id or task url.

I can build the index initially with the existing versions API. For
continuously updating the index however, versions does not yet
provides any api.
Here are the two bugs I've filed for the missing api in versions:

380844: [api] provide api to retrieve changesets after a revision/timestamp
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380844

380847: [api] provide api to register listeners for repo changes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380847

Any concerns, feedback or comments on that?

Kilian
_______________________________________________
mylyn-versions-dev mailing list
mylyn-versions-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/mylyn-versions-dev



--
Steffen Pingel
Senior Software Developer, Eclipse Mylyn
Mylyn Tasks Lead
http://tasktop.com


Back to the top