| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: cooker: Avoid eventlog variable listing lockups | Richard Purdie | 2023-11-27 | 1 | -25/+11 |
* | bitbake: ui/ncurses: Add missing function call to avoid traceback | Richard Purdie | 2023-11-27 | 1 | -0/+3 |
* | bitbake: fetch2/aws: forward env-vars used in gitlab-ci K8s | Felix Moessbauer | 2023-11-23 | 1 | -0/+2 |
* | bitbake: fetch2: git: add missing destsuffix and subpath parameters in docstr... | Julien Stephan | 2023-11-23 | 1 | -0/+8 |
* | bitbake: bitbake: fetch2: git: Update Git-LFS download and tests | Desone Burns | 2023-11-23 | 2 | -28/+47 |
* | bitbake: toaster: make django temp directory configurable | Alexander Lussier-Cullen | 2023-11-23 | 3 | -5/+7 |
* | bitbake: toaster/tests: add passthroughs for relevant build environment varia... | Alexander Lussier-Cullen | 2023-11-23 | 2 | -0/+12 |
* | bitbake: toaster/tests: Add UI TestCase - Test the show rows feature in image... | Alassane Yattara | 2023-11-23 | 1 | -1/+35 |
* | bitbake: toaster/tests: Add UI TestCase for the edit column feature in image ... | Alassane Yattara | 2023-11-23 | 1 | -0/+121 |
* | bitbake: toaster/tests: Add UI TestCase - Test project page section images | Alassane Yattara | 2023-11-23 | 1 | -0/+41 |
* | bitbake: toaster/tests: Add UI TestCase - Test project page tab "New custom i... | Alassane Yattara | 2023-11-23 | 1 | -0/+31 |
* | bitbake: toaster/tests: Add UI TestCase - Test project page tab import layer | Alassane Yattara | 2023-11-23 | 1 | -0/+43 |
* | bitbake: toaster/tests: Add UI TestCase - Test project config tab | Alassane Yattara | 2023-11-23 | 2 | -1/+133 |
* | bitbake: toaster/tests: Add UI TestCase - Test project config tab navigation: | Alassane Yattara | 2023-11-23 | 1 | -0/+176 |
* | bitbake: toaster/tests: Add UI TestCase - Test project page has right tabs di... | Alassane Yattara | 2023-11-23 | 1 | -0/+78 |
* | bitbake: toaster/tests: Add UI TestCase - Test edit project name on project page | Alassane Yattara | 2023-11-23 | 1 | -0/+27 |
* | bitbake: toaster/tests: Add UI TestCase - Check project header contains right... | Alassane Yattara | 2023-11-23 | 1 | -0/+142 |
* | bitbake: toaster/tests/create_new_project: Code cleanup | Alassane Yattara | 2023-11-23 | 1 | -1/+2 |
* | bitbake: toaster/tests: Add UI TestCase for visualize all projects show rows | Alassane Yattara | 2023-11-23 | 1 | -0/+34 |
* | bitbake: toaster/tests: Add UI TestCase for visualize all projects edit column | Alassane Yattara | 2023-11-23 | 1 | -0/+58 |
* | bitbake: toaster/tests: Add UI TestCase for Visualize all projects | Alassane Yattara | 2023-11-23 | 1 | -0/+34 |
* | bitbake: cache: Simplify virtualfn2realfn() | Peter Kjellerstedt | 2023-11-23 | 1 | -4/+2 |
* | bitbake: cookerdata: Be consistent with what type bb_data represents | Peter Kjellerstedt | 2023-11-23 | 1 | -6/+5 |
* | bitbake: command: Make parseRecipeFile() handle virtual recipes correctly | Peter Kjellerstedt | 2023-11-23 | 1 | -4/+4 |
* | bitbake: cooker: Avoid sideeffects for autorev from getAllKeysWithFlags | Richard Purdie | 2023-11-23 | 1 | -0/+7 |
* | bitbake: cooker: Add support for BB_DEFAULT_EVENTLOG | Richard Purdie | 2023-11-23 | 1 | -8/+17 |
* | bitbake: bitbake: utils: remove spaces on empty lines | Julien Stephan | 2023-11-20 | 1 | -8/+8 |
* | bitbake: toaster/tests: Add UI TestCase for deleting project | Alassane Yattara | 2023-11-16 | 1 | -0/+103 |
* | bitbake: toaster/tox.ini: Add py 3.11 and 3.12 | Richard Purdie | 2023-11-16 | 1 | -1/+1 |
* | bitbake: runqueue: Refactor StaleSetSceneTasks event out of build_scenequeue_... | Richard Purdie | 2023-11-16 | 1 | -18/+18 |
* | bitbake: runqueue: Move 'cantskip' into sqdata | Richard Purdie | 2023-11-16 | 1 | -7/+7 |
* | bitbake: toaster: test_create_new_project typos, whitespace | Tim Orling | 2023-11-14 | 1 | -5/+5 |
* | bitbake: toaster: fix obsolete use of find_element_by_link_text | Tim Orling | 2023-11-14 | 1 | -9/+10 |
* | bitbake: toaster: use docs for BitBake link on landing page | Tim Orling | 2023-11-14 | 2 | -2/+2 |
* | bitbake: asyncrpc: Add option to set log level when running as a process | Joshua Watt | 2023-11-14 | 3 | -3/+6 |
* | bitbake: toaster: drop deprecated USE_L10N from settings | Tim Orling | 2023-11-14 | 1 | -4/+0 |
* | bitbake: codegen: cleanup deprecated AST usages | Chris Laplante | 2023-11-14 | 1 | -12/+0 |
* | bitbake: toaster/tests: Add UI TestCase to test "show rows" feature, change d... | Alassane Yattara | 2023-11-14 | 1 | -12/+52 |
* | bitbake: toaster/tests: Add UI TestCase to test "edit column" feature show/hi... | Alassane Yattara | 2023-11-14 | 1 | -0/+59 |
* | bitbake: toaster/tests: Add UI TestCase to test filtering feature on 'complet... | Alassane Yattara | 2023-11-14 | 1 | -2/+78 |
* | bitbake: toaster/tests: Add UI TestCase to test the filtering feature on 'fai... | Alassane Yattara | 2023-11-14 | 1 | -0/+38 |
* | bitbake: toaster/tests: Add UI TestCase to test search box on all build page | Alassane Yattara | 2023-11-14 | 1 | -9/+34 |
* | bitbake: toaster/tests: Add UI TestCase to test if 'no build' message is shown | Alassane Yattara | 2023-11-14 | 1 | -0/+9 |
* | bitbake: Toaster: Write UI TestCase import new project using | Alassane Yattara | 2023-11-09 | 1 | -0/+25 |
* | bitbake: Toaster: Test create new project without project name | Alassane Yattara | 2023-11-09 | 1 | -0/+17 |
* | bitbake: Toaster: Write UI TestCase create new project | Alassane Yattara | 2023-11-09 | 1 | -0/+134 |
* | bitbake: Revert "toaster: Bug-fix webdriver No parameter named options" | Richard Purdie | 2023-11-09 | 1 | -1/+1 |
* | bitbake: hashserv: server: Add owner if user is logged in | Joshua Watt | 2023-11-09 | 2 | -0/+12 |
* | bitbake: hashserv: Allow self-service deletion | Joshua Watt | 2023-11-09 | 2 | -3/+6 |
* | bitbake: hashserv: tests: Allow authentication for external server tests | Joshua Watt | 2023-11-09 | 1 | -35/+74 |