show number of times a branch has been copied/checked out
Bug #185229 reported by
Martin Pool
This bug report is a duplicate of:
Bug #181331: Provide statistics on access to hosted branches.
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
New
|
Low
|
Tim Penhey |
Bug Description
Torsten asked for effectively a download count for branches, showing how much interest is in them.
This can be approximate/
Changed in launchpad-bazaar: | |
assignee: | nobody → thumper |
importance: | Undecided → Wishlist |
To post a comment you must log in.
For a first approximation, we can just count all the accesses that we can. Maybe start with just bzr+ssh accesses.
Then we can improve it by counting in more places (like HTTP accesses and SFTP accesses) and by being more particular (only counting 'branch' or 'checkout').
This may lead on to high quality branch access logs.