summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: toastergui: remove xhr_projectedit and xhr_projectinfo URLsAlexandru DAMIAN2015-06-121-69/+41
* bitbake: toastergui: use defaults on xhr_datatypeahead parametersAlexandru DAMIAN2015-06-121-10/+10
* bitbake: convert all project-based view to JSON APIsAlexandru DAMIAN2015-06-121-65/+99
* bitbake: toaster: move project data typeahead to the REST APIAlexandru DAMIAN2015-06-121-33/+56
* bitbake: toasterui: replace cookie-based preferences with session dataAlexandru DAMIAN2015-05-291-19/+18
* bitbake: toaster: Port layerdetails to ToasterTablesMichael Wood2015-05-291-49/+0
* bitbake: toastergui: show relative paths in configvars viewEd Bartosh2015-05-291-6/+13
* bitbake: toaster logger: refactor recipe and layer file pathsAlexandru DAMIAN2015-05-291-11/+11
* bitbake: toaster: enable server-side sessions for all usagesAlexandru DAMIAN2015-05-291-2/+4
* bitbake: toaster: Port All recipes, layers and machines to ToasterTablesMichael Wood2015-05-141-266/+1
* bitbake: toaster: managedcontextprocessor requires Project importedMichael Wood2015-05-141-1/+1
* bitbake: toaster: fix html5 complianceAlexandru DAMIAN2015-05-141-14/+8
* bitbake: toastergui: removing unused viewsAlexandru DAMIAN2015-05-121-29/+0
* bitbake: toasterui: URL refactoringAlexandru DAMIAN2015-05-121-57/+37
* bitbake: toastergui: decrease load time for configuration pageEd Bartosh2015-05-121-37/+9
* bitbake: toaster: Refactor and expand layer add remove mechanismMichael Wood2015-05-081-1/+1