aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-10-20Report charset for text & CSV viewspaule/newfixes1Paul Eggleton
2021-10-20about: add Amber & Tim to contributors listPaul Eggleton
2021-10-20rrs: make changes to support Django 2.2Paul Eggleton
2021-10-20utils: ensure we show error messages on server startupPaul Eggleton
2021-10-20update: fix setup of BBLAYERSPaul Eggleton
2021-10-20README.devel: update versionsPaul Eggleton
2021-10-20requirements.txt: set proper version restriction for DjangoPaul Eggleton
2021-04-21Add SPDX license headers to layerindex-web source filesMeh Mbeh Ida Delphine
2020-06-30docker/settings.py: MIDDLEWARETim Orling
2020-06-30Dockerfile: debian 10 "buster" and drop python2Tim Orling
2020-06-30requirements.txt: Updating Django requirement to the 2.2 LTS release.Amber Elliot
2020-06-30Replacing is_authenticated() with is_authenticated for Django upgrade.Amber Elliot
2020-06-30settings.py: Replacing MIDDLEWARE_CLASSES with MIDDLEWARE for Django 2.2 upgr...Amber Elliot
2020-06-30Updating models and imports for Django 2.2 upgrade.Amber Elliot
2020-06-30README: Correcting mailing list.Amber Elliot
2020-02-05Fix backup instructions when large logs are recordedPaul Eggleton
2020-01-06Fix parsing after AVAILABLE_LICENSES changePaul Eggleton
2019-12-20requirements.txt: bump Django version to fix CVE-2019-19844Paul Eggleton
2019-12-09tasks: squash out CRs in task logs to avoid huge transferspaule/fixes15Paul Eggleton
2019-12-09update: ensure removed recipe dependencies are removed from dbPaul Eggleton
2019-12-09Upgrade Chart.js to 2.9.3Paul Eggleton
2019-12-09Upgrade jquery to 3.4.1Paul Eggleton
2019-12-09Upgrade Bootstrap to 3.4.1Paul Eggleton
2019-11-26README.devel: mention python SMTP serverPaul Eggleton
2019-11-21recipes: add help button to explain search termspaule/fixes14Paul Eggleton
2019-11-21recipes: allow searching for layer:oe-corePaul Eggleton
2019-11-21recipes: support pn: query prefixPaul Eggleton
2019-11-21recipes: improved support for queries containing quotesPaul Eggleton
2019-11-21update: fix exception with -x/--nofetch optionPaul Eggleton
2019-11-21Drop LICENSE.diff2htmlPaul Eggleton
2019-11-21TODO: add some more taskspaule/recipesymbolPaul Eggleton
2019-11-21RRS: do not ignore non-numeric characters in versionsPaul Eggleton
2019-11-21Add recipe dependencies toolPaul 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-21recipeparse: handle recipes at root of repositoryPaul 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