~andersson123/autopkgtest-cloud:add_status_to_webpage

Last commit made on 2023-09-11
Get this branch:
git clone -b add_status_to_webpage https://git.launchpad.net/~andersson123/autopkgtest-cloud
Only Tim Andersson can upload to this branch. If you are Tim Andersson please log in for upload directions.

Branch merges

Branch information

Name:
add_status_to_webpage
Repository:
lp:~andersson123/autopkgtest-cloud

Recent commits

0ac5533... by Tim Andersson

feat: autopkgtest-web: add link to status updates on homepage

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
9072d0b... by Tim Andersson

Revive dead unit tests for autopkgtest-web

The unit tests in autopkgtest-web have been stale for quite some years
now, so in an effort to improve reliability of our commits and make sure
we don't break any code, I've revived them in this commit to make the
unit tests pass with the current state of the code.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
667b589... by Tim Andersson

fix: autopkgtest-web: make validate_args function raise custom exception

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
ea49281... by Tim Andersson

Merge remote-tracking branch 'andersson123/package_with_new_tests'

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
609a676... by Tim Andersson

fix: autopkgtest-web: allow new tests requested through webpage

Prior to this commit, any packages that had recently introduced tests,
with no pre-existing tests, were not allowed to be requested via the
webpage. This commit removes the check for a "valid" package in the case
that the test includes ppas in the submission.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
e67980d... by Tim Andersson

Merge remote-tracking branch 'andersson123/custom_server_error_message'

9326466... by Tim Andersson

feat: autopkgtest-web: Add custom response for 500 error

Previously, when there was a 500 error, users would be greeted with a
message saying "A server error has occured, please contact the
administrator", which is quite unhelpful for users of autopkgtest. I've
amended this and added a message telling users to contact the QA team.
Hopefully this should help when users need to communicate issues with
us. In the case of a 500 error, the traceback is shown to the user.
Should be helpful with debugging.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
44f34a8... by Brian Murray

mojo: update add-floating-ip

dcde0c6... by Brian Murray

autopkgtest-web: correct comment w/ location of running.json

b8cb722... by Brian Murray

Merge branch 'pre-commit-changes'