mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00

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>
43 lines
2.1 KiB
Plaintext
43 lines
2.1 KiB
Plaintext
TODO:
|
|
|
|
* Auto-detect dead layers and visually mark
|
|
* Formal deprecation process?
|
|
* Email people when status will change?
|
|
* Sync dependencies with layer.conf
|
|
* Show other branches when looking at layer - maybe change the focus to show all layers rather than layers at a selected branch?
|
|
* Allow users to make a comment sent to admins/maintainers?
|
|
* Marking for recipes with ptest enabled
|
|
* Make it easy to update people's email addresses
|
|
|
|
Bugs
|
|
* Duplication of first maintainer when editing to add a second?
|
|
|
|
Other
|
|
* Full-text search on layer contents
|
|
* Handle layers that have branch (e.g. master) that is empty
|
|
* Add log in again link to logout page.
|
|
* Collect interesting news (layer add/delete, recipe add/delete/upgrade) and provide RSS feed
|
|
* "Split layer" tool for when a layer is split out of another? (Saves time adding records everywhere)
|
|
* Search for bbclasses?
|
|
* Search for recipes inheriting specific classes
|
|
* All-branch search/results so you can see version availability of recipes in all branches at once?
|
|
* Show OE-Classic search results in OE-Core search? (with appropriate disclaimers)
|
|
* Display no-results found message when search does not return any results in layer search
|
|
* Way to notify in search results when user searches for something that has been renamed / replaced / deprecated?
|
|
* Show an alert on recipe page when recipe is outside of layer's BBFILES
|
|
* Document macros for URL fields
|
|
* Show layer type in layer detail?
|
|
* Usage links in list page?
|
|
* Subdirs in list page?
|
|
* Prevent SMTP failures from breaking submission process
|
|
* Query backend service i.e. special URL to query information for external apps/scripts
|
|
* Add comparison to duplicates page
|
|
* 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 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?
|