Nailed is a great tool for gathering development data.

Unfortunately it hasn't seen any improvements in some time and some of the most needed data is not available (PR life, review numbers, open and closed PRs)

I want to either bring it up to speed or rebuilt it from scratch in a combination of python 3.5 + django + celery + rabbitmq in order to have a solid foundation to extract data from and have it available for our sprint analysis.

Points to have a decent solution:

  • Github Stuff:

    • Gathers all PR data
    • Allows to toggle on and off different organizations
    • Allows to toggle on and off different repos
    • All those tasks are distributed and run by celery
    • Tasks are scheduled to run on a X basis (hourly?)
    • Repos can be refreshed on demand
    • BONUS: Reviews are also gathered and their status stored (part of github beta api)
  • Jenkins Stuff:

    • TBD
  • Bugzilla Stuff:

    • TBD

Looking for hackers with the skills:

python3 rabbitmq django celery github

This project is part of:

Hack Week 15

Activity

  • over 6 years ago: itxaka liked this project.
  • over 6 years ago: itxaka left this project.
  • over 7 years ago: dmaiocchi disliked this project.
  • over 7 years ago: dmaiocchi liked this project.
  • over 7 years ago: itxaka added keyword "python3" to this project.
  • over 7 years ago: itxaka added keyword "rabbitmq" to this project.
  • over 7 years ago: itxaka added keyword "django" to this project.
  • over 7 years ago: itxaka added keyword "celery" to this project.
  • over 7 years ago: itxaka added keyword "github" to this project.
  • over 7 years ago: itxaka started this project.
  • over 7 years ago: itxaka originated this project.

  • Comments

    • dmaiocchi
      over 7 years ago by dmaiocchi | Reply

      @itxaka, if you want to fetch info from PR the ruby library octokit is much more documented and robust then the python one.

    Similar Projects

    This project is one of its kind!