summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
AgeCommit message (Expand)Author
2023-12-16bitbake: toaster: Added validation to stop import if there is a build in prog...Marlon Rodriguez Garcia
2023-12-12bitbake: toaster: Added new feature to import eventlogs from command line int...Marlon Rodriguez Garcia
2023-12-09bitbake: toaster: Update to use qemux86-64 machine by defaultRichard Purdie
2023-10-06bitbake: toaster: Monitoring - implement Django logging systemAlassane Yattara
2023-08-30bitbake: toaster: import only used layersDavid Reyna
2023-08-30bitbake: toaster: Update to Django 4.2David Reyna
2022-02-21bitbake: lib: Replace remaining "blacklist"/"whitelist" usageScott Murray
2021-08-06bitbake: fetch/tests/toaster: Override conversion fixupsRichard Purdie
2021-08-02bitbake: doc/lib: Update to use new override syntax containing colonsRichard Purdie
2020-03-29bitbake: toaster: FieldError loading Reverse runtime dependenciesReyna, David
2020-03-29bitbake: toaster: migrate to Django-2.2David Reyna
2020-01-19bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-08-28bitbake: toaster: enable project import and merged Toaster settingsDavid Reyna
2018-08-20bitbake: Toaster: Implement the project-specific feature and releated enhance...David Reyna
2017-12-18bitbake: toaster: add 'nobuild' option to ToasterDavid Reyna
2017-12-18bitbake: toaster: update Toaster for Django 1.11David Reyna
2017-07-31bitbake: toaster: enable remote HTTP API for status aggregationDavid Reyna
2017-06-28bitbake: toaster: large package set breaks sqlite queryDavid Reyna
2016-12-12bitbake: toaster: views Remove old code that converts template context to JSONMichael Wood
2016-12-12bitbake: toaster: api Add layer Add apiMichael Wood
2016-09-30bitbake: toaster: Clean up and convert to rest api project edit and get callsMichael Wood
2016-09-02bitbake: toaster: Move Custom image recipe rest api to api fileMichael Wood
2016-08-11bitbake: toaster: add local directory to the dbSujith H
2016-08-11bitbake: toaster: prevent infinite loop when finding task dependenciesElliot Smith
2016-07-26bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood
2016-07-26bitbake: toaster: Replace references to LayerSource modelsMichael Wood
2016-07-19bitbake: toaster: add package manifest path to Target objectsElliot Smith
2016-07-19bitbake: toaster: better display of targets which produced no imagesElliot Smith
2016-07-19bitbake: toaster: use has_images() methods to display images correctlyElliot Smith
2016-07-19bitbake: toaster: improve scan for SDK artifactsElliot Smith
2016-07-19bitbake: toaster: attach kernel artifacts to targetsElliot Smith
2016-07-08bitbake: toaster: layerdetails api Fix saving of git revision of a layerMichael Wood
2016-07-08bitbake: toaster: views Fix most frequently built target in project reportingMichael Wood
2016-07-08bitbake: toaster: remove SSTATE_MIRRORS from blacklists in viewsSujith H
2016-06-16bitbake: toaster: fix typo which causes table searches to failElliot Smith
2016-06-15bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh
2016-06-15bitbake: toaster: open image files in binary mode when sending in responseElliot Smith
2016-06-15bitbake: toaster: port all build analysis pages to bootstrap 3Belen Barros Pena
2016-06-15bitbake: toaster: fix typo which prevents filters from workingElliot Smith
2016-06-15bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood
2016-06-15bitbake: toaster: port Installed packages table to ToasterTableMichael Wood
2016-06-15bitbake: toaster: port Task tables to ToasterTables widgetMichael Wood
2016-06-15bitbake: toaster: port Built recipes table to toastertablesMichael Wood
2016-06-15bitbake: toaster: port table for Built packages to ToasterTableMichael Wood
2016-06-02bitbake: toaster: fix urllib importsEd Bartosh
2016-06-02bitbake: toaster: replace map with list comprehensionsEd Bartosh