~juliank/autopkgtest-cloud:master

Last commit made on 2024-03-14
Get this branch:
git clone -b master https://git.launchpad.net/~juliank/autopkgtest-cloud
Only Julian Andres Klode can upload to this branch. If you are Julian Andres Klode please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~juliank/autopkgtest-cloud

Recent commits

4585faf... by Julian Andres Klode

Preserve order in queued.json endpoint

When just returning a dict, flask encodes it on its own,
and appears to sort keys. We don't actually do anything
with the parsed json, so let's just send out the file
directly, using the optimized flask.send_file helper.

This ensures that the order on the running page is the same on
the leader and non-leaders (which fetch from the end point).

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

fix: web: fix callback function syntax in download-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