summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: toaster: use get_alldeps in layerdetails rendererEd Bartosh2015-10-121-2/+2
* bitbake: toaster: Rationalise mimetype guessing to fix artifact downloadsElliot Smith2015-10-111-1/+1
* bitbake: toaster: Use Python's mimetypes moduleElliot Smith2015-10-111-4/+11
* bitbake: toaster: Comment out broken sorting and filtersBelen Barros Pena2015-10-111-23/+26
* bitbake: toaster: display most recent builds for projectsDavid Reyna2015-09-291-0/+3
* bitbake: toaster: Add Image customisation frontend featureMichael Wood2015-09-291-0/+9
* bitbake: toaster: Add new ReST API for Image Customisation featureEd Bartosh2015-09-291-2/+150
* bitbake: toaster: Fix indentation of jsunittests viewMichael Wood2015-09-291-10/+10
* bitbake: toaster: implement decorator for REST responsesEd Bartosh2015-09-291-0/+13
* bitbake: toaster: add toggle for enabling image customisation feeatureMichael Wood2015-09-291-0/+1
* bitbake: toaster: hide irrelevant builds in the project builds viewAlexandru DAMIAN2015-09-191-3/+2
* bitbake: toaster: Simplify redirects when build page parameters are missingElliot Smith2015-09-181-17/+32
* bitbake: toaster: Show correct builds count on project pagesElliot Smith2015-09-181-1/+1
* bitbake: toaster: hide irrelevant builds in the project builds viewAlexandru DAMIAN2015-09-181-12/+42
* bitbake: toaster: Don't def a function for each call to build_artifact()Elliot Smith2015-09-181-32/+10
* bitbake: toaster: Avoid unnecessary local to local copy of cooker logElliot Smith2015-09-181-7/+6
* bitbake: toaster: Exclude default project unless it has buildsElliot Smith2015-09-031-0/+8
* bitbake: toaster: Only redirect to projects page if user has added projectsElliot Smith2015-09-031-1/+5
* bitbake: toastergui: Add frontend javascript unit testsMichael Wood2015-08-291-0/+16
* bitbake: toaster: Remove Log column from All builds pageSujith Haridasan2015-08-291-8/+0
* bitbake: toastergui: fix projectbuilds pageAlexandru DAMIAN2015-08-191-7/+17
* bitbake: toastergui: do not show in-progress builds in the tableAlexandru DAMIAN2015-08-191-1/+1
* bitbake: toaster: fix pylint errorsAlexandru Damian2015-08-191-0/+4
* bitbake: toastergui: rename variables in views.pyAlexandru DAMIAN2015-08-191-53/+63
* bitbake: toaster: use loggers instead of printsAlexandru DAMIAN2015-08-191-0/+4
* bitbake: toaster: improve exception handlingAlexandru DAMIAN2015-08-191-9/+4
* bitbake: toaster: pylint fixesAlexandru DAMIAN2015-08-191-18/+10
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-191-1/+3
* bitbake: toastergui: Move layerdetails view definition to the views.pyMichael Wood2015-08-061-0/+15
* bitbake: toastergui: views Standardise the fields project layer responseMichael Wood2015-08-061-2/+3
* bitbake: toasterui: views Remove unused xhr_typeahead view definitionMichael Wood2015-08-061-37/+23
* bitbake: toastergui: Switch to using the new toaster typeahead widgetMichael Wood2015-08-061-2/+4
* bitbake: toastergui: Add new project page and navigationMichael Wood2015-08-011-2/+3
* bitbake: toastergui: http api Add guard against incomplete change requestsMichael Wood2015-08-011-2/+10
* bitbake: toastergui: Standardise the layer object property layerdetailurlMichael Wood2015-08-011-2/+12
* bitbake: toastergui: Implement new project navigationMichael Wood2015-08-011-0/+1
* bitbake: toasterui: fixes after html5 compliance testingAlexandru DAMIAN2015-06-261-5/+6
* bitbake: toaster: delete multiple buildsAlexandru DAMIAN2015-06-261-2/+2
* bitbake: toastergui: select project typesAlexandru DAMIAN2015-06-261-2/+9
* bitbake: toaster: refactor build modelAlexandru DAMIAN2015-06-261-12/+5
* bitbake: toaster: fixes after replacing BuildRequest with BuildAlexandru DAMIAN2015-06-261-2/+4
* bitbake: toaster: fill in build data from buildrequestAlexandru DAMIAN2015-06-261-2/+2
* bitbake: toaster: refactor the builds pagesAlexandru DAMIAN2015-06-261-334/+103
* bitbake: toaster: remove BuildRequest referencesAlexandru DAMIAN2015-06-261-39/+27
* bitbake: toaster: remove MANAGED referencesAlexandru DAMIAN2015-06-261-100/+3
* bitbake: toaster: fixes after refactoringAlexandru DAMIAN2015-06-121-5/+12
* bitbake: toastergui: remove xhr_datatypeahaed layerdeps callAlexandru DAMIAN2015-06-121-10/+1
* bitbake: toastergui: remove xhr_datatypeahead and xhr_XXXbuildAlexandru DAMIAN2015-06-121-152/+56
* bitbake: toaster: ToasterTables add computational fieldsAlexandru DAMIAN2015-06-121-0/+3
* bitbake: toaster: toaster table add raw dataAlexandru DAMIAN2015-06-121-1/+30