From fd0079d5c92beeb00cb1654dc8b7674a9aadbe88 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 19 Apr 2018 00:55:27 +1200 Subject: TODO: add RRS items Add some stuff still left to be done after the merging. Signed-off-by: Paul Eggleton --- TODO | 20 ++++++++++++++++++++ TODO.rrs | 4 ---- 2 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 TODO.rrs diff --git a/TODO b/TODO index 3ba401141b..96d4feb8cb 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,7 @@ TODO: Bugs * Duplication of first maintainer when editing to add a second? +* GitPython sometimes reports renamed files as type M but we don't handle that properly e.g. OE-Core 59285b324f6d9ed270b0bef209ef5da22a620a83 086308aa2a5e332de6f00ed397c4a55d132f158f Other * Full-text search on layer contents @@ -35,3 +36,22 @@ Other * Click on OE-Classic graph element to go to query? * Use bar instead of pie graphs for OE-Classic statistics * Ability for reviewers to comment before publishing a layer? +* Show a note at the top of the layer edit form if there's a validation error + + +RRS: +* Ability for maintainers to create their own maintenance plans +* Use gitpython instead of shelling out to git to get commits? +* "Last updated" date doesn't show without upstream status data ? +* Try to replace raw SQL? +* Why are we scanning through recipe files? For some scripts, surely just gather Recipe records for the layer? +* Collecting/storing data for every maintainer for every change to the maintainers.inc file is wasteful +* Clean up rrs/tools/common.py +* Handle MAINTAINERS file? +* Need to handle eventual move of RECIPE_MAINTAINER to recipes? +* Change layer update structure so that RRS stuff can plug into it rather than having separate scripts +* We only list recipes that have upgrade info (an earlier design decision) - should we list all? +* Replace "All" with "(all)" and "No maintainer" with "(no maintainer)"? +* Link to upstream changelogs? (will require per-recipe variable) +* Link to other distro comparisons? +* Link to other distro package info pages? diff --git a/TODO.rrs b/TODO.rrs deleted file mode 100644 index 8f1acf944e..0000000000 --- a/TODO.rrs +++ /dev/null @@ -1,4 +0,0 @@ -TODO: - -Bugs: - - gcc-source recipe has his own recipes per version. This is triggered in gcc-source.inc -- cgit 1.2.3-korg