Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Getting changelog from the API returns empty values on some packages #103

Closed
axilleas opened this issue Aug 5, 2014 · 2 comments
Closed
Labels

Comments

@axilleas
Copy link

axilleas commented Aug 5, 2014

For some packages the changelog is on the web ui but is missing when an API call is made. I didn't report it in pkgwat.api since this is an API problem hence affects the output of pkgwat.api.

Example:

https://apps.fedoraproject.org/packages/rubygem-listen/changelog/ has entries, but

In [5]: pkg.changelog("rubygem-listen")
Out[5]: 
{u'rows': [],
 u'rows_per_page': 10,
 u'start_row': 0,
 u'total_rows': 0,
 u'visible_rows': 0}

The list below are packages I specifically queried:


---
- rubygem-listen
- rubygem-origin
- rubygem-cocaine
- rubygem-mongo
- rubygem-timers
- rubygem-dynect_rest
- rubygem-authlogic
- rubygem-ruby-debug19
- rubygem-rgen
- rubygem-openstack-compute
- rubygem-compass
- rubygem-cloudservers
- rubygem-audited-activerecord
- rubygem-archivist
- rubygem-openshift-origin-controller
- rubygem-rugged
- rubygem-icalendar
- rubygem-ruby-openid
- rubygem-newgem
- rubygem-simple_form
- rubygem-linecache19
- rubygem-ci_reporter
- rubygem-activerecord-nulldb-adapter
- rubygem-ruby-debug-base19
- rubygem-scoped_search
- rubygem-rerun
@ralphbean
Copy link
Contributor

Confirmed. I see rubygem-listen returning results now, but I got nothing back for rubygem-origin. Not sure of the cause yet. Will have to add some debugging to see.

@ralphbean ralphbean added the API label Oct 17, 2015
@ralphbean
Copy link
Contributor

OK, I think this should be all fixed with the latest release. Please re-open if you encounter further issues... and thanks so much for your patience. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants