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"

Line 14: Line 14:
  
 
https://git.eclipse.org/r/#/c/21110/4 &nbsp; &nbsp;426644: add Parameters to RepositoryConfiguration <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(rebased version for 3.14)
 
https://git.eclipse.org/r/#/c/21110/4 &nbsp; &nbsp;426644: add Parameters to RepositoryConfiguration <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(rebased version for 3.14)
 +
 +
https://git.eclipse.org/r/#/c/36889/ &nbsp; &nbsp;426644: add notifyChangeListeners to remove invalid cache entries <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(new)
  
 
https://git.eclipse.org/r/#/c/22407/3 &nbsp; &nbsp;414360: add TaskDataSchema for Task Creation (with UI Part) <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(rebased version for 3.14 need some more tests review not updated)
 
https://git.eclipse.org/r/#/c/22407/3 &nbsp; &nbsp;414360: add TaskDataSchema for Task Creation (with UI Part) <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(rebased version for 3.14 need some more tests review not updated)

Revision as of 15:51, 23 November 2014

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/20/    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/7    426644: add dummy RepositoryConfiguration to the REST Client
         (rebased version for 3.14)

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

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

https://git.eclipse.org/r/#/c/21110/4    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/22407/3    414360: add TaskDataSchema for Task Creation (with UI Part)
         (rebased version for 3.14 need some more tests review not updated)

https://git.eclipse.org/r/#/c/22719/1    414360: add getTask for the new REST API (Bugzilla 5.0)
         (rebased version for 3.14 need some more tests review not updated)

https://git.eclipse.org/r/#/c/22722/1    414360: add create Tasks for the new REST API (Bugzilla 5.0)
         (rebased version for 3.14 need some more tests review not updated)

only to copy some code into an new review

https://git.eclipse.org/r/#/c/19178/4 414360: create minimal UI (creation of TaskRepoitory, Query, EditorPage)

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

https://git.eclipse.org/r/#/c/21780/1/    427698: [Draft] create schema for QueryPage

https://git.eclipse.org/r/#/c/21782/1/    427698: [Draft] create UI classes for the schema for AbstractRepositoryQueryPage

https://git.eclipse.org/r/#/c/21783/1/    427698: [Draft] create example for schema for QueryPage


https://git.eclipse.org/r/#/c/8196/8/    294413: [editor][framework] people part should display all attributes of kind people

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

Back to the top