aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex
AgeCommit message (Expand)Author
2021-10-20Report charset for text & CSV viewspaule/newfixes1Paul Eggleton
2021-10-20utils: ensure we show error messages on server startupPaul Eggleton
2021-10-20update: fix setup of BBLAYERSPaul Eggleton
2021-04-21Add SPDX license headers to layerindex-web source filesMeh Mbeh Ida Delphine
2020-06-30Replacing is_authenticated() with is_authenticated for Django upgrade.Amber Elliot
2020-06-30Updating models and imports for Django 2.2 upgrade.Amber Elliot
2020-01-06Fix parsing after AVAILABLE_LICENSES changePaul 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-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-21Add recipe dependencies toolPaul Eggleton
2019-11-21recipeparse: handle recipes at root of repositoryPaul Eggleton
2019-10-21Add branch comparison functionPaul Eggleton
2019-10-21Track SRCREV for each recipePaul Eggleton
2019-10-14editlayer: Be more specific on the searchesMark Hatle
2019-10-14update.py: Allow bitbake to live in a subdirectory of a repositoryMark Hatle
2019-10-14layerindex/urls.py: Allow branches with a '.' in the nameMark Hatle
2019-10-02Track PE and PR for recipesPranay Mankad
2019-10-02update_classic_status: ensure fields are correctly orderedPaul Eggleton
2019-10-02import_layers: tweak debug logging to be a bit more usefulPaul Eggleton
2019-10-02import_layers: use vcs_last_rev to check if record is updatedPaul Eggleton
2019-10-02update_classic_status: add cover status import/exportPaul Eggleton
2019-10-02update_classic_status: switch to argparsePaul Eggleton
2019-10-02update_classic_status: tweak single-object queriesPaul Eggleton
2019-09-18API: fix recipes view to really point to recipes ViewSetPaul Eggleton
2019-09-17import_layers: fix updating build dependenciesPaul Eggleton
2019-09-16import_layers: fix output when importing layers from scratchpaule/restapi-fixesPaul Eggleton
2019-09-16import_layers: use recipesExtended viewsetPaul Eggleton
2019-09-16API: fix recipes API performance regressionPaul Eggleton
2019-08-06import_layers: show basic progressPaul Eggleton
2019-08-06import_layers: add reload optionPaul Eggleton
2019-08-06import_layers: delete non-matching LayerBranch objectsPaul Eggleton
2019-08-06import_layers: allow filtering layersPaul Eggleton
2019-08-06import_layers: allow filtering branchesPaul Eggleton
2019-08-06import_layers: switch to argparsePaul Eggleton
2019-08-06Add simple script for testing web APIPaul Eggleton
2019-08-06admin: add layerbranch to BBAppend string representationPaul Eggleton
2019-08-06import_layers: import other missing itemsPaul Eggleton
2019-08-06import_layers: import recipesPaul Eggleton
2019-08-05import_layers: enable incremental LayerItem/LayerBranch importPaul Eggleton
2019-08-05import_layers: avoid importing duplicate objectsPaul Eggleton
2019-08-05API: add BBAppend and IncFile objects to REST APIPaul Eggleton
2019-08-05API: add sources, patches, dependencies to recipesPaul Eggleton