summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/models.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* bitbake: toaster: bad link for distro conf fileDavid Reyna2018-10-181-1/+1
* bitbake: toaster: custom image enable layer add, protect pre-cloned layersDavid Reyna2018-10-041-2/+2
* bitbake: toaster/models.py: allow local paths for custom recipe's baseAwais Belal2018-08-281-0/+7
* bitbake: Toaster: Implement the project-specific feature and releated enhance...David Reyna2018-08-201-6/+55
* bitbake: toaster: custom image updates and original creationDavid Reyna2017-08-231-1/+1
* bitbake: toaster: move to new bitbake xmlrpc defaultDavid Reyna2017-07-311-1/+1
* bitbake: toaster: set clone progress default to offDavid Reyna2017-07-211-2/+2
* bitbake: toaster: include setscene in task progressDavid Reyna2017-07-211-3/+4
* bitbake: toaster: test 'commit' first in get_vcs_referenceDavid Reyna2017-06-281-2/+2
* bitbake: toaster: Add distro selection supportDavid Reyna2017-06-281-0/+31
* bitbake: toaster: git clone progress barDavid Reyna2017-06-281-0/+15
* bitbake: toaster: get_last_build_id not called correctlyDavid Reyna2017-06-221-6/+6
* 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