~hyask/autopkgtest-cloud:skia/package_link

Last commit made on 2024-02-28
Get this branch:
git clone -b skia/package_link https://git.launchpad.net/~hyask/autopkgtest-cloud
Only Skia can upload to this branch. If you are Skia please log in for upload directions.

Branch merges

Branch information

Name:
skia/package_link
Repository:
lp:~hyask/autopkgtest-cloud

Recent commits

383aa09... by Skia

feat: web: templates: add Launchpad and excuses links from packages pages

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
55ab918... by Skia

feat: web: helper: tests: add a real, existing package

This adds a real package to the test dataset, so that its pages contain
valid external links that can actually be used and verified.

e626b69... by Tim Andersson

feat: web: add service files for db-backup script

bc98541... by Tim Andersson

feat: web: add script for backing up sqlite database to swift storage

This new script makes a copy of the sqlite db, compresses it
using gzip and then uploads the compressed db to swift storage
under the container name "db-backups".

It also removes database backups that are older than 7 days.

70e4e3b... by Tim Andersson

Merge remote-tracking branch 'andersson123/create-test-instances-refactor'

b0e2e16... by Brian Murray

autopkgtest-cloud: linkify bug numbers and move clock skew comment

127f644... by Tim Andersson

refactor: cloud: refactor create-test-instances to use common functions

This commit refactors the create-test-instances script to use the common
functions from create-instances-common.

Overall this makes the script more verbose and it now tests a wider
range of functionalities when creating a test instance, which should
help admins figure out errors quicker.

ca8775e... by Skia

Merge branch 'skia/browse_exception_handler'

https://code.launchpad.net/~hyask/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/461059

9661902... by Skia

feat: web: throw an error when no running.json file

With the exception handler added previously, this enables a clear error
message visible to the users, showing the infrastructure issue, instead
of defaulting to an empty list that could be confusing if users expect
to find something there.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
0b538d5... by Skia

feat: web: add a generic exception handler in browse.cgi

This handler will catch all exceptions that are thrown in any part of
the app code, and renders a well-defined template instead of letting a
poor default crash page.
This allows better communication for users facing issues, along with a
way for them to contact us.