summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster-tests: add class SeleniumTestCaseBase for browser testsAníbal Limón2016-07-201-181/+3
* bitbake: toaster-tests: package count/size shouldn't show for non-image buildsElliot Smith2016-07-192-8/+63
* bitbake: toaster-tests: new custom image button shouldn't show for non-image ...Elliot Smith2016-07-191-0/+20
* bitbake: toaster-tests: add tests for build artifact display on build dashboardElliot Smith2016-07-194-7/+191
* bitbake: toaster: the customise image button shouldn't rely on targetsElliot Smith2016-07-192-9/+4
* bitbake: toaster: add package manifest path to Target objectsElliot Smith2016-07-194-3/+33
* bitbake: toaster: better display of targets which produced no imagesElliot Smith2016-07-192-44/+36
* bitbake: toaster: show manifests in their own section of the build dashboardElliot Smith2016-07-191-4/+7
* bitbake: toaster: only show "New custom image" button for builds with image t...Elliot Smith2016-07-192-20/+35
* bitbake: toaster: use has_images() methods to display images correctlyElliot Smith2016-07-193-12/+33
* bitbake: toaster: improve scan for SDK artifactsElliot Smith2016-07-195-95/+162
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-194-3/+165
* bitbake: toaster: improve image file suffix retrievalElliot Smith2016-07-191-37/+11
* bitbake: toaster: display Target targets in build dashboardElliot Smith2016-07-192-4/+23
* bitbake: toaster: tests Add selenium test for layerdetails pageMichael Wood2016-07-081-0/+190
* bitbake: toaster: add Layer delete front end feature to layerdetailsMichael Wood2016-07-084-2/+58
* bitbake: toaster: api Add util function for returning the error responseMichael Wood2016-07-081-12/+16
* bitbake: toaster: layerdetails api Fix saving of git revision of a layerMichael Wood2016-07-084-46/+103
* bitbake: toaster: fix layout for command-line builds in recent builds areaElliot Smith2016-07-081-124/+123
* bitbake: toaster: views Fix most frequently built target in project reportingMichael Wood2016-07-081-10/+32
* bitbake: toaster: layerBtn avoid connecting handler to other build buttonsMichael Wood2016-07-081-2/+2
* bitbake: bitbake: toaster-tests: tests for project configSujith H2016-07-081-0/+113
* bitbake: toaster: fix validation checks for DL_DIR and SSTATE_DIRSujith H2016-07-081-22/+49
* bitbake: toaster: remove SSTATE_MIRRORS from projectconfSujith H2016-07-081-1/+0
* bitbake: toaster: remove SSTATE_MIRRORS from blacklists in viewsSujith H2016-07-081-3/+8
* bitbake: toaster: remove last css file with bootstrap v2 licensebavery2016-06-161-9/+0
* bitbake: toaster: fix typo which causes table searches to failElliot Smith2016-06-161-1/+1
* bitbake: toaster: tests browser Fix selenium tests after bootstrap3 breakageMichael Wood2016-06-153-24/+27
* bitbake: toaster: tests Rename test settings to python compliant name and fix...Michael Wood2016-06-152-2/+2
* bitbake: toaster: selenium tests Fix all_projects page and sample testsMichael Wood2016-06-152-6/+9
* bitbake: toaster: selenium tests Update unique custom image string and fix im...Michael Wood2016-06-152-2/+3
* bitbake: toaster: js tests Twitter typeahead library object is now ttTypeaheadMichael Wood2016-06-151-4/+4
* bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh2016-06-155-7/+7
* bitbake: toaster: changed python version in shebangEd Bartosh2016-06-151-1/+1
* bitbake: toaster: toastergui tests Use new BeautifulSoup syntaxMichael Wood2016-06-151-1/+1
* bitbake: toaster: open image files in binary mode when sending in responseElliot Smith2016-06-151-1/+1
* bitbake: toaster-tests: fix tests for latest Selenium versionElliot Smith2016-06-153-15/+8
* bitbake: toaster: fix broken reference to urllibElliot Smith2016-06-151-1/+1
* bitbake: toaster: fix test_toaster_tablesEd Bartosh2016-06-151-6/+0
* bitbake: toaster: fix incorrect file modeEd Bartosh2016-06-151-1/+1
* bitbake: toaster: decode response contentEd Bartosh2016-06-151-19/+19
* bitbake: toaster: fix migrationsEd Bartosh2016-06-152-0/+123
* bitbake: toaster: BuildTasksTable filters remove outcome NA optionBelen Barros Pena2016-06-151-0/+2
* bitbake: toaster: BuiltPackagesTable format empty state in packages tableBelen Barros Pena2016-06-151-5/+5
* bitbake: toaster: build data Fix left navigationBelen Barros Pena2016-06-154-15/+22
* bitbake: toaster: port all build analysis pages to bootstrap 3Belen Barros Pena2016-06-1537-1136/+753
* bitbake: toaster: buildtables Remove links from non name fieldsBelen Barros Pena2016-06-152-50/+42
* bitbake: toaster: fix typo which prevents filters from workingElliot Smith2016-06-151-1/+1
* bitbake: toaster-tests: maximize browser window when running UI testsElliot Smith2016-06-151-0/+1
* bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood2016-06-157-36/+157