summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm
Commit message (Expand)AuthorAgeFilesLines
...
* 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-283-0/+75
* bitbake: toaster: git clone progress barDavid Reyna2017-06-282-0/+39
* bitbake: toaster: address Django-1.10 API deprecationsDavid Reyna2017-06-281-4/+4
* bitbake: toaster: get_last_build_id not called correctlyDavid Reyna2017-06-221-6/+6
* bitbake: toaster: move release lookup from morty to pyroDavid Reyna2017-04-202-15/+15
* 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: runbuilds Write the pidfile in python rather than shell scriptMichael Wood2016-11-301-1/+0
* bitbake: toaster: layerindex updater Take into account layers being predefinedMichael Wood2016-11-231-41/+19
* bitbake: toaster: orm/fixtures Add the master release and correct morty releaseMichael Wood2016-11-232-9/+96
* bitbake: toaster: settings fixture Set default release to masterMichael Wood2016-11-231-1/+1
* 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: 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