layerindex-web/layerindex/tools
Paul Eggleton d063aab917 Show progress when running comparison update tasks
Provide a mechanism for distro comparison update tasks to display
progress. In practice this means the update command needs to write the
progress percentage to a file and then the log view (which is polled by
the frontend) reads this file. Originally I was going to use a FIFO for
this but that turned out to be a but unreliable; I also tried to use
Celery's state mechanism to pass it back but I simply could not get it
to work. The file-based mechanism is good enough though.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-09-20 16:04:49 +12:00
..
fedora-fetch.py Add script to fetch Fedora package sources 2018-08-13 16:04:16 +02:00
fixup_duplicates.py update: fix handling of moves outside of a layer 2018-07-19 15:12:45 +02:00
github-fetch.py Add script to fetch all repos under a github organisation 2018-08-13 16:04:16 +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 import_layer.py: add -t option for layer_type 2018-09-20 15:53:07 +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 Show progress when running comparison update tasks 2018-09-20 16:04:49 +12: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