A delicious dashboard for YunoHost stuff
Find a file
2017-12-01 21:51:05 +01:00
appci Display relative date of test on branch page 2017-12-01 21:51:05 +01: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
unlistedapps Add unlisted apps dashboard 2017-09-02 03:00:10 +02:00
www More big reworking for the appci 2017-11-26 20:48:26 +01:00
.gitignore More big reworking for the appci 2017-11-26 20:48:26 +01:00
README.md WIP, rework appci dashboard 2017-11-19 09:41:32 +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
pip2.7 install python-dateutil
  • 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