A delicious dashboard for YunoHost stuff
Find a file
Alexandre Aubin 29de1e7f91 Merge pull request #2 from YunoHost/improve-appci-dashboard
Improve AppCI dashboard (app anchor, title tooltip).
2017-09-01 20:23:41 +02:00
appci Change levels order 2017-09-01 20:21:17 +02:00
pullrequests Adjustment to interface and ranking 2017-05-02 16:25:04 +02:00
roadmap Updating roadmap 2017-08-26 14:59:28 +02:00
www Improve AppCI dashboard (app anchor, title tooltip). 2017-09-01 20:12:09 +02:00
.gitignore Adding appci stuff 2017-08-26 15:04:37 +02:00
README.md [doc] add missing dependancy 2017-03-11 00:23:36 +01:00
refresh.sh Refresh appci automatically 2017-08-29 00:11:22 +02:00

Tartiflette

A quick and dirty PR dashboard for yunohost's repos

Install

apt install -y python3-pip
pip3 install ansi2html jinja2
  • Make your web browser serve www/index.html

Usage

./fetch.py
./analyze.py
./publish.py
  • Edit repos.json if needed
  • Don't know the number of API calls someone is allowed to do, so limit the call to fetch.py :/
  • HTML template is pretty dirty so far and should be cleaned