To provide statistics about RecipeUpstream information based on
Milestones we need to store RecipeUpstreamHistory that contains when the
update script was executed.
rrs/admin.py: Add admin page for RecipeUpstreamHistory.
rrs/models.py: Add model for RecipeUpstreamHistory with helper functions
for get last and last by date range also add migration.
scripts/rrs_update/recipe_upstream.py: Add support in update.py for store
RecipeUpstreamHistory relation in RecipeUpstream.
scripts/tools/rrs_upstream_email.py: Update email script for take into
account RecipeUpstreamHistory get the last one for generate report.
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
rrs_create_milestone.py: Helps in Milestone creation.
rrs_upgrade_history.py: Recreates upgrade history from recipes, this
should be run at initial installation.
rrs_upstream_email.py: Send Upstream report to mailing list, this
report contains information about recipes that need upgrade.
requirements.txt: Add tabulate module that is needed by
rrs_upstream_email.py.
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>