summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2023-11-15bitbake: utils: remove spaces on empty linesJulien Stephan
2023-11-14bitbake: toaster: test_create_new_project typos, whitespaceTim Orling
2023-11-14bitbake: toaster: fix obsolete use of find_element_by_link_textTim Orling
2023-11-14bitbake: toaster: use docs for BitBake link on landing pageTim Orling
2023-11-14bitbake: asyncrpc: Add option to set log level when running as a processJoshua Watt
2023-11-14bitbake: toaster: drop deprecated USE_L10N from settingsTim Orling
2023-11-14bitbake: codegen: cleanup deprecated AST usagesChris Laplante
2023-11-14bitbake: toaster/tests: Add UI TestCase to test "show rows" feature, change d...Alassane Yattara
2023-11-14bitbake: toaster/tests: Add UI TestCase to test "edit column" feature show/hi...Alassane Yattara
2023-11-14bitbake: toaster/tests: Add UI TestCase to test filtering feature on 'complet...Alassane Yattara
2023-11-14bitbake: toaster/tests: Add UI TestCase to test the filtering feature on 'fai...Alassane Yattara
2023-11-14bitbake: toaster/tests: Add UI TestCase to test search box on all build pageAlassane Yattara
2023-11-14bitbake: toaster/tests: Add UI TestCase to test if 'no build' message is shownAlassane Yattara
2023-11-09bitbake: Toaster: Write UI TestCase import new project usingAlassane Yattara
2023-11-09bitbake: Toaster: Test create new project without project nameAlassane Yattara
2023-11-09bitbake: Toaster: Write UI TestCase create new projectAlassane Yattara
2023-11-09bitbake: Revert "toaster: Bug-fix webdriver No parameter named options"Richard Purdie
2023-11-09bitbake: hashserv: server: Add owner if user is logged inJoshua Watt
2023-11-09bitbake: hashserv: Allow self-service deletionJoshua Watt
2023-11-09bitbake: hashserv: tests: Allow authentication for external server testsJoshua Watt
2023-11-09bitbake: bitbake-hashserver: Allow anonymous permissions to be space separatedJoshua Watt
2023-11-09bitbake: bitbake-hashclient: Output stats in JSON formatJoshua Watt
2023-11-09bitbake: hashserv: test: Add bitbake-hashclient testsJoshua Watt
2023-11-09bitbake: hashserv: Add database column query APIJoshua Watt
2023-11-09bitbake: hashserv: Add db-usage APIJoshua Watt
2023-11-09bitbake: hashserv: Add become-user APIJoshua Watt
2023-11-09bitbake: hashserv: Add user permissionsJoshua Watt
2023-11-09bitbake: asyncrpc: client: Add disconnect APIJoshua Watt
2023-11-09bitbake: asyncrpc: client: Prevent double closing of loopJoshua Watt
2023-11-09bitbake: asyncrpc: Add InvokeErrorJoshua Watt
2023-11-09bitbake: hashserv: Implement read-only version of "report" RPCJoshua Watt
2023-11-09bitbake: hashserv: Add SQLalchemy backendJoshua Watt
2023-11-09bitbake: hashserv: Abstract databaseJoshua Watt
2023-11-09bitbake: bitbake-hashserv: Allow arguments from environmentJoshua Watt
2023-11-09bitbake: asyncrpc: Prefix log messages with client infoJoshua Watt
2023-11-09bitbake: hashserv: tests: Add external database testsJoshua Watt
2023-11-09bitbake: asyncrpc: Add context manager APIJoshua Watt
2023-11-09bitbake: hashserv: Add websocket connection implementationJoshua Watt
2023-11-09bitbake: asyncrpc: Abstract socketsJoshua Watt
2023-11-09bitbake: toaster: Bug-fix webdriver No parameter named optionsAlassane Yattara
2023-11-09bitbake: toaster: Test jumbotron links visible and clickableAlassane Yattara
2023-11-09bitbake: toaster: Test documentation link in landing header is displayedAlassane Yattara
2023-11-09bitbake: toaster: Check info_sign is visible and clickable in landing pageAlassane Yattara
2023-11-09bitbake: toaster: Added pytest.ini fileAlassane Yattara
2023-11-09bitbake: toaster: fixed: Tests fail when executed one after the other out of ...Alassane Yattara
2023-11-09bitbake: toaster: Bug-fix django.db.utils.IntegrityError: Problem installing ...Alassane Yattara
2023-11-09bitbake: toaster: fixed pytest error: Database access not allowed, use the "d...Alassane Yattara
2023-11-09bitbake: toaster: Bug-fix pytest and Failed: Database access not allowedAlassane Yattara
2023-11-09bitbake: toaster: Update orm.models to catch error ProcessLookupErrorAlassane Yattara
2023-11-09bitbake: toaster: Add toaster-tests-requirements.txt to add pytest and some p...Alassane Yattara