aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/models.py
AgeCommit message (Expand)Author
2016-11-30bitbake: toaster: orm models Handle CustomImageRecipe BRLayer hereMichael Wood
2016-11-30bitbake: toaster: orm models Project class Fix pyflake errorsMichael Wood
2016-11-30bitbake: toaster: buildinfohelper toaster-custom-images layerMichael Wood
2016-11-30bitbake: toaster: orm gen_layerdeps Protect against circular Layer dependenciesReyna, David
2016-11-04bitbake: toaster: use current directory if BUILDDIR is not setEd Bartosh
2016-11-04bitbake: toaster: orm models Handle run builds process not yet runningMichael Wood
2016-09-21bitbake: toaster: notify runbuilds when build status changesEd Bartosh
2016-09-21bitbake: toaster: implement signal_runbuilds functionEd Bartosh
2016-09-08bitbake: toaster: orm Update IMAGE_FSTYPES valuesBelen Barros Pena
2016-08-11bitbake: toaster: bldcontrol model BRLayer Add corresponding local_source_dirMichael Wood
2016-08-11bitbake: toaster: add local_source_dir field to modelSujith H
2016-08-11bitbake: toaster: fix unhandled exceptionEd Bartosh
2016-08-11bitbake: toaster: add started property to BuildElliot Smith
2016-08-11bitbake: toaster: show "Tasks starting..." until the first task completesElliot Smith
2016-08-11bitbake: toaster: show progress of recipe parsing in recent builds areaElliot Smith
2016-08-11bitbake: toaster: move most recent builds templating to clientElliot Smith
2016-07-26bitbake: toaster: admin Add Layer_Version to the admin-able modelsMichael Wood
2016-07-26bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood
2016-07-26bitbake: toaster: Replace references to LayerSource modelsMichael Wood
2016-07-26bitbake: toaster: models Remove LayerSource models and replace with enumMichael Wood
2016-07-19bitbake: toaster: the customise image button shouldn't rely on targetsElliot Smith
2016-07-19bitbake: toaster: add package manifest path to Target objectsElliot Smith
2016-07-19bitbake: toaster: only show "New custom image" button for builds with image t...Elliot Smith
2016-07-19bitbake: toaster: use has_images() methods to display images correctlyElliot Smith
2016-07-19bitbake: toaster: improve scan for SDK artifactsElliot Smith
2016-07-19bitbake: toaster: attach kernel artifacts to targetsElliot Smith
2016-07-19bitbake: toaster: improve image file suffix retrievalElliot Smith
2016-06-15bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh
2016-06-15bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood
2016-06-02bitbake: toaster: use // operator instead of /Ed Bartosh
2016-06-02bitbake: toaster: replace map with list comprehensionsEd Bartosh
2016-06-02bitbake: toaster: use items and range instead of old APIsEd Bartosh
2016-06-02bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh
2016-06-02bitbake: toaster: fix imports to work for python 3Ed Bartosh
2016-05-13bitbake: toaster: fix progress bar in MySQL environmentElliot Smith
2016-05-11bitbake: toaster: models Add missing import sysMichael Wood
2016-05-06bitbake: toaster: orm Add get_base_recipe_file to CustomImageRecipeMichael Wood
2016-04-19bitbake: toaster: add modal to select custom image for editingElliot Smith
2016-04-19bitbake: toaster: add build dashboard buttons to edit/create custom imagesElliot Smith
2016-04-19bitbake: toaster: prevent exception when Project.release is nullElliot Smith
2016-04-06bitbake: toaster: add rev dep column to image detail pagesDave Lerner
2016-04-06bitbake: toaster: models Exclude the CANCELLED builds from get_number_of_buildsMichael Wood
2016-04-06bitbake: toaster: models Add cancelled state to build outcomeSujith H
2016-04-03bitbake: toaster: orm better detect requires during CustomImageRecipe generationJoshua Lock
2016-03-23bitbake: toaster: orm generate CustomImageRecipe contents try secondary pathMichael Wood
2016-03-23bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood
2016-03-09bitbake: toaster: models List only have the specified project's imported layersMichael Wood
2016-03-09bitbake: toaster: rework task buildstats storage and displayElliot Smith
2016-03-09bitbake: toaster: use force_bytes to display non-ascii project namesSujith H
2016-02-26bitbake: toaster: show suffix for image files and basename for artifact filesElliot Smith