summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/models.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: toaster: add wic.bmap support to toasterSujith H2017-02-151-1/+1
* bitbake: toaster: models Layer_Version get_detailspage_url optional project_idMichael Wood2016-12-121-1/+7
* bitbake: toaster: models Layer fix whitespaceMichael Wood2016-12-121-1/+1
* bitbake: toaster: orm models Handle CustomImageRecipe BRLayer hereMichael Wood2016-11-301-21/+37
* bitbake: toaster: orm models Project class Fix pyflake errorsMichael Wood2016-11-301-8/+12
* bitbake: toaster: buildinfohelper toaster-custom-images layerMichael Wood2016-11-301-1/+2
* bitbake: toaster: orm gen_layerdeps Protect against circular Layer dependenciesReyna, David2016-11-301-4/+9
* bitbake: toaster: use current directory if BUILDDIR is not setEd Bartosh2016-11-041-1/+1
* bitbake: toaster: orm models Handle run builds process not yet runningMichael Wood2016-11-041-2/+6
* 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: bldcontrol model BRLayer Add corresponding local_source_dirMichael Wood2016-08-111-1/+9
* bitbake: toaster: add local_source_dir field to modelSujith H2016-08-111-0/+1
* 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-111-1/+16
* bitbake: toaster: move most recent builds templating to clientElliot Smith2016-08-111-12/+32
* 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-261-24/+8
* bitbake: toaster: Replace references to LayerSource modelsMichael Wood2016-07-261-0/+8
* 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-191-3/+5
* 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-191-42/+70
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-191-2/+121
* 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: 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-061-1/+6
* bitbake: toaster: orm better detect requires during CustomImageRecipe generationJoshua Lock2016-04-031-3/+2
* bitbake: toaster: orm generate CustomImageRecipe contents try secondary pathMichael Wood2016-03-231-4/+7
* bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood2016-03-231-0/+4
* bitbake: toaster: models List only have the specified project's imported layersMichael Wood2016-03-091-2/+4