summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: Added validation to stop import if there is a build in prog...Marlon Rodriguez Garcia2023-12-161-0/+8
* bitbake: toaster: Added new feature to import eventlogs from command line int...Marlon Rodriguez Garcia2023-12-121-2/+171
* bitbake: toaster: Update to use qemux86-64 machine by defaultRichard Purdie2023-12-091-1/+1
* bitbake: toaster: Monitoring - implement Django logging systemAlassane Yattara2023-10-061-0/+7
* bitbake: toaster: import only used layersDavid Reyna2023-08-301-1/+1
* bitbake: toaster: Update to Django 4.2David Reyna2023-08-301-2/+2
* bitbake: lib: Replace remaining "blacklist"/"whitelist" usageScott Murray2022-02-211-9/+9
* bitbake: fetch/tests/toaster: Override conversion fixupsRichard Purdie2021-08-061-1/+1
* bitbake: doc/lib: Update to use new override syntax containing colonsRichard Purdie2021-08-021-3/+3
* bitbake: toaster: FieldError loading Reverse runtime dependenciesReyna, David2020-03-291-1/+1
* bitbake: toaster: migrate to Django-2.2David Reyna2020-03-291-8/+8
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-9/+9
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-6/+3
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-3/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: toaster: enable project import and merged Toaster settingsDavid Reyna2018-08-281-6/+16
* bitbake: Toaster: Implement the project-specific feature and releated enhance...David Reyna2018-08-201-0/+151
* bitbake: toaster: add 'nobuild' option to ToasterDavid Reyna2017-12-181-23/+34
* bitbake: toaster: update Toaster for Django 1.11David Reyna2017-12-181-1/+1
* bitbake: toaster: enable remote HTTP API for status aggregationDavid Reyna2017-07-311-1/+85
* bitbake: toaster: large package set breaks sqlite queryDavid Reyna2017-06-281-4/+9
* bitbake: toaster: views Remove old code that converts template context to JSONMichael Wood2016-12-121-31/+2
* bitbake: toaster: api Add layer Add apiMichael Wood2016-12-121-115/+0
* bitbake: toaster: Clean up and convert to rest api project edit and get callsMichael Wood2016-09-301-128/+3
* bitbake: toaster: Move Custom image recipe rest api to api fileMichael Wood2016-09-021-436/+11
* bitbake: toaster: add local directory to the dbSujith H2016-08-111-3/+4
* bitbake: toaster: prevent infinite loop when finding task dependenciesElliot Smith2016-08-111-0/+10
* bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood2016-07-261-6/+2
* bitbake: toaster: Replace references to LayerSource modelsMichael Wood2016-07-261-18/+38
* bitbake: toaster: add package manifest path to Target objectsElliot Smith2016-07-191-0/+3
* bitbake: toaster: better display of targets which produced no imagesElliot Smith2016-07-191-20/+31
* bitbake: toaster: use has_images() methods to display images correctlyElliot Smith2016-07-191-7/+2
* bitbake: toaster: improve scan for SDK artifactsElliot Smith2016-07-191-7/+12
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-191-0/+7
* bitbake: toaster: layerdetails api Fix saving of git revision of a layerMichael Wood2016-07-081-43/+0
* bitbake: toaster: views Fix most frequently built target in project reportingMichael Wood2016-07-081-10/+32
* bitbake: toaster: remove SSTATE_MIRRORS from blacklists in viewsSujith H2016-07-081-3/+8
* bitbake: toaster: fix typo which causes table searches to failElliot Smith2016-06-161-1/+1
* bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh2016-06-151-1/+1
* bitbake: toaster: open image files in binary mode when sending in responseElliot Smith2016-06-151-1/+1
* bitbake: toaster: port all build analysis pages to bootstrap 3Belen Barros Pena2016-06-151-1/+0
* bitbake: toaster: fix typo which prevents filters from workingElliot Smith2016-06-151-1/+1
* bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood2016-06-151-1/+3
* bitbake: toaster: port Installed packages table to ToasterTableMichael Wood2016-06-151-169/+0
* bitbake: toaster: port Task tables to ToasterTables widgetMichael Wood2016-06-151-279/+1
* bitbake: toaster: port Built recipes table to toastertablesMichael Wood2016-06-151-111/+0
* bitbake: toaster: port table for Built packages to ToasterTableMichael Wood2016-06-151-90/+0
* bitbake: toaster: fix urllib importsEd Bartosh2016-06-021-3/+6
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-06-021-27/+18