Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] changes to AbstractQueryHit

Mik,

I checked with current code and it seems working ok. So, patch with the new web connector UI is attached to the following issue. It touches RepositoryTemplate and TaskRepository and it would be nice if you or Rob could review and apply it before it also gets out of sync.

[Web connector] Streamline web connector UI
https://bugs.eclipse.org/bugs/show_bug.cgi?id=158069

 Thanks

 Eugene

PS: there is also couple micro patches I've created. Those could also get out of sync...
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=163282
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=163286


Mik Kersten wrote:
While making the JIRA Connector support search and hits (bug linked below) I
fixed up the AbstractQueryHit class and all of the connectors' classes
extending it.  As expected, there was considerable duplication of code
because AbstractQueryHit was not encapsulating the policy of how hits
correspond to tasks.  That's done now, so all of the subclasses of
AbstractQueryHit are way shorter and only provide connector-specific
mappings (e.g. JiraQueryHit's need for keys in addition to IDs, the
WebQueryHit's special mapping of URLs).

support search integration for JIRA
https://bugs.eclipse.org/bugs/show_bug.cgi?id=162651

Steffen: please run through a few of the manual tests for the Trac connector
before tomorrow evening when we put out the 3.3M3 dev build, or let me know
if you can't

Eugene: please do the same for the generic web connector.
Rob: the changes ensure that all connectors use the same policy, so this had
an impact on both externalization and the Bugzilla connector.
All: note that testPredictedElementPopulatoinOfTypeHistory is failing, until
we re-implement the Open Type dialog changes for 3.3M3.  AllTests should
pass again by tomorrow.

Mik

--
Mik Kersten, http://kerstens.org/mik
Mylar Project Lead, http://eclipse.org/mylar


_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top