Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch all versions and make them visible in the web interface #3

Closed
2 tasks done
02JanDal opened this issue Nov 14, 2017 · 1 comment
Closed
2 tasks done

Fetch all versions and make them visible in the web interface #3

02JanDal opened this issue Nov 14, 2017 · 1 comment

Comments

@02JanDal
Copy link
Owner

02JanDal commented Nov 14, 2017

Relevant file: conan_inquiry/transformers/bintray.py

Right now only the latest version is included in the generated data:

self.bt.get('/packages/' + recipie.repo.bintray + '/versions/_latest')
  • Use the data that is already fetched from the get package endpoint to include all versions, without using get version if possible to reduce API calls
  • Add a way to show and select versions in the web interface
@02JanDal
Copy link
Owner Author

Implemented as part of bb8ee8c

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

No branches or pull requests

1 participant