Skip to content

Convenient web-based frontend for Launchpad. Displays bug tables and charts for a Launchpad project.

License

Notifications You must be signed in to change notification settings

thiagodasilva/launchpad-reporting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launchpad-reporting

Convenient web-based front-end for Launchpad. Displays bug tables and charts for a Launchpad project (currently hard-coded to project Openstack Swift).

Getting Started

# git clone [email protected]:thiagodasilva/launchpad-reporting.git
# cd launchpad-reporting
# docker build --rm -t lp_report:dev .
# docker run -d -p 4444:4444 lp_report:dev

After that, open http://localhost:4444 in your browser.

How it works

  • Flask is used as a web frontend
  • d3 & nvd3 are used for the charts
  • Interation with Launchpad is done through launchpadlib
  • The code is optimized to retrieve data from launchpad using the minimum amount of queries. Still, it can take up to 5-10 seconds for a query to complete (for a milestone with hundreds of bugs)
  • The results retrieved from Launchpad are cached for 5 minutes. See decorator @ttl_cache

Limitations

  • Does not show private bugs, as it requires more complex authentication flow with Launchpad

Screenshots

Image of Dashboard

About

Convenient web-based frontend for Launchpad. Displays bug tables and charts for a Launchpad project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.8%
  • Python 3.4%
  • CSS 2.7%
  • HTML 2.1%