summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2023-10-27bitbake: toaster: add tox.ini file to execute test suiteMarlon Rodriguez Garcia
2023-10-27bitbake: codegen: cleanup deprecated AST usagesChris Laplante
2023-10-27bitbake: codeparser/utils: clean up more deprecated AST usagesChris Laplante
2023-10-27bitbake: bitbake-worker: add header with length of messageEtienne Cordonnier
2023-10-27bitbake: toaster: Write logs to BUILDDIR/toaster_logsAlassane Yattara
2023-10-24bitbake: SECURITY.md: add fileMarta Rybczynska
2023-10-23bitbake: fetch2/git: fix lfs fetch with destsuffix paramRagesh Nair
2023-10-23bitbake: codeparser: add missing 'import os'Chris Laplante
2023-10-23bitbake: runqueue: set has 'add', not 'append' methodChris Laplante
2023-10-23bitbake: Toaster: bug-fix on tests.views.test_views.pyAlassane Yattara
2023-10-23bitbake: Toaster: bug-fix on tests/views/test_views.pyAlassane Yattara
2023-10-23bitbake: Toaster: bug-fix on custom image test casesAlassane Yattara
2023-10-23bitbake: Toaster: bug-fix on /toastermain/logs.pyAlassane Yattara
2023-10-23bitbake: runqueue.py: clarify that 'closest' signature means 'most recent' (a...Alexander Kanavin
2023-10-23bitbake: Fix find_bbfiles string endswith callBELHADJ SALEM Talel
2023-10-23bitbake: tests/fetch.py: Add tests to cover multiple branch/name parametersPavel Zhukov
2023-10-17bitbake: codeparser: replace deprecated ast.Str and 's'Chris Laplante
2023-10-17bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_testsAlassane Yattara
2023-10-17bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_pageAlassane Yattara
2023-10-17bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_statesAlassane Yattara
2023-10-17bitbake: toaster: fixed functional testMarlon Rodriguez Garcia
2023-10-17bitbake: toaster: update jquery version 2.0.3 -> 3.7.1Marlon Rodriguez Garcia
2023-10-17bitbake: toaster: Update bootstrap version to 3.4.1Marlon Rodriguez Garcia
2023-10-17bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7Marlon Rodriguez Garcia
2023-10-15bitbake: fetch2: Add API for upstream source tracingAlberto Pianon
2023-10-15bitbake: Update toaster-requirements to add django-log-viewer==1.1.7Alassane Yattara
2023-10-09bitbake: bitbake-hashclient: Add clean-unused subcommandJoshua Watt
2023-10-09bitbake: hashserv: Add API to clean unused entriesJoshua Watt
2023-10-09bitbake: hashserv: Extend get_outhash API to optionally include unihashJoshua Watt
2023-10-09bitbake: bitbake-hashclient: Add remove subcommandJoshua Watt
2023-10-09bitbake: hashserv: Add remove APIJoshua Watt
2023-10-06bitbake: selftest/fetch: Ensure top level directory timestamp doesn't break testRichard Purdie
2023-10-06bitbake: toaster: Monitoring - implement Django logging systemAlassane Yattara
2023-10-06bitbake: toaster: update selenium version and code syntaxMarlon Rodriguez Garcia
2023-09-28bitbake: bitbake-getvar: Treat undefined variables as empty with --valuePeter Kjellerstedt
2023-09-28bitbake: bitbake-getvar: Add a (suppressable) error for undefined variablesPeter Kjellerstedt
2023-09-28bitbake: bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan
2023-09-26bitbake: fetch2: Adds vscode devcontainer supportMatthias Schnelte
2023-09-26bitbake: bitbake/lib: spawn server/worker using the current Python interpreterRoss Burton
2023-09-26bitbake: bitbake-getvar: Make --value imply --quietPeter Kjellerstedt
2023-09-26bitbake: bitbake-getvar: Make --quiet work with --recipePeter Kjellerstedt
2023-09-26bitbake: tinfoil: Do not fail when logging is disabled and full config is usedPeter Kjellerstedt
2023-09-22bitbake: codeparser: Update debug variable referenceRichard Purdie
2023-09-22bitbake: bitbake-worker/runqueue: Avoid unnecessary bytes object copiesEtienne Cordonnier
2023-09-20bitbake: data: Add missing dependency handling of remove operatorInsu Park
2023-09-20bitbake: cooker: Drop unneeded flush callsRichard Purdie
2023-09-18bitbake: server/process: Disable the flush() call in server loggingRichard Purdie
2023-09-18bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie
2023-09-14bitbake: fetch2: git: Use path_is_descendant() instead of path for repo checkJoshua Watt
2023-09-14bitbake: utils: Add path_is_descendant()Joshua Watt