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

Add a /stats endpoint #4469

Merged
merged 3 commits into from
Aug 5, 2018
Merged

Add a /stats endpoint #4469

merged 3 commits into from
Aug 5, 2018

Commits on Aug 5, 2018

  1. Add a /stats endpoint

    - Add /stats route + view
    - Start with top 100 largest packages, multiple people and especailly bandersnatch users would love a way to know the X top packages that they could then blacklist
    - Have kept the HTML very basic and tried to make it parsable friendly
    
    Test:
    - Ran warehouse locally and went to http://localhost/stats
    - Ensured new unit test passes
    - Ensure we kept 100% unit test coverage
    cooperlees committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    598fa26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8695b7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a8af08 View commit details
    Browse the repository at this point in the history