| Summary: | [activity] show the commit informations | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Timur Achmetow <achmetow84> | ||||||||
| Component: | Mylyn | Assignee: | Timur Achmetow <achmetow84> | ||||||||
| Status: | CLOSED MOVED | QA Contact: | |||||||||
| Severity: | enhancement | ||||||||||
| Priority: | P3 | CC: | kilian.matt, steffen.pingel | ||||||||
| Version: | unspecified | ||||||||||
| Target Milestone: | --- | ||||||||||
| Hardware: | PC | ||||||||||
| OS: | Windows 7 | ||||||||||
| Whiteboard: | |||||||||||
| Bug Depends on: | |||||||||||
| Bug Blocks: | 376233 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Timur Achmetow
Following informations could be shown in the tableviewer: - author - date - changed files - message Created attachment 215141 [details]
mylyn/context/zip
For the commit informations in the TableViewer I need the class "GenericTaskChangesetMapper.java", which gets me the whole needed data for the viewer. Currently is my whole code located in the plugin o.e.m.tasks.ui, but from there I can't access the code from GenericTaskChangesetMapper. It is possible to access the plugin "o.e.m.versions.tasks.mapper.generic" from o.e.m.tasks.ui ?? Or I have to move my code to the plugin: org.eclipse.mylyn.versions.tasks.mapper.generic ?? Created attachment 216794 [details]
mylyn/context/zip
We should discuss the best location for a generic task mapping and potential cache to retain that information. Since we want to leverage the information within Tasks it seems that we need to provide some framework in o.e.m.tasks for tracking task related information such as change sets. I wouldn't want to limit the cache to change sets but we could use that as a driver for the initial version of the API. In my opinion we have 3 different options: 1. stay the code in o.e.m.tasks.ui (problems with dependencies) 2. move to code to o.e.m.versions (limited to change sets) 3. create new bundles for the activity part (sounds good to me) Created attachment 216888 [details]
mylyn/context/zip
I have opened a new bug for the design discussion --> bug 382115 contributions are here: https://git.eclipse.org/r/#/c/6520/ more details here: http://wiki.eclipse.org/Mylyn/Activity_Tracing_For_Mylyn Mylyn has been restructured, and our issue tracking has moved to GitHub [1]. We are closing ~14K Bugzilla issues to give the new team a fresh start. If you feel that this issue is still relevant, please create a new one on GitHub. [1] https://github.com/orgs/eclipse-mylyn |