aboutsummaryrefslogtreecommitdiffstats
path: root/rrs/models.py
AgeCommit message (Expand)Author
2018-05-04rrs: fix unique constraint on RecipeMaintainerHistory sha1 fieldPaul Eggleton
2018-05-04rrs: add flag to MaintenancePlan to specify layer-wide maintainersPaul Eggleton
2018-05-04rrs: link maintenance/upstream history to layerbranchPaul Eggleton
2018-05-04rrs: improve admin for Release/Milestone objectsPaul Eggleton
2018-05-04rrs: releases should be unique by plan and name, not just namePaul Eggleton
2018-05-04Implement layer web repo commit URLPaul Eggleton
2018-05-04rrs: handle linking maintainershipPaul Eggleton
2018-05-04rrs_maintainer_history: add --fullreload optionPaul Eggleton
2018-05-04rrs_upgrade_history: use date/commit of last recipe upgrade importPaul Eggleton
2018-05-04rrs_upgrade_history.py: enable to work across python2/3 versionsPaul Eggleton
2018-05-04rrs: add maintenance plan selectionPaul Eggleton
2018-05-04rrs/models: handle All missing in milestonesPaul Eggleton
2018-05-04rrs: handle maintenance plans in viewsPaul Eggleton
2018-05-04rrs/models: add fields for more flexible email handlingPaul Eggleton
2018-05-04rrs: fix model string representations for Python 3Paul Eggleton
2018-05-04rrs: add Release link to MaintenancePlanPaul Eggleton
2018-05-04rrs: add maintenance plansPaul Eggleton
2018-05-04rrs/models: move Raw class to views.pyPaul Eggleton
2018-05-04rrs/views: Fix mismatch in summary and recipe listMariano Lopez
2018-05-04rrs: Fix last updated.Aníbal Limón
2018-05-04models.py: Code cleanupMariano Lopez
2018-05-04models.py: Added Raw SQL for percentage updatedMariano Lopez
2018-05-04views.py: Fix current up to date percentageMariano Lopez
2018-05-04views.py: Fix version in current milestoneMariano Lopez
2018-05-04views.py: Add how long a recipe hasn't been updatedMariano Lopez
2018-05-04rrs/models.py: Added raw SQL callsMariano Lopez
2018-05-04rrs/models.py: RecipeUpgrade fix selection by milestone.Aníbal Limón
2018-05-04rrs: Add missing date indexes in RecipeUpstreamHistoryAníbal Limón
2018-05-04rrs: Add database indexes in models.pyAníbal Limón
2018-05-04rrs: RecipeDetail show milestone instead of all in upgrades tableAníbal Limón
2018-05-04rrs: Release/Milestone improvmentsAníbal Limón
2018-05-04rrs: Maintainers statistics fixed sorting of weeksAníbal Limón
2018-05-04rrs/models.py: RecipeMaintainerHistory if not found return the first recordAníbal Limón
2018-05-04rrs: Maintainers add support for display Milestone intervalsAníbal Limón
2018-05-04rrs: Add support for ReleaseAníbal Limón
2018-05-04rrs: Add support to display version by Milestone based on RecipeUpgrade'sAníbal Limón
2018-05-04rrs: Add support for display Can't be updated recipe upstream status.Aníbal Limón
2018-05-04rrs: Now display recipes when not found upstream info.Aníbal Limón
2018-05-04rrs: Maintainers add support for display statistics of recipe upgrades by wee...Aníbal Limón
2018-05-04rrs/models.py: fix RecipeMaintainerHistory get_by_end_date.Aníbal Limón
2018-05-04rrs: Add support for Recipe maintainership historyAníbal Limón
2018-05-04rrs: Add support for Recipe detail pageAníbal Limón
2018-05-04rrs: Recipes add url validationAníbal Limón
2018-05-04rrs: Add initial support of recipes pageAníbal Limón
2018-05-04rrs: Add support for store RecipeUpstreamHistoryAníbal Limón
2018-05-04rrs: Add applicationAníbal Limón