~paride/autopkgtest-cloud:drop-extra-setup-testbed

Last commit made on 2024-03-13
Get this branch:
git clone -b drop-extra-setup-testbed https://git.launchpad.net/~paride/autopkgtest-cloud
Only Paride Legovini can upload to this branch. If you are Paride Legovini please log in for upload directions.

Branch merges

Branch information

Name:
drop-extra-setup-testbed
Repository:
lp:~paride/autopkgtest-cloud

Recent commits

47e73a1... by Paride Legovini

service-bundle: drop extra call to setup-testbed

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
ca68c2b... by Tim Andersson

Merge remote-tracking branch 'andersson123/browse-cgi-api-key'

84b3b16... by Tim Andersson

docs: mention new api-key integration feature for test requests

cc5e89b... by Tim Andersson

feat: web: allow authentication with API key instead of OID for automated scripting

This commit introduces API key functionality to request/app.py.

Users can now request tests via the webpage using this functionality
instead of using SSO.

38d0e04... by Tim Andersson

fix: web: sqlite-writer INSERT changed to INSERT OR REPLACE to avoid duplicate db entries

55b78a1... by Tim Andersson

fix: web: fix issues with sqlite-writer and get_test_id, as well as incorporate retries for amqp

614cbfa... by Tim Andersson

refactor: web: make download-all-results use swiftclient instead of urllib

Using urllib, this script is rather slow and also sometimes just hangs
for a little while, before then continuing.

This refactor makes download-all-results use python3-swiftclient to access
swift objects and containers rather than by using the swift URL directly
and using urllib to download results.

6ed5bed... by Tim Andersson

Merge remote-tracking branch 'andersson123/d-r-d-a-r-merging'

410f7ef... by Tim Andersson

fix: web: fix object_path in db-backup

ab47ee9... by Tim Andersson

feat: web: download-all-results now queues items into the sqlite-write-me exchange instead of inserting rows into db

This commit makes download-all-results no longer directly place rows into
the database - now, download-all-results places the values from items it
absorbs from its listener queue into the sqlite-write-me queue, and
laterally the sqlite-writer then takes these queue items and inserts
them as rows into the sqlite database.