aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-11-07 12:15:12 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-11-16 15:31:46 +1300
commit43203c578ce856377751f9db7a0bf020ad8b0c5d (patch)
treee93cc76a084efa9a603b447c1a98cce5702e6325 /TODO
parentcc1d82f893468faa4ae8157af5a63a3189c5f869 (diff)
downloadopenembedded-core-contrib-43203c578ce856377751f9db7a0bf020ad8b0c5d.tar.gz
Record and display update logs
At the moment it's a bit difficult to get update logs out of the environment in which the update script is being run. In order to make the logs more accessible, create a LayerUpdate model to record the output of update_layer.py separately for each layerbranch and tie the created LayerUpdates together with a single Update model per session. We provide two ways to look at this - a Tools->Updates page for logged-in users, and there's also an "Updates" tab on each layer that is accessible to anyone; which one is useful depends on whether you are looking at the index as a whole or an individual layer. Update records older than 30 days are deleted automatically by default. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index b5e89743f2..167715dbce 100644
--- a/TODO
+++ b/TODO
@@ -35,10 +35,8 @@ Other
* Create simple script to check for unlisted layer subdirectories in all repos
* Auto-detect more values from github pages?
* Ability for submitters to get email notification about publication?
-* Update script still seems not to be always printing layer name on parsing warnings/errors
* Update script could send warnings when parsing layers to maintainers? (optional)
* Click on OE-Classic graph element to go to query?
* Use bar instead of pie graphs for OE-Classic statistics
* Ensure OE-Core appears before meta-oe in layer list
* Ability for reviewers to comment before publishing a layer?
-* Record update & parse errors against recipe/layer