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