~pieq/oem-qa-autosummary:fix-1930349-ignore-non-url-text

Last commit made on 2022-02-14
Get this branch:
git clone -b fix-1930349-ignore-non-url-text https://git.launchpad.net/~pieq/oem-qa-autosummary
Only Pierre Equoy can upload to this branch. If you are Pierre Equoy please log in for upload directions.

Branch merges

Branch information

Name:
fix-1930349-ignore-non-url-text
Repository:
lp:~pieq/oem-qa-autosummary

Recent commits

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

bb9880a... by Pierre Equoy

Update README to include verbose option when running unit tests

f7ee02c... by Pierre Equoy

Add unit tests for webapp helper functions