timlau / yumex-dnf-old

Next Generation of Yum Extender using DNF as backend
GNU General Public License v2.0
61 stars 17 forks source link

Adding a bodhi comments page to package update information #45

Open rapgro opened 9 years ago

rapgro commented 9 years ago

It would be nice to have an additional (optional) tab that shows available comments from updates-testing repo (in Fedora) just like the referenced bugs fixed. It should be sufficient to see them as read-only (no option to add new comments), we have other tools already to add new comments (fedora-easy-karam, Fedora Gooey Karma) that could be useful to learn the API. Not sure if I should report this RFE to downstream, but is it better to mention here cause development takes place in github?

timlau commented 9 years ago

The problem is there is no available updateinfo metadata there contains these comments

rapgro commented 9 years ago

You could look at the source of fedora-easy-karma (cli tool) or Fedora Gooey Karma (GUI), if some parts could be reused.

timlau commented 9 years ago

At the moment every information in yumex-dnf comes from dnf api. Bodhi is a webservice and has an API, have not checket out if it is stable and documented I am not sure that it is a good idea to make yumex-dnf depend on a web service, it will increase the complexity a lot. I will keep the RFE open, but it will not be implemented in short term. I have some ideas about making a plugin interface for yumex-dnf, to add special functionality, this would fit one thing there can be done as a plugin. But it only on the drawing tabel yet.

rapgro commented 9 years ago

That sounds okay to me, some webservice plugin would be reasonable.

genodeftest commented 8 years ago

fedora-easy-karma (python application, soon to be ported to python3) uses the python3-fedora package to communicate to bodhi. This could be a point to start.