summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster/tests: Add UI TestCase for deleting projectAlassane Yattara2023-11-161-0/+103
* bitbake: toaster/tox.ini: Add py 3.11 and 3.12Richard Purdie2023-11-161-1/+1
* bitbake: runqueue: Refactor StaleSetSceneTasks event out of build_scenequeue_...Richard Purdie2023-11-161-18/+18
* bitbake: runqueue: Move 'cantskip' into sqdataRichard Purdie2023-11-161-7/+7
* bitbake: toaster: test_create_new_project typos, whitespaceTim Orling2023-11-141-5/+5
* bitbake: toaster: fix obsolete use of find_element_by_link_textTim Orling2023-11-141-9/+10
* bitbake: toaster: use docs for BitBake link on landing pageTim Orling2023-11-142-2/+2
* bitbake: asyncrpc: Add option to set log level when running as a processJoshua Watt2023-11-143-3/+6
* bitbake: toaster: drop deprecated USE_L10N from settingsTim Orling2023-11-141-4/+0
* bitbake: codegen: cleanup deprecated AST usagesChris Laplante2023-11-141-12/+0
* bitbake: toaster/tests: Add UI TestCase to test "show rows" feature, change d...Alassane Yattara2023-11-141-12/+52
* bitbake: toaster/tests: Add UI TestCase to test "edit column" feature show/hi...Alassane Yattara2023-11-141-0/+59
* bitbake: toaster/tests: Add UI TestCase to test filtering feature on 'complet...Alassane Yattara2023-11-141-2/+78
* bitbake: toaster/tests: Add UI TestCase to test the filtering feature on 'fai...Alassane Yattara2023-11-141-0/+38
* bitbake: toaster/tests: Add UI TestCase to test search box on all build pageAlassane Yattara2023-11-141-9/+34
* bitbake: toaster/tests: Add UI TestCase to test if 'no build' message is shownAlassane Yattara2023-11-141-0/+9
* bitbake: Toaster: Write UI TestCase import new project usingAlassane Yattara2023-11-091-0/+25
* bitbake: Toaster: Test create new project without project nameAlassane Yattara2023-11-091-0/+17
* bitbake: Toaster: Write UI TestCase create new projectAlassane Yattara2023-11-091-0/+134
* bitbake: Revert "toaster: Bug-fix webdriver No parameter named options"Richard Purdie2023-11-091-1/+1
* bitbake: hashserv: server: Add owner if user is logged inJoshua Watt2023-11-092-0/+12
* bitbake: hashserv: Allow self-service deletionJoshua Watt2023-11-092-3/+6
* bitbake: hashserv: tests: Allow authentication for external server testsJoshua Watt2023-11-091-35/+74
* bitbake: bitbake-hashserver: Allow anonymous permissions to be space separatedJoshua Watt2023-11-091-1/+4
* bitbake: bitbake-hashclient: Output stats in JSON formatJoshua Watt2023-11-092-2/+4
* bitbake: hashserv: test: Add bitbake-hashclient testsJoshua Watt2023-11-091-23/+277
* bitbake: hashserv: Add database column query APIJoshua Watt2023-11-096-0/+42
* bitbake: hashserv: Add db-usage APIJoshua Watt2023-11-096-0/+86
* bitbake: hashserv: Add become-user APIJoshua Watt2023-11-094-5/+97
* bitbake: hashserv: Add user permissionsJoshua Watt2023-11-098-47/+1054
* bitbake: asyncrpc: client: Add disconnect APIJoshua Watt2023-11-091-1/+7
* bitbake: asyncrpc: client: Prevent double closing of loopJoshua Watt2023-11-091-4/+6
* bitbake: asyncrpc: Add InvokeErrorJoshua Watt2023-11-094-4/+22
* bitbake: hashserv: Implement read-only version of "report" RPCJoshua Watt2023-11-092-3/+26
* bitbake: hashserv: Add SQLalchemy backendJoshua Watt2023-11-095-5/+362
* bitbake: hashserv: Abstract databaseJoshua Watt2023-11-093-401/+439
* bitbake: bitbake-hashserv: Allow arguments from environmentJoshua Watt2023-11-091-20/+60
* bitbake: asyncrpc: Prefix log messages with client infoJoshua Watt2023-11-092-8/+23
* bitbake: hashserv: tests: Add external database testsJoshua Watt2023-11-091-10/+44
* bitbake: asyncrpc: Add context manager APIJoshua Watt2023-11-093-22/+33
* bitbake: hashserv: Add websocket connection implementationJoshua Watt2023-11-096-2/+137
* bitbake: asyncrpc: Abstract socketsJoshua Watt2023-11-0910-353/+387
* bitbake: toaster: Bug-fix webdriver No parameter named optionsAlassane Yattara2023-11-091-1/+1
* bitbake: toaster: Test jumbotron links visible and clickableAlassane Yattara2023-11-091-1/+88
* bitbake: toaster: Test documentation link in landing header is displayedAlassane Yattara2023-11-091-0/+15
* bitbake: toaster: Check info_sign is visible and clickable in landing pageAlassane Yattara2023-11-092-1/+17
* bitbake: toaster: Added pytest.ini fileAlassane Yattara2023-11-091-0/+19
* bitbake: toaster: fixed: Tests fail when executed one after the other out of ...Alassane Yattara2023-11-093-1/+6
* bitbake: toaster: Bug-fix django.db.utils.IntegrityError: Problem installing ...Alassane Yattara2023-11-091-2/+2
* bitbake: toaster: fixed pytest error: Database access not allowed, use the "d...Alassane Yattara2023-11-091-0/+2