fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 48 forks source link

Optionally display mirrorlist statistics #146

Closed adrianreber closed 8 years ago

adrianreber commented 8 years ago

The commits in this PR are adding additional tabs to the web frontend to display mirrorlist statistics and the map of all public mirrors. The results of this PR can currently be seen in staging:

https://admin.stg.fedoraproject.org/mirrormanager/statistics

https://admin.stg.fedoraproject.org/mirrormanager/maps

The backend code generating the statistics and maps is from MirrorManager1 and only the code to display the results is new code.

pypingou commented 8 years ago

Ok :+1: for me then

adrianreber commented 8 years ago

Thanks for the review.