lp:~pieq/oem-qa-autosummary

Owned by Pierre Equoy
Get this repository:
git clone https://git.launchpad.net/~pieq/oem-qa-autosummary
Only Pierre Equoy can upload to this repository. If you are Pierre Equoy please log in for upload directions.

Branches

Name Last Modified Last Commit
fix-1930349-ignore-non-url-text 2022-02-14 06:21:56 UTC
Black code formatting

Author: Pierre Equoy
Author Date: 2022-02-14 06:21:56 UTC

Black code formatting

fix-1945724-image-url 2022-01-20 02:59:32 UTC
Remove logging in exceptions to avoid polluting logs each time the summary mo...

Author: Pierre Equoy
Author Date: 2022-01-20 02:58:32 UTC

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

fix-1929019-double-quote 2022-01-18 07:15:01 UTC
Update README to include verbose option when running unit tests

Author: Pierre Equoy
Author Date: 2022-01-18 07:15:01 UTC

Update README to include verbose option when running unit tests

fix-lp1935771-new-bugs-mutable-default-args 2021-07-12 03:33:17 UTC
Ensure `created_before` data is evaluated every time a summary is created

Author: Pierre Equoy
Author Date: 2021-07-12 03:33:17 UTC

Ensure `created_before` data is evaluated every time a summary is created

Python's default arguments are evaluated once when the function is
defined, not each time the function is called:

https://docs.python-guide.org/writing/gotchas/#mutable-default-arguments

Because of this, the argument `created_before` in the `get_new_bugs()`
method was always set to the date when it was called for the first time.
After a while, users would not get the exepcted results, since most new
bugs would have been created after this date, and would be ignored by
autosummary.

LP: #1935771

master 2021-07-01 13:37:33 UTC
Merge #404498 from ~stanley31/oem-qa-autosummary:add_logging

Author: Pierre Equoy
Author Date: 2021-07-01 13:37:33 UTC

Merge #404498 from ~stanley31/oem-qa-autosummary:add_logging

add logging into the front-end and back-end script.

fix-1928768-reports-lists 2021-05-24 08:15:07 UTC
fix: make sure to send lists to Jinja template for reports and hardware

Author: Pierre Equoy
Author Date: 2021-05-21 06:51:33 UTC

fix: make sure to send lists to Jinja template for reports and hardware

hardware, full_test_reports and stress_test_reports are obtained using
the get() method on an HTML form, so by default they return an empty
string.

When generating the summary report, send lists instead of potentially
empty strings in order to prevent concatenating str and list in the
Jinja templates.

Perform additional stripping to make sure we ignore lines with spaces
only and to remove un-necessary spaces on non-empty lines.

LP: #1928768

16 of 6 results
This repository contains Public information 
Everyone can see this information.

Subscribers