Giter VIP home page Giter VIP logo

conan_inquiry's People

Contributors

02jandal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

conan_inquiry's Issues

Fetch all versions and make them visible in the web interface

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

Set up CI and deployment to GH pages

Attempts were made to use travis, it seems to run against Bintray rate limits all the time though (possibly because it shares those with others trying to deploy there, using the same IP?).

  • Investigate if the issue is with Travis (rate limit because of IP shared with others)
  • Depending on the answer to the above, either fix .travis.yml to work or investigate other services

conan_inquiry.py doesn't exist

The instructions in the readme are referring to a conan_inquiry.py file which doesn't exist.

I keep failing executing this project. Please update the readme with correct instructions.

Improve search

There are several issues with search currently:

  • If there is a perfect match in both name respectively description in two packages both will have the same score, and thus be ordered arbitrarily. This means that a package with "client" somewhere in the description could come before a package called "WebSocket client" for example.
  • Searching in tags does not highlight them
  • There should a way to explicitly search for keyword, authors, license, repo, etc.
    • Maybe similar to how Github does it (keyword:client license:MIT repo:conan-central)
  • Scoring could take additional factors into account, like available package versions, project stats on Github, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.