Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylyn/Bugzilla 5 Connector"

(2. Bugzilla REST reviews (the order is important because the have dependencies))
Line 41: Line 41:
 
https://git.eclipse.org/r/#/c/41318/ &nbsp; &nbsp;414360: add support for Task update<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(new review for version for 3.15)
 
https://git.eclipse.org/r/#/c/41318/ &nbsp; &nbsp;414360: add support for Task update<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(new review for version for 3.15)
  
Now we have all base functions in place and can add support for other TaskAttributes
+
<span style="color:red"><strong>Now we have all base functions in place and can add support for other TaskAttributes</strong></span>
  
 
https://git.eclipse.org/r/#/c/42373/ &nbsp; &nbsp;414360: add getAttachments for the  REST API
 
https://git.eclipse.org/r/#/c/42373/ &nbsp; &nbsp;414360: add getAttachments for the  REST API
Line 52: Line 52:
  
 
https://git.eclipse.org/r/#/c/43371/ &nbsp; &nbsp;414360: add support for keyword attribute to REST API
 
https://git.eclipse.org/r/#/c/43371/ &nbsp; &nbsp;414360: add support for keyword attribute to REST API
 +
 +
----
 +
<span style="color:red">
 +
What we need to add:
 +
<ul>
 +
<li>Flag support for attachments and bugs</li>
 +
<li>update for attachments</li>
 +
<li>"See Also" attribute</li>
 +
</ul></span>
 +
----
  
 
==== 5.  more additional review useful for the Bugzilla REST (the order is important because the have dependencies) ====
 
==== 5.  more additional review useful for the Bugzilla REST (the order is important because the have dependencies) ====
  
 
https://git.eclipse.org/r/#/c/17325/ &nbsp; &nbsp;419311: support "Reset QA Contact to default"<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(need a new patch set based on review 8196)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(need rebased for version for 3.15)
 
https://git.eclipse.org/r/#/c/17325/ &nbsp; &nbsp;419311: support "Reset QA Contact to default"<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(need a new patch set based on review 8196)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(need rebased for version for 3.15)

Revision as of 03:13, 14 March 2015

This page manages the creation of a Bugzilla 5 connector.

1. priority (blocks all other because fail of Hudson build)

https://git.eclipse.org/r/#/c/27759/    436398: fix failing testApplyTo in Bugzilla REST connector          (rebased version for 3.13)

2. Bugzilla REST reviews (the order is important because the have dependencies)

https://git.eclipse.org/r/#/c/21084/    426644: add dummy RepositoryConfiguration to the REST Client
         (rebased version for 3.14)

https://git.eclipse.org/r/#/c/21087/    426644: add getFields to RepositoryConfiguration
         (rebased version for 3.14)

https://git.eclipse.org/r/#/c/21105/    426644: add Products to RepositoryConfiguration
         (rebased version for 3.14)

https://git.eclipse.org/r/#/c/21110/    426644: add Parameters to RepositoryConfiguration
         (rebased version for 3.14)

https://git.eclipse.org/r/#/c/36889/    426644: add notifyChangeListeners to remove invalid cache entries
         (new)

https://git.eclipse.org/r/#/c/43374/    414360: add BugzillaRestHarness
         (new)

https://git.eclipse.org/r/#/c/22407/    414360: add TaskDataSchema for Task Creation (with UI Part)
         (rebased version for 3.15)

https://git.eclipse.org/r/#/c/22722/    414360: add create Tasks for the new REST API (Bugzilla 5.0)
         (rebased version for 3.15)

https://git.eclipse.org/r/#/c/22719/    414360: add getTask for the new REST API (Bugzilla 5.0)
         (rebased version for 3.15)

https://git.eclipse.org/r/#/c/42359/    414360: add get Comments for the new REST API (Bugzilla 5.0)
         (rebased version for 3.15)

3. additional review useful for the Bugzilla REST (the order is important because the have dependencies)

https://git.eclipse.org/r/#/c/21780/    427698: create schema for QueryPage
         (rebased version for 3.15)

https://git.eclipse.org/r/#/c/21782/    427698: create UI classes for the schema for AbstractRepositoryQueryPage
         (rebased version for 3.15)

https://git.eclipse.org/r/#/c/21783/    427698: example for schema for QueryPage
         (rebased version for 3.15)


4. more Bugzilla REST reviews (the order is important because the have dependencies)

https://git.eclipse.org/r/#/c/41318/    414360: add support for Task update
         (new review for version for 3.15)

Now we have all base functions in place and can add support for other TaskAttributes

https://git.eclipse.org/r/#/c/42373/    414360: add getAttachments for the REST API

https://git.eclipse.org/r/#/c/42490/    414360: add support for add attachments to REST API

https://git.eclipse.org/r/#/c/42970/    414360: add support for cc attribute to REST API

https://git.eclipse.org/r/#/c/42973/    414360: add support for attributes blocks / depends_on to REST API

https://git.eclipse.org/r/#/c/43371/    414360: add support for keyword attribute to REST API


What we need to add:

  • Flag support for attachments and bugs
  • update for attachments
  • "See Also" attribute

5. more additional review useful for the Bugzilla REST (the order is important because the have dependencies)

https://git.eclipse.org/r/#/c/17325/    419311: support "Reset QA Contact to default"
         (need a new patch set based on review 8196)
         (need rebased for version for 3.15)

Back to the top