aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/orm/models.py
AgeCommit message (Expand)Author
2017-08-22toaster: custom image updates and original creationDavid Reyna
2017-07-30toaster: move to new bitbake xmlrpc defaultDavid Reyna
2017-07-21toaster: set clone progress default to offDavid Reyna
2017-07-21toaster: include setscene in task progressDavid Reyna
2017-06-27toaster: test 'commit' first in get_vcs_referenceDavid Reyna
2017-06-27toaster: Add distro selection supportDavid Reyna
2017-06-27toaster: git clone progress barDavid Reyna
2017-06-16toaster: get_last_build_id not called correctlyDavid Reyna
2017-02-13bitbake: toaster: add wic.bmap support to toasterSujith H
2016-12-12toaster: models Layer_Version get_detailspage_url optional project_idMichael Wood
2016-12-12toaster: models Layer fix whitespaceMichael Wood
2016-11-30toaster: orm models Handle CustomImageRecipe BRLayer hereMichael Wood
2016-11-30toaster: orm models Project class Fix pyflake errorsMichael Wood
2016-11-30toaster: buildinfohelper toaster-custom-images layerMichael Wood
2016-11-30toaster: orm gen_layerdeps Protect against circular Layer dependenciesReyna, David
2016-11-04toaster: use current directory if BUILDDIR is not setEd Bartosh
2016-11-04toaster: orm models Handle run builds process not yet runningMichael Wood
2016-09-20toaster: notify runbuilds when build status changesEd Bartosh
2016-09-20toaster: implement signal_runbuilds functionEd Bartosh
2016-09-06toaster: orm Update IMAGE_FSTYPES valuesBelen Barros Pena
2016-08-11toaster: bldcontrol model BRLayer Add corresponding local_source_dirMichael Wood
2016-08-11toaster: add local_source_dir field to modelSujith H
2016-08-11toaster: fix unhandled exceptionEd Bartosh
2016-08-11toaster: add started property to BuildElliot Smith
2016-08-11toaster: show "Tasks starting..." until the first task completesElliot Smith
2016-08-11toaster: show progress of recipe parsing in recent builds areaElliot Smith
2016-08-11toaster: move most recent builds templating to clientElliot Smith
2016-07-25toaster: admin Add Layer_Version to the admin-able modelsMichael Wood
2016-07-25toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood
2016-07-25toaster: Replace references to LayerSource modelsMichael Wood
2016-07-25toaster: models Remove LayerSource models and replace with enumMichael Wood
2016-07-19toaster: the customise image button shouldn't rely on targetsElliot Smith
2016-07-19toaster: add package manifest path to Target objectsElliot Smith
2016-07-19toaster: only show "New custom image" button for builds with image targetsElliot Smith
2016-07-19toaster: use has_images() methods to display images correctlyElliot Smith
2016-07-19toaster: improve scan for SDK artifactsElliot Smith
2016-07-19toaster: attach kernel artifacts to targetsElliot Smith
2016-07-19toaster: improve image file suffix retrievalElliot Smith
2016-06-14toaster: fix wrong usage of print_exc and format_excEd Bartosh
2016-06-13toaster: Rework displaying package dependencies across ToasterMichael Wood
2016-06-01toaster: use // operator instead of /Ed Bartosh
2016-06-01toaster: replace map with list comprehensionsEd Bartosh
2016-06-01toaster: use items and range instead of old APIsEd Bartosh
2016-06-01toaster: use decode('utf-8') for binary dataEd Bartosh
2016-06-01toaster: fix imports to work for python 3Ed Bartosh
2016-05-13toaster: fix progress bar in MySQL environmentElliot Smith
2016-05-11toaster: models Add missing import sysMichael Wood
2016-04-29toaster: orm Add get_base_recipe_file to CustomImageRecipeMichael Wood
2016-04-19toaster: add modal to select custom image for editingElliot Smith
2016-04-19toaster: add build dashboard buttons to edit/create custom imagesElliot Smith