layerindex-web/layerindex/tools
Paul Eggleton 9970028055 Add ability to trigger comparison updates manually from UI
Comparison updates might involve some custom fetch process, so provide a
mechanism to register these via settings.py on a per-branch basis. If
an update command is defined for a branch and the logged-in user has the
new "update_comparison_branch" permission, an "Update" button will show
up on the recipes page for the comparison branch for authenticated
users that will trigger the command in the background (as a celery job)
and then show a page that displays the status. The status isn't shown in
real-time since that requires quite a lot of plumbing, but the page at
least auto-refreshes.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-08-13 16:04:14 +02:00
..
fixup_duplicates.py update: fix handling of moves outside of a layer 2018-07-19 15:12:45 +02:00
import_classic_wiki.py Add script to import from other distros 2018-08-13 16:02:53 +02:00
import_classic.py Rename LayerItem classic field to comparison 2018-08-13 16:02:59 +02:00
import_layer.py Implement layer web repo commit URL 2018-05-04 23:57:53 +12:00
import_layers.py Add a script to import layers from an existing layer index 2018-08-06 14:38:40 +02:00
import_otherdistro.py Add ability to trigger comparison updates manually from UI 2018-08-13 16:04:14 +02:00
import_project.py layerindex/tools/import_project.py: Code cleanup 2016-11-21 15:27:42 -06:00
import_wiki_layers.py Implement layer web repo commit URL 2018-05-04 23:57:53 +12:00
update_classic_status.py Add ability to trigger comparison updates manually from UI 2018-08-13 16:04:14 +02:00