aboutsummaryrefslogtreecommitdiffstats
path: root/rrs
AgeCommit message (Expand)Author
2024-01-22global: deprecated pkg_resources parse_versionTim Orling
2024-01-12rrs_upstream_history: fix get_upstream_infoTim Orling
2024-01-12rrs_upstream_history: fix get_recipe_pv_without_srcpvTim Orling
2024-01-12rrs_upstream_history: allow skip update_dataTim Orling
2024-01-12rrs_upgrade_history: remap new srcrev fetcher APITim Orling
2024-01-12rrs_maintainer_history: fix syntaxTim Orling
2024-01-12rrs_maintainer_history: new override syntaxTim Orling
2023-10-05Refactor usage of django.conf.urlsTim Orling
2022-12-16global: replace deprecated distutilsTim Orling
2022-01-13rrs: add 0030_alter_recipeupgrade_maintainer.py miagrationTim Orling
2022-01-13rrs/admin.py: drop curry importTim Orling
2021-10-20Report charset for text & CSV viewspaule/newfixes1Paul Eggleton
2021-10-20rrs: make changes to support Django 2.2Paul Eggleton
2021-04-21Add SPDX license headers to layerindex-web source filesMeh Mbeh Ida Delphine
2019-11-21RRS: do not ignore non-numeric characters in versionsPaul Eggleton
2019-11-21RRS: Handle two versions added on same day then later one deletedPaul Eggleton
2019-11-21RRS: enable grouping recipe upgrades by licensePaul Eggleton
2019-11-21RRS: Add tool to dump upgradesPaul Eggleton
2019-11-21RRS: detect changes in SRCREV as upgradesPaul Eggleton
2019-11-21RRS: ensure default URLs for release/milestone are the latestPaul Eggleton
2019-11-21RRS: exclude lib/ subdirectory of layers to avoid picking up templatesPaul Eggleton
2019-11-21RRS: handle when recipes get deleted and later re-addedPaul Eggleton
2019-11-21RRS: avoid historical parsing bug in bitbakePaul Eggleton
2019-11-21RRS: ensure upgrades recorded at exact same time are correctly orderedPaul Eggleton
2019-11-21RRS: fix some more bad OE-Core commitsPaul Eggleton
2019-11-21RRS: fixup handling of upgrades where recipe moved to incPaul Eggleton
2019-11-21rrs_upgrade_history: add stop commit optionPaul Eggleton
2019-11-21RRS: record previous versionPaul Eggleton
2019-11-21rrs_upgrade_history: implement file path filteringPaul Eggleton
2019-11-21RRS: detect PN changing without movePaul Eggleton
2019-11-21RRS: use RecipeUpgradeGroup to determine downgradesPaul Eggleton
2019-11-21RRS: support grouping upgrades by version for multi-version recipesPaul Eggleton
2019-11-21RRS: handle recipe moves without overwriting dataPaul Eggleton
2019-11-21rrs_upgrade_history: record start marker in log filePaul Eggleton
2019-11-21RRS: use more robust method of getting last upgrade recordPaul Eggleton
2019-11-21RRS: handle downgradesPaul Eggleton
2019-11-21RRS: skip problematic OE-Core commits (when a dependency)Paul Eggleton
2019-11-21RRS: use more robust RFC2822 date conversionPaul Eggleton
2019-11-21RRS: Add deleted recipe handlingPaul Eggleton
2019-11-21RRS: collect history independent of current recipesPaul Eggleton
2019-07-17Use shell=False where possible with utils.runcmd()Paul Eggleton
2019-07-17Update TableSorter to latest version of active forkPaul Eggleton
2019-05-28RRS: add missing migrationpaule/fixes13Paul Eggleton
2019-02-21RRS: fix showing all recipes for multi-layer maintenance plansPaul Eggleton
2019-02-21RRS: Fix raw SQL statements to use parametersPaul Eggleton
2019-02-14RRS: add tool to import/export upstream history dataPaul Eggleton
2019-02-14rrs_maintainer_history: check out layer branch before looking for maintainers...Paul Eggleton
2019-02-14Replace use of assert with exceptionsPaul Eggleton
2019-02-14Use try...finally or with to ensure files get closedPaul Eggleton
2019-02-14Fix errors due to races deleting bitbake temp filesPaul Eggleton