oem-qa-autosummary:master

Last commit made on 2022-03-03
Get this branch:
git clone -b master https://git.launchpad.net/oem-qa-autosummary
Members of OEM Services QA can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:oem-qa-autosummary

Recent commits

4828a09... by Pierre Equoy

Bump to v1.1

6327e7f... by Ubuntu <email address hidden>

Merge #415496 from ~pieq/oem-qa-autosummary:fix-1930349-ignore-non-url-text

bd8c038... by Pierre Equoy

Black code formatting

9a45be4... by Pierre Equoy

Add unit test for generate_reports_list()

LP: #1930349

77e954a... by Pierre Equoy

Ignore non-URL text in C3 submission and HTML report forms

LP: #1930349

1339810... by Ubuntu <email address hidden>

Merge #414387 from ~pieq/oem-qa-autosummary:fix-1945724-image-url

7d463e3... by Ubuntu <email address hidden>

Merge #414281 from ~pieq/oem-qa-autosummary:fix-1929019-double-quote

81acbf9... by Pierre Equoy

Remove logging in exceptions to avoid polluting logs each time the summary module is imported

4540dd9... by Pierre Equoy

Allow user to input image URL in the Webapp

LP: #1945724

a7046e1... by Pierre Equoy

Use image URL to find sha256 information

Summary can now rely on `image_url` instead of `image_name`. This
parameter can be manually entered by the user if Auto-Summary cannot
find the proper mail.content file to get image name and image sha256
automatically.

This is more flexible than only asking for `image_name` because in some
cases, the WebDAV URI does not match
`/share/{self.project_name}/{self.series_name}/{self.milestone_name}/`.

LP: #1945724