summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tables.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-7/+2
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-3/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: toaster: bad link for distro conf fileDavid Reyna2018-10-181-5/+3
* bitbake: Toaster: Implement the project-specific feature and releated enhance...David Reyna2018-08-201-0/+4
* bitbake: toaster: Add distro selection supportDavid Reyna2017-06-281-0/+91
* bitbake: toaster: update the tables informationSujith H2016-08-111-3/+27
* bitbake: toaster: remove links from time field on failed buildsElliot Smith2016-08-111-2/+6
* bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood2016-06-151-1/+14
* bitbake: toaster: port table for Built packages to ToasterTableMichael Wood2016-06-151-8/+2
* bitbake: toaster: toaster tables Enable complex empty statesBelen Barros Pena2016-06-151-0/+9
* bitbake: toaster: Migrate project configuration from bootstrap 2 to bootstrap 3Belen Barros Pena2016-06-151-79/+83
* bitbake: toaster: tweaks to recipe file downloadsBelen Barros Pena2016-06-151-5/+2
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-06-021-2/+1
* bitbake: toaster: toastertables: Clean up and fix up a number of itemsMichael Wood2016-05-171-11/+0
* bitbake: toaster: customrecipe Only show download icon or button if it's poss...Michael Wood2016-05-061-1/+3
* bitbake: toaster: add rev dep column to image detail pagesDave Lerner2016-04-061-0/+6
* bitbake: toaster: tables BuildsTable exclude cancelled buildsSujith H2016-04-061-2/+3
* bitbake: toaster: Move xhr calls for starting and stopping buildsMichael Wood2016-04-061-42/+1
* bitbake: toaster: change 'revision' to 'Git revision'Belen Barros Pena2016-03-071-3/+3
* bitbake: toaster: change 'delete layer' to 'remove layer'Belen Barros Pena2016-02-261-2/+2
* bitbake: toaster: remove custom images from Image RecipesDave Lerner2016-02-261-1/+4
* bitbake: toaster: add missing link to image recipe detailsBelen Barros Pena2016-02-261-0/+7
* bitbake: toaster: PackagesTable show only installed packagesMichael Wood2016-02-191-1/+3
* bitbake: toaster: SoftwareRecipesTable apply default order_byMichael Wood2016-02-191-0/+1
* bitbake: toaster: tables move template logic into the pkg_add_rm_btnMichael Wood2016-02-101-14/+1
* bitbake: toaster: make locale packages uneditable in custom image pageElliot Smith2016-02-101-1/+16
* bitbake: toaster: include locale and packagegroup packages in custom imageElliot Smith2016-02-101-7/+2
* bitbake: toaster: update custom image package table filtersElliot Smith2016-02-101-26/+20
* bitbake: toaster: move recent builds query to modelElliot Smith2016-02-101-19/+14
* bitbake: toaster: tables Check layer presence in project for customise_btnMichael Wood2016-02-101-0/+3
* bitbake: toaster: tables SelectPackagesTable rename recipe_id to custrecipeidMichael Wood2016-02-101-4/+8
* bitbake: toaster: tables Change SelectPackagesTable to use ProjectPackageMichael Wood2016-02-101-11/+16
* bitbake: toaster: tables add recipe download link to CustomImagesTableMichael Wood2016-02-101-4/+10
* bitbake: toaster: tables Add table for Packages and update SelectPackagesTableMichael Wood2016-02-101-25/+124
* bitbake: toaster: ToasterTables simplify filter function move common part to ...Michael Wood2016-02-101-1/+31
* bitbake: toastergui: code formatting and clean-upElliot Smith2016-01-151-1/+3
* bitbake: toastergui: fix error and warning counts for buildsElliot Smith2016-01-151-13/+27
* bitbake: toastergui: set default visible and hideable columnsElliot Smith2016-01-151-3/+20
* bitbake: toastergui: streamline construction of filter objectsElliot Smith2016-01-151-18/+17
* bitbake: toastergui: convert project builds page to ToasterTableElliot Smith2016-01-151-33/+151
* bitbake: toastergui: implement "today" and "yesterday" filtersElliot Smith2016-01-151-28/+59
* bitbake: toastergui: implement date range filters for buildsElliot Smith2016-01-151-1/+37
* bitbake: toastergui: show recent builds on all builds pageElliot Smith2016-01-151-1/+17
* bitbake: toastergui: refactor ToasterTable filteringElliot Smith2016-01-151-45/+87
* bitbake: toastergui: convert all builds page to ToasterTableElliot Smith2016-01-151-41/+302
* bitbake: toastergui: switch projects/ view to ToasterTableElliot Smith2016-01-151-1/+1
* bitbake: toaster: check inferred file suffixes against list of known typesElliot Smith2016-01-151-4/+4
* bitbake: toastergui: use ToasterTable for projects pageElliot Smith2016-01-151-3/+223