sylvain
4c66fbe98d
feat(v1.2.0): retry API, dernier commit, tri, coloration, export JSON
...
- client.py: _get_with_retry (max 2 retries, backoff lineaire), get_latest_commit
- collector.py: champ last_commit_date dans RepoData
- display.py: colonne "Dernier commit", _sort_repos (name/issues/release/activity),
_colorize_milestone_due (rouge/jaune/vert selon echeance)
- cli.py: options --sort/-s et --format/-f (table/json)
- exporter.py: nouveau module, repos_to_dicts + export_json
- 88 tests (35 nouveaux), ruff clean
fixes #8 , fixes #7 , fixes #10 , fixes #9 , fixes #6
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 03:58:45 +01:00
sylvain
8fbdfcafd4
feat(display): add Rich dashboard rendering ( fixes #3 )
...
Render repos in a Rich table with [F]ork/[A]rchive/[M]irror indicators,
color-coded issue counts, relative release dates, and a milestones section.
Handles empty repo lists gracefully.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 18:54:25 +01:00