summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: Update default release to Mortybrian avery2016-10-151-1/+1
* bitbake: toaster: Update poky fixture for Morty releasebrian avery2016-10-151-6/+6
* bitbake: toaster: Update oe-core fixture for Morty releasebrian avery2016-10-151-8/+8
* bitbake: toaster: notify runbuilds when build status changesEd Bartosh2016-09-211-0/+2
* bitbake: toaster: implement signal_runbuilds functionEd Bartosh2016-09-211-1/+7
* bitbake: toaster: orm Update IMAGE_FSTYPES valuesBelen Barros Pena2016-09-081-3/+4
* bitbake: toaster: Fix oe-core fixtureMichael Wood2016-09-023-17/+22
* bitbake: toaster: update web urls for openembedded-core's special caseDavid Reyna2016-08-171-0/+6
* bitbake: toaster: bldcontrol model BRLayer Add corresponding local_source_dirMichael Wood2016-08-111-1/+9
* bitbake: toaster: add local_source_dir field to modelSujith H2016-08-112-0/+20
* bitbake: toaster: fix unhandled exceptionEd Bartosh2016-08-111-2/+2
* bitbake: toaster: add started property to BuildElliot Smith2016-08-111-0/+15
* bitbake: toaster: show "Tasks starting..." until the first task completesElliot Smith2016-08-111-0/+13
* bitbake: toaster: show progress of recipe parsing in recent builds areaElliot Smith2016-08-113-1/+59
* bitbake: toaster: move most recent builds templating to clientElliot Smith2016-08-111-12/+32
* bitbake: toaster: fixtures Add READMEMichael Wood2016-08-111-0/+30
* bitbake: toaster: lsupdates Add spinner for parsing/http fetchMichael Wood2016-08-111-2/+33
* bitbake: toaster: Add poky and openembedded configuration fixturesMichael Wood2016-08-113-0/+198
* bitbake: lib/toaster: Fix missing new files from previous commitsRichard Purdie2016-08-013-0/+197
* bitbake: toaster: admin Add Layer_Version to the admin-able modelsMichael Wood2016-07-261-0/+11
* bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood2016-07-262-30/+25
* bitbake: toaster: lsupdates Add progress information and clean up loggingMichael Wood2016-07-261-23/+58
* bitbake: toaster: tests: Remove references to LayerSource modelMichael Wood2016-07-261-180/+0
* bitbake: toaster: Replace references to LayerSource modelsMichael Wood2016-07-261-0/+8
* bitbake: toaster: lsupdates Add layerindex fetcherMichael Wood2016-07-261-6/+245
* bitbake: toaster: models Remove LayerSource models and replace with enumMichael Wood2016-07-261-378/+103
* bitbake: toaster: the customise image button shouldn't rely on targetsElliot Smith2016-07-191-8/+3
* bitbake: toaster: add package manifest path to Target objectsElliot Smith2016-07-192-3/+24
* bitbake: toaster: only show "New custom image" button for builds with image t...Elliot Smith2016-07-191-0/+13
* bitbake: toaster: use has_images() methods to display images correctlyElliot Smith2016-07-191-2/+26
* bitbake: toaster: improve scan for SDK artifactsElliot Smith2016-07-193-65/+109
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-192-2/+144
* bitbake: toaster: improve image file suffix retrievalElliot Smith2016-07-191-37/+11
* bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh2016-06-151-1/+1
* bitbake: toaster: fix migrationsEd Bartosh2016-06-151-0/+89
* bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood2016-06-151-11/+50
* bitbake: toaster: use // operator instead of /Ed Bartosh2016-06-021-1/+1
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use items and range instead of old APIsEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh2016-06-021-1/+1
* bitbake: toaster: fix imports to work for python 3Ed Bartosh2016-06-021-4/+12
* bitbake: toaster: fix progress bar in MySQL environmentElliot Smith2016-05-131-0/+1
* bitbake: toaster: models Add missing import sysMichael Wood2016-05-111-0/+1
* bitbake: toaster: orm Add get_base_recipe_file to CustomImageRecipeMichael Wood2016-05-061-23/+37
* bitbake: toaster: add modal to select custom image for editingElliot Smith2016-04-191-19/+26
* bitbake: toaster: add build dashboard buttons to edit/create custom imagesElliot Smith2016-04-191-0/+41
* bitbake: toaster: prevent exception when Project.release is nullElliot Smith2016-04-191-5/+11
* bitbake: toaster: add rev dep column to image detail pagesDave Lerner2016-04-061-0/+7
* bitbake: toaster: models Exclude the CANCELLED builds from get_number_of_buildsMichael Wood2016-04-061-1/+4
* bitbake: toaster: models Add cancelled state to build outcomeSujith H2016-04-062-1/+25